Gallery by BestWebSoft - Version 4.3.1

Version Description

  • 09.06.2015 =
  • NEW : We added functionality for disable rewriting templates after plugin update.
  • NEW : We added 'width' and 'height' attributes to the 'img' HTML tag.
  • Update : The French language file is updated.
Download this release

Release Info

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

Code changes from version 4.3.0 to 4.3.1

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.0
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -72,7 +72,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
72
  'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
  'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
75
- 'settings' => 'admin.php?page=portfolio.php'
 
 
 
76
  ),
77
  'gallery-plugin/gallery-plugin.php' => array(
78
  'name' => 'Gallery',
@@ -99,7 +102,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
99
  'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
100
  'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
101
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
102
- 'settings' => 'admin.php?page=custom_search.php'
 
 
 
103
  ),
104
  'quotes-and-tips/quotes-and-tips.php'=> array(
105
  'name' => 'Quotes and Tips',
@@ -417,6 +423,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
417
  'download' => 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
418
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
419
  'settings' => 'admin.php?page=social-buttons.php'
 
 
 
 
 
 
 
 
420
  )
421
  );
422
 
@@ -945,6 +959,8 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
945
  function bws_get_banner_array() {
946
  global $bstwbsftwppdtplgns_banner_array;
947
  $bstwbsftwppdtplgns_banner_array = array(
 
 
948
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
949
  array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
950
  array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.6.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
72
  'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
  'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
75
+ 'settings' => 'admin.php?page=portfolio.php',
76
+ 'pro_version' => 'portfolio-pro/portfolio-pro.php',
77
+ 'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
78
+ 'pro_settings' => 'admin.php?page=portfolio-pro.php'
79
  ),
80
  'gallery-plugin/gallery-plugin.php' => array(
81
  'name' => 'Gallery',
102
  'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
103
  'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
104
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
105
+ 'settings' => 'admin.php?page=custom_search.php',
106
+ 'pro_version' => 'custom-search-pro/custom-search-pro.php',
107
+ 'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
108
+ 'pro_settings' => 'admin.php?page=custom_search_pro.php'
109
  ),
110
  'quotes-and-tips/quotes-and-tips.php'=> array(
111
  'name' => 'Quotes and Tips',
423
  'download' => 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
424
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
425
  'settings' => 'admin.php?page=social-buttons.php'
426
+ ),
427
+ 'pagination/pagination.php' => array(
428
+ 'name' => 'Pagination',
429
+ 'description' => 'Add pagination block to your WordPress website.',
430
+ 'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
431
+ 'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
432
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
433
+ 'settings' => 'admin.php?page=pagination.php'
434
  )
435
  );
436
 
959
  function bws_get_banner_array() {
960
  global $bstwbsftwppdtplgns_banner_array;
961
  $bstwbsftwppdtplgns_banner_array = array(
962
+ array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
963
+ array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
964
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
965
  array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
966
  array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
bws_menu/icons/pagination.png ADDED
Binary file
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: 2015-05-11 14:11+0300\n"
6
- "PO-Revision-Date: 2015-05-11 14:11+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"
@@ -176,8 +176,8 @@ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
176
  #: bws_functions.php:371
177
  #: bws_functions.php:401
178
  #: bws_functions.php:409
179
- #: bws_menu.php:643
180
- #: bws_menu.php:700
181
  msgid "Activate"
182
  msgstr "Activé"
183
 
@@ -249,12 +249,11 @@ msgstr "Vérifier la clé de licence"
249
 
250
  #: bws_functions.php:542
251
  msgid "WARNING: Illegal use notification"
252
- msgstr ""
253
 
254
  #: bws_functions.php:542
255
- #, fuzzy
256
  msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
257
- msgstr "AVERTISSEMENT : Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
258
 
259
  #: bws_functions.php:550
260
  msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
@@ -266,11 +265,11 @@ msgstr "Votre licence est terminée. Pour continuer à disposer du support rapid
266
 
267
  #: bws_functions.php:552
268
  #: bws_functions.php:605
269
- #: bws_menu.php:619
270
- #: bws_menu.php:641
271
- #: bws_menu.php:668
272
- #: bws_menu.php:698
273
- #: bws_menu.php:744
274
  msgid "Learn more"
275
  msgstr "En savoir plus"
276
 
@@ -303,281 +302,281 @@ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
303
  msgid "Close"
304
  msgstr "Fermer"
305
 
306
- #: bws_menu.php:456
307
  msgid "Not set"
308
  msgstr "Not set"
309
 
310
- #: bws_menu.php:458
311
- #: bws_menu.php:459
312
  msgid "On"
313
  msgstr "On"
314
 
315
- #: bws_menu.php:458
316
- #: bws_menu.php:459
317
  msgid "Off"
318
  msgstr "Off"
319
 
320
- #: bws_menu.php:460
321
- #: bws_menu.php:461
322
- #: bws_menu.php:462
323
- #: bws_menu.php:463
324
- #: bws_menu.php:464
325
  #: bws_menu.php:476
 
 
 
326
  msgid "N/A"
327
  msgstr "N/A"
328
 
329
- #: bws_menu.php:464
330
  msgid " Mb"
331
  msgstr " Mb"
332
 
333
- #: bws_menu.php:465
334
- #: bws_menu.php:466
335
- #: bws_menu.php:467
336
- #: bws_menu.php:472
337
  msgid "Yes"
338
  msgstr "Yes"
339
 
340
- #: bws_menu.php:465
341
- #: bws_menu.php:466
342
- #: bws_menu.php:467
343
- #: bws_menu.php:474
344
  msgid "No"
345
  msgstr "No"
346
 
347
- #: bws_menu.php:484
348
  msgid "Operating System"
349
  msgstr "Operating System"
350
 
351
- #: bws_menu.php:485
352
  msgid "Server"
353
  msgstr "Server"
354
 
355
- #: bws_menu.php:486
356
  msgid "Memory usage"
357
  msgstr "Memory usage"
358
 
359
- #: bws_menu.php:487
360
  msgid "MYSQL Version"
361
  msgstr "MYSQL Version"
362
 
363
- #: bws_menu.php:488
364
  msgid "SQL Mode"
365
  msgstr "SQL Mode"
366
 
367
- #: bws_menu.php:489
368
  msgid "PHP Version"
369
  msgstr "PHP Version"
370
 
371
- #: bws_menu.php:490
372
  msgid "PHP Safe Mode"
373
  msgstr "PHP Safe Mode"
374
 
375
- #: bws_menu.php:491
376
  msgid "PHP Allow URL fopen"
377
  msgstr "PHP Allow URL fopen"
378
 
379
- #: bws_menu.php:492
380
  msgid "PHP Memory Limit"
381
  msgstr "PHP Memory Limit"
382
 
383
- #: bws_menu.php:493
384
  msgid "PHP Max Upload Size"
385
  msgstr "PHP Max Upload Size"
386
 
387
- #: bws_menu.php:494
388
  msgid "PHP Max Post Size"
389
  msgstr "PHP Max Post Size"
390
 
391
- #: bws_menu.php:495
392
  msgid "PHP Max Script Execute Time"
393
  msgstr "PHP Max Script Execute Time"
394
 
395
- #: bws_menu.php:496
396
  msgid "PHP Exif support"
397
  msgstr "PHP Exif support"
398
 
399
- #: bws_menu.php:497
400
  msgid "PHP IPTC support"
401
  msgstr "PHP IPTC support"
402
 
403
- #: bws_menu.php:498
404
  msgid "PHP XML support"
405
  msgstr "PHP XML support"
406
 
407
- #: bws_menu.php:499
408
  msgid "Site URL"
409
  msgstr "Site URL"
410
 
411
- #: bws_menu.php:500
412
  msgid "Home URL"
413
  msgstr "Home URL"
414
 
415
- #: bws_menu.php:503
416
  msgid "WordPress Version"
417
  msgstr "WordPress Version"
418
 
419
- #: bws_menu.php:504
420
  msgid "WordPress DB Version"
421
  msgstr "WordPress DB Version"
422
 
423
- #: bws_menu.php:505
424
  msgid "Multisite"
425
  msgstr "Multisite"
426
 
427
- #: bws_menu.php:506
428
  msgid "Active Theme"
429
  msgstr "Active Theme"
430
 
431
- #: bws_menu.php:521
432
  msgid "Please enter a valid email address."
433
  msgstr "Merci de saisir une adresse e-mail valide."
434
 
435
- #: bws_menu.php:525
436
  msgid "Email with system info is sent to "
437
  msgstr "Le courriel avec les informations système est envoyé à"
438
 
439
- #: bws_menu.php:529
440
  msgid "Thank you for contacting us."
441
  msgstr "Merci de nous avoir contacté."
442
 
443
- #: bws_menu.php:562
444
  msgid "Sorry, email message could not be delivered."
445
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
446
 
447
- #: bws_menu.php:570
448
  msgid "Need help?"
449
  msgstr "Besoin d'aide ?"
450
 
451
- #: bws_menu.php:571
452
  msgid "Client area"
453
  msgstr "Espace client"
454
 
455
- #: bws_menu.php:572
456
- #: bws_menu.php:883
457
  msgid "System status"
458
  msgstr "System status"
459
 
460
- #: bws_menu.php:577
461
  msgid "Plugins"
462
- msgstr "Externsions"
463
 
464
- #: bws_menu.php:579
465
  msgid "Themes"
466
  msgstr "Thèmes"
467
 
468
- #: bws_menu.php:584
469
  msgid "All"
470
  msgstr "Tous"
471
 
472
- #: bws_menu.php:585
473
  msgid "Installed"
474
  msgstr "Installé"
475
 
476
- #: bws_menu.php:586
477
  msgid "Recommended"
478
  msgstr "Recommandé"
479
 
480
- #: bws_menu.php:590
481
  msgid "Installed plugins"
482
  msgstr "Plugin installé"
483
 
484
- #: bws_menu.php:622
485
- #: bws_menu.php:671
486
  msgid "Settings"
487
  msgstr "Réglages"
488
 
489
- #: bws_menu.php:643
490
- #: bws_menu.php:700
491
  msgid "Activate this plugin"
492
  msgstr "Activer cette extension"
493
 
494
- #: bws_menu.php:658
495
- #: bws_menu.php:688
496
- #: bws_menu.php:734
497
  msgid "Go"
498
  msgstr "Passez"
499
 
500
- #: bws_menu.php:662
501
- #: bws_menu.php:692
502
- #: bws_menu.php:738
503
  msgid "DONATE"
504
  msgstr "Faire un don"
505
 
506
- #: bws_menu.php:708
507
  msgid "Recommended plugins"
508
  msgstr "Plugin recommandé"
509
 
510
- #: bws_menu.php:746
511
  msgid "Install now"
512
  msgstr "Installer maintenant"
513
 
514
- #: bws_menu.php:767
515
  msgid "Try again"
516
  msgstr "Essayer de nouveau"
517
 
518
- #: bws_menu.php:785
519
  #, php-format
520
  msgid "Preview &#8220;%s&#8221;"
521
  msgstr "Pré-visualiser &#8220;%s&#8221;"
522
 
523
- #: bws_menu.php:816
524
  #, php-format
525
  msgid "Install %s"
526
  msgstr "%s installé"
527
 
528
- #: bws_menu.php:816
529
  msgid "Install Now"
530
  msgstr "Installa Ora"
531
 
532
- #: bws_menu.php:819
533
  #, php-format
534
  msgid "Update to version %s"
535
  msgstr "Mettre à jour pour la version %s"
536
 
537
- #: bws_menu.php:819
538
  msgid "Update"
539
  msgstr "Mettre à jour"
540
 
541
- #: bws_menu.php:826
542
  #, php-format
543
  msgid "Preview %s"
544
  msgstr "Pré-visualiser %s"
545
 
546
- #: bws_menu.php:826
547
  msgid "Preview"
548
  msgstr "Pré-visualiser"
549
 
550
- #: bws_menu.php:832
551
- #: bws_menu.php:864
552
  #, php-format
553
  msgid "By %s"
554
  msgstr "Par %s"
555
 
556
- #: bws_menu.php:838
557
  msgid "Details"
558
  msgstr "Détails"
559
 
560
- #: bws_menu.php:870
561
  msgid "Already Installed"
562
  msgstr "Déjà installé"
563
 
564
- #: bws_menu.php:886
565
  msgid "Environment"
566
  msgstr "Environment"
567
 
568
- #: bws_menu.php:897
569
  msgid "Active Plugins"
570
  msgstr "Plugin actifs"
571
 
572
- #: bws_menu.php:910
573
  msgid "Inactive Plugins"
574
  msgstr "Plugin inactifs"
575
 
576
- #: bws_menu.php:926
577
  msgid "Send to support"
578
  msgstr "Envoyé au support"
579
 
580
- #: bws_menu.php:933
581
  msgid "Send to custom email &#187;"
582
  msgstr "Envoyer un e-mail spécifique &#187;"
583
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-05 16:45+0300\n"
6
+ "PO-Revision-Date: 2015-06-05 16:45+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"
176
  #: bws_functions.php:371
177
  #: bws_functions.php:401
178
  #: bws_functions.php:409
179
+ #: bws_menu.php:657
180
+ #: bws_menu.php:714
181
  msgid "Activate"
182
  msgstr "Activé"
183
 
249
 
250
  #: bws_functions.php:542
251
  msgid "WARNING: Illegal use notification"
252
+ msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
253
 
254
  #: bws_functions.php:542
 
255
  msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
256
+ msgstr "Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
257
 
258
  #: bws_functions.php:550
259
  msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
265
 
266
  #: bws_functions.php:552
267
  #: bws_functions.php:605
268
+ #: bws_menu.php:633
269
+ #: bws_menu.php:655
270
+ #: bws_menu.php:682
271
+ #: bws_menu.php:712
272
+ #: bws_menu.php:758
273
  msgid "Learn more"
274
  msgstr "En savoir plus"
275
 
302
  msgid "Close"
303
  msgstr "Fermer"
304
 
305
+ #: bws_menu.php:470
306
  msgid "Not set"
307
  msgstr "Not set"
308
 
309
+ #: bws_menu.php:472
310
+ #: bws_menu.php:473
311
  msgid "On"
312
  msgstr "On"
313
 
314
+ #: bws_menu.php:472
315
+ #: bws_menu.php:473
316
  msgid "Off"
317
  msgstr "Off"
318
 
319
+ #: bws_menu.php:474
320
+ #: bws_menu.php:475
 
 
 
321
  #: bws_menu.php:476
322
+ #: bws_menu.php:477
323
+ #: bws_menu.php:478
324
+ #: bws_menu.php:490
325
  msgid "N/A"
326
  msgstr "N/A"
327
 
328
+ #: bws_menu.php:478
329
  msgid " Mb"
330
  msgstr " Mb"
331
 
332
+ #: bws_menu.php:479
333
+ #: bws_menu.php:480
334
+ #: bws_menu.php:481
335
+ #: bws_menu.php:486
336
  msgid "Yes"
337
  msgstr "Yes"
338
 
339
+ #: bws_menu.php:479
340
+ #: bws_menu.php:480
341
+ #: bws_menu.php:481
342
+ #: bws_menu.php:488
343
  msgid "No"
344
  msgstr "No"
345
 
346
+ #: bws_menu.php:498
347
  msgid "Operating System"
348
  msgstr "Operating System"
349
 
350
+ #: bws_menu.php:499
351
  msgid "Server"
352
  msgstr "Server"
353
 
354
+ #: bws_menu.php:500
355
  msgid "Memory usage"
356
  msgstr "Memory usage"
357
 
358
+ #: bws_menu.php:501
359
  msgid "MYSQL Version"
360
  msgstr "MYSQL Version"
361
 
362
+ #: bws_menu.php:502
363
  msgid "SQL Mode"
364
  msgstr "SQL Mode"
365
 
366
+ #: bws_menu.php:503
367
  msgid "PHP Version"
368
  msgstr "PHP Version"
369
 
370
+ #: bws_menu.php:504
371
  msgid "PHP Safe Mode"
372
  msgstr "PHP Safe Mode"
373
 
374
+ #: bws_menu.php:505
375
  msgid "PHP Allow URL fopen"
376
  msgstr "PHP Allow URL fopen"
377
 
378
+ #: bws_menu.php:506
379
  msgid "PHP Memory Limit"
380
  msgstr "PHP Memory Limit"
381
 
382
+ #: bws_menu.php:507
383
  msgid "PHP Max Upload Size"
384
  msgstr "PHP Max Upload Size"
385
 
386
+ #: bws_menu.php:508
387
  msgid "PHP Max Post Size"
388
  msgstr "PHP Max Post Size"
389
 
390
+ #: bws_menu.php:509
391
  msgid "PHP Max Script Execute Time"
392
  msgstr "PHP Max Script Execute Time"
393
 
394
+ #: bws_menu.php:510
395
  msgid "PHP Exif support"
396
  msgstr "PHP Exif support"
397
 
398
+ #: bws_menu.php:511
399
  msgid "PHP IPTC support"
400
  msgstr "PHP IPTC support"
401
 
402
+ #: bws_menu.php:512
403
  msgid "PHP XML support"
404
  msgstr "PHP XML support"
405
 
406
+ #: bws_menu.php:513
407
  msgid "Site URL"
408
  msgstr "Site URL"
409
 
410
+ #: bws_menu.php:514
411
  msgid "Home URL"
412
  msgstr "Home URL"
413
 
414
+ #: bws_menu.php:517
415
  msgid "WordPress Version"
416
  msgstr "WordPress Version"
417
 
418
+ #: bws_menu.php:518
419
  msgid "WordPress DB Version"
420
  msgstr "WordPress DB Version"
421
 
422
+ #: bws_menu.php:519
423
  msgid "Multisite"
424
  msgstr "Multisite"
425
 
426
+ #: bws_menu.php:520
427
  msgid "Active Theme"
428
  msgstr "Active Theme"
429
 
430
+ #: bws_menu.php:535
431
  msgid "Please enter a valid email address."
432
  msgstr "Merci de saisir une adresse e-mail valide."
433
 
434
+ #: bws_menu.php:539
435
  msgid "Email with system info is sent to "
436
  msgstr "Le courriel avec les informations système est envoyé à"
437
 
438
+ #: bws_menu.php:543
439
  msgid "Thank you for contacting us."
440
  msgstr "Merci de nous avoir contacté."
441
 
442
+ #: bws_menu.php:576
443
  msgid "Sorry, email message could not be delivered."
444
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
445
 
446
+ #: bws_menu.php:584
447
  msgid "Need help?"
448
  msgstr "Besoin d'aide ?"
449
 
450
+ #: bws_menu.php:585
451
  msgid "Client area"
452
  msgstr "Espace client"
453
 
454
+ #: bws_menu.php:586
455
+ #: bws_menu.php:897
456
  msgid "System status"
457
  msgstr "System status"
458
 
459
+ #: bws_menu.php:591
460
  msgid "Plugins"
461
+ msgstr "Extensions"
462
 
463
+ #: bws_menu.php:593
464
  msgid "Themes"
465
  msgstr "Thèmes"
466
 
467
+ #: bws_menu.php:598
468
  msgid "All"
469
  msgstr "Tous"
470
 
471
+ #: bws_menu.php:599
472
  msgid "Installed"
473
  msgstr "Installé"
474
 
475
+ #: bws_menu.php:600
476
  msgid "Recommended"
477
  msgstr "Recommandé"
478
 
479
+ #: bws_menu.php:604
480
  msgid "Installed plugins"
481
  msgstr "Plugin installé"
482
 
483
+ #: bws_menu.php:636
484
+ #: bws_menu.php:685
485
  msgid "Settings"
486
  msgstr "Réglages"
487
 
488
+ #: bws_menu.php:657
489
+ #: bws_menu.php:714
490
  msgid "Activate this plugin"
491
  msgstr "Activer cette extension"
492
 
493
+ #: bws_menu.php:672
494
+ #: bws_menu.php:702
495
+ #: bws_menu.php:748
496
  msgid "Go"
497
  msgstr "Passez"
498
 
499
+ #: bws_menu.php:676
500
+ #: bws_menu.php:706
501
+ #: bws_menu.php:752
502
  msgid "DONATE"
503
  msgstr "Faire un don"
504
 
505
+ #: bws_menu.php:722
506
  msgid "Recommended plugins"
507
  msgstr "Plugin recommandé"
508
 
509
+ #: bws_menu.php:760
510
  msgid "Install now"
511
  msgstr "Installer maintenant"
512
 
513
+ #: bws_menu.php:781
514
  msgid "Try again"
515
  msgstr "Essayer de nouveau"
516
 
517
+ #: bws_menu.php:799
518
  #, php-format
519
  msgid "Preview &#8220;%s&#8221;"
520
  msgstr "Pré-visualiser &#8220;%s&#8221;"
521
 
522
+ #: bws_menu.php:830
523
  #, php-format
524
  msgid "Install %s"
525
  msgstr "%s installé"
526
 
527
+ #: bws_menu.php:830
528
  msgid "Install Now"
529
  msgstr "Installa Ora"
530
 
531
+ #: bws_menu.php:833
532
  #, php-format
533
  msgid "Update to version %s"
534
  msgstr "Mettre à jour pour la version %s"
535
 
536
+ #: bws_menu.php:833
537
  msgid "Update"
538
  msgstr "Mettre à jour"
539
 
540
+ #: bws_menu.php:840
541
  #, php-format
542
  msgid "Preview %s"
543
  msgstr "Pré-visualiser %s"
544
 
545
+ #: bws_menu.php:840
546
  msgid "Preview"
547
  msgstr "Pré-visualiser"
548
 
549
+ #: bws_menu.php:846
550
+ #: bws_menu.php:878
551
  #, php-format
552
  msgid "By %s"
553
  msgstr "Par %s"
554
 
555
+ #: bws_menu.php:852
556
  msgid "Details"
557
  msgstr "Détails"
558
 
559
+ #: bws_menu.php:884
560
  msgid "Already Installed"
561
  msgstr "Déjà installé"
562
 
563
+ #: bws_menu.php:900
564
  msgid "Environment"
565
  msgstr "Environment"
566
 
567
+ #: bws_menu.php:911
568
  msgid "Active Plugins"
569
  msgstr "Plugin actifs"
570
 
571
+ #: bws_menu.php:924
572
  msgid "Inactive Plugins"
573
  msgstr "Plugin inactifs"
574
 
575
+ #: bws_menu.php:940
576
  msgid "Send to support"
577
  msgstr "Envoyé au support"
578
 
579
+ #: bws_menu.php:947
580
  msgid "Send to custom email &#187;"
581
  msgstr "Envoyer un e-mail spécifique &#187;"
582
 
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: 2015-05-11 14:11+0300\n"
6
- "PO-Revision-Date: 2015-05-11 14: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"
@@ -169,14 +169,14 @@ msgstr "или"
169
  #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
- msgstr "Попробуйте %s-дневную триал версию бесплатно"
173
 
174
  #: bws_functions.php:362
175
  #: bws_functions.php:371
176
  #: bws_functions.php:401
177
  #: bws_functions.php:409
178
- #: bws_menu.php:643
179
- #: bws_menu.php:700
180
  msgid "Activate"
181
  msgstr "Активировать"
182
 
@@ -216,15 +216,15 @@ msgstr "К сожалению, вы превысили количество до
216
 
217
  #: bws_functions.php:469
218
  msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
- msgstr "К сожалению, триал PRO версия плагина уже устанавливалась на этот домен. Триал PRO версию можно устанавливать лишь один раз."
220
 
221
  #: bws_functions.php:473
222
  msgid "The PRO Trial license key is valid."
223
- msgstr "Ключ триала PRO версии верен."
224
 
225
  #: bws_functions.php:475
226
  msgid "The license key is valid."
227
- msgstr "Лицензионный ключ принят."
228
 
229
  #: bws_functions.php:478
230
  msgid "Your license will expire on"
@@ -252,38 +252,38 @@ msgstr "ВНИМАНИЕ: уведомление о незаконном исп
252
 
253
  #: bws_functions.php:542
254
  msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
255
- msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деативирован."
256
 
257
  #: bws_functions.php:550
258
  msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
- msgstr "Внимание: Срок действия триал периода PRO версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
260
 
261
  #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
- msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
264
 
265
  #: bws_functions.php:552
266
  #: bws_functions.php:605
267
- #: bws_menu.php:619
268
- #: bws_menu.php:641
269
- #: bws_menu.php:668
270
- #: bws_menu.php:698
271
- #: bws_menu.php:744
272
  msgid "Learn more"
273
  msgstr "Подробнее"
274
 
275
  #: bws_functions.php:562
276
  #, php-format
277
  msgid "Notice: You are using the PRO Trial license of %s plugin."
278
- msgstr "Внимание: Вы используете триал PRO версию плагина %s."
279
 
280
  #: bws_functions.php:564
281
  msgid "Notice: You are using the PRO Trial license of plugin."
282
- msgstr "Внимание: Вы используете триал PRO версию плагина."
283
 
284
  #: bws_functions.php:567
285
  msgid "The PRO Trial license will expire on"
286
- msgstr "Триал период PRO версии плагина истекает"
287
 
288
  #: bws_functions.php:605
289
  msgid "You license for"
@@ -301,281 +301,281 @@ msgstr "и вы не будете получать приоритетную те
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
- #: bws_menu.php:456
305
  msgid "Not set"
306
  msgstr "Не задан"
307
 
308
- #: bws_menu.php:458
309
- #: bws_menu.php:459
310
  msgid "On"
311
  msgstr "Вкл"
312
 
313
- #: bws_menu.php:458
314
- #: bws_menu.php:459
315
  msgid "Off"
316
  msgstr "Выкл"
317
 
318
- #: bws_menu.php:460
319
- #: bws_menu.php:461
320
- #: bws_menu.php:462
321
- #: bws_menu.php:463
322
- #: bws_menu.php:464
323
  #: bws_menu.php:476
 
 
 
324
  msgid "N/A"
325
  msgstr "Неизвестно"
326
 
327
- #: bws_menu.php:464
328
  msgid " Mb"
329
  msgstr "Mb"
330
 
331
- #: bws_menu.php:465
332
- #: bws_menu.php:466
333
- #: bws_menu.php:467
334
- #: bws_menu.php:472
335
  msgid "Yes"
336
  msgstr "Да"
337
 
338
- #: bws_menu.php:465
339
- #: bws_menu.php:466
340
- #: bws_menu.php:467
341
- #: bws_menu.php:474
342
  msgid "No"
343
  msgstr "Нет"
344
 
345
- #: bws_menu.php:484
346
  msgid "Operating System"
347
  msgstr "Операционная система"
348
 
349
- #: bws_menu.php:485
350
  msgid "Server"
351
  msgstr "Тип сервера"
352
 
353
- #: bws_menu.php:486
354
  msgid "Memory usage"
355
  msgstr "Памяти использовано"
356
 
357
- #: bws_menu.php:487
358
  msgid "MYSQL Version"
359
  msgstr "Версия MYSQL"
360
 
361
- #: bws_menu.php:488
362
  msgid "SQL Mode"
363
  msgstr "Режим SQL"
364
 
365
- #: bws_menu.php:489
366
  msgid "PHP Version"
367
  msgstr "Версия PHP"
368
 
369
- #: bws_menu.php:490
370
  msgid "PHP Safe Mode"
371
  msgstr "PHP Safe Mode"
372
 
373
- #: bws_menu.php:491
374
  msgid "PHP Allow URL fopen"
375
  msgstr "PHP Allow URL fopen"
376
 
377
- #: bws_menu.php:492
378
  msgid "PHP Memory Limit"
379
  msgstr "Лимит памяти"
380
 
381
- #: bws_menu.php:493
382
  msgid "PHP Max Upload Size"
383
  msgstr "Макс. размер загружаемого файла"
384
 
385
- #: bws_menu.php:494
386
  msgid "PHP Max Post Size"
387
  msgstr "Макс. размер записи"
388
 
389
- #: bws_menu.php:495
390
  msgid "PHP Max Script Execute Time"
391
  msgstr "Макс. время выполнения сценария"
392
 
393
- #: bws_menu.php:496
394
  msgid "PHP Exif support"
395
  msgstr "Поддержка PHP Exif"
396
 
397
- #: bws_menu.php:497
398
  msgid "PHP IPTC support"
399
  msgstr "Поддержка PHP IPTC"
400
 
401
- #: bws_menu.php:498
402
  msgid "PHP XML support"
403
  msgstr "Поддержка PHP XML"
404
 
405
- #: bws_menu.php:499
406
  msgid "Site URL"
407
  msgstr "Адрес сайта"
408
 
409
- #: bws_menu.php:500
410
  msgid "Home URL"
411
  msgstr "Основной адрес сайта"
412
 
413
- #: bws_menu.php:503
414
  msgid "WordPress Version"
415
  msgstr "Версия WordPress"
416
 
417
- #: bws_menu.php:504
418
  msgid "WordPress DB Version"
419
  msgstr "Версия базы данных WordPress"
420
 
421
- #: bws_menu.php:505
422
  msgid "Multisite"
423
  msgstr "Мультиблог"
424
 
425
- #: bws_menu.php:506
426
  msgid "Active Theme"
427
  msgstr "Текущая тема"
428
 
429
- #: bws_menu.php:521
430
  msgid "Please enter a valid email address."
431
  msgstr "Пожалуйста, введите валидный емайл."
432
 
433
- #: bws_menu.php:525
434
  msgid "Email with system info is sent to "
435
  msgstr "E-mail с системной информацией отправлен на"
436
 
437
- #: bws_menu.php:529
438
  msgid "Thank you for contacting us."
439
  msgstr "Спасибо что связались с нами."
440
 
441
- #: bws_menu.php:562
442
  msgid "Sorry, email message could not be delivered."
443
  msgstr "Извините, ваш email не может быть отправлен."
444
 
445
- #: bws_menu.php:570
446
  msgid "Need help?"
447
  msgstr "Нужна помощь?"
448
 
449
- #: bws_menu.php:571
450
  msgid "Client area"
451
  msgstr "Client area"
452
 
453
- #: bws_menu.php:572
454
- #: bws_menu.php:883
455
  msgid "System status"
456
  msgstr "Системная информация"
457
 
458
- #: bws_menu.php:577
459
  msgid "Plugins"
460
  msgstr "Плагины"
461
 
462
- #: bws_menu.php:579
463
  msgid "Themes"
464
  msgstr "Темы"
465
 
466
- #: bws_menu.php:584
467
  msgid "All"
468
  msgstr "Все"
469
 
470
- #: bws_menu.php:585
471
  msgid "Installed"
472
  msgstr "Установленные"
473
 
474
- #: bws_menu.php:586
475
  msgid "Recommended"
476
  msgstr "Рекомендованные"
477
 
478
- #: bws_menu.php:590
479
  msgid "Installed plugins"
480
  msgstr "Установленные плагины"
481
 
482
- #: bws_menu.php:622
483
- #: bws_menu.php:671
484
  msgid "Settings"
485
  msgstr "Настройки"
486
 
487
- #: bws_menu.php:643
488
- #: bws_menu.php:700
489
  msgid "Activate this plugin"
490
  msgstr "Активировать плагин"
491
 
492
- #: bws_menu.php:658
493
- #: bws_menu.php:688
494
- #: bws_menu.php:734
495
  msgid "Go"
496
  msgstr "Перейти на"
497
 
498
- #: bws_menu.php:662
499
- #: bws_menu.php:692
500
- #: bws_menu.php:738
501
  msgid "DONATE"
502
  msgstr "Пожертвовать"
503
 
504
- #: bws_menu.php:708
505
  msgid "Recommended plugins"
506
  msgstr "Рекомендованные к установке плагины"
507
 
508
- #: bws_menu.php:746
509
  msgid "Install now"
510
  msgstr "Установить"
511
 
512
- #: bws_menu.php:767
513
  msgid "Try again"
514
  msgstr "Попробовать снова"
515
 
516
- #: bws_menu.php:785
517
  #, php-format
518
  msgid "Preview &#8220;%s&#8221;"
519
  msgstr "Просмотр &#8220;%s&#8221;"
520
 
521
- #: bws_menu.php:816
522
  #, php-format
523
  msgid "Install %s"
524
  msgstr "Установлено %s"
525
 
526
- #: bws_menu.php:816
527
  msgid "Install Now"
528
  msgstr "Установить"
529
 
530
- #: bws_menu.php:819
531
  #, php-format
532
  msgid "Update to version %s"
533
  msgstr "Обновить до версии %s"
534
 
535
- #: bws_menu.php:819
536
  msgid "Update"
537
  msgstr "Обновить"
538
 
539
- #: bws_menu.php:826
540
  #, php-format
541
  msgid "Preview %s"
542
  msgstr "Просмотр %s"
543
 
544
- #: bws_menu.php:826
545
  msgid "Preview"
546
  msgstr "Просмотр"
547
 
548
- #: bws_menu.php:832
549
- #: bws_menu.php:864
550
  #, php-format
551
  msgid "By %s"
552
  msgstr "%s"
553
 
554
- #: bws_menu.php:838
555
  msgid "Details"
556
  msgstr "Детали"
557
 
558
- #: bws_menu.php:870
559
  msgid "Already Installed"
560
  msgstr "Уже установлена"
561
 
562
- #: bws_menu.php:886
563
  msgid "Environment"
564
  msgstr "Системная среда"
565
 
566
- #: bws_menu.php:897
567
  msgid "Active Plugins"
568
  msgstr "Активированные плагины"
569
 
570
- #: bws_menu.php:910
571
  msgid "Inactive Plugins"
572
  msgstr "Неактивированные плагины"
573
 
574
- #: bws_menu.php:926
575
  msgid "Send to support"
576
  msgstr "Отправить в тех. поддержку"
577
 
578
- #: bws_menu.php:933
579
  msgid "Send to custom email &#187;"
580
  msgstr "Отправить на емейл &#187;"
581
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-05 16:49+0300\n"
6
+ "PO-Revision-Date: 2015-06-05 16:49+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"
169
  #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
+ msgstr "Попробуйте %s-дневную Trial версию бесплатно"
173
 
174
  #: bws_functions.php:362
175
  #: bws_functions.php:371
176
  #: bws_functions.php:401
177
  #: bws_functions.php:409
178
+ #: bws_menu.php:657
179
+ #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активировать"
182
 
216
 
217
  #: bws_functions.php:469
218
  msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
+ msgstr "К сожалению, PRO Trial версия плагина уже устанавливалась на этот домен. PRO Trial версию можно устанавливать лишь один раз."
220
 
221
  #: bws_functions.php:473
222
  msgid "The PRO Trial license key is valid."
223
+ msgstr "Ключ PRO Trial версии действителен."
224
 
225
  #: bws_functions.php:475
226
  msgid "The license key is valid."
227
+ msgstr "Лицензионный ключ действителен."
228
 
229
  #: bws_functions.php:478
230
  msgid "Your license will expire on"
252
 
253
  #: bws_functions.php:542
254
  msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
255
+ msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
256
 
257
  #: bws_functions.php:550
258
  msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
+ msgstr "Внимание: Срок действия PRO Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
260
 
261
  #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
+ msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
264
 
265
  #: bws_functions.php:552
266
  #: bws_functions.php:605
267
+ #: bws_menu.php:633
268
+ #: bws_menu.php:655
269
+ #: bws_menu.php:682
270
+ #: bws_menu.php:712
271
+ #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Подробнее"
274
 
275
  #: bws_functions.php:562
276
  #, php-format
277
  msgid "Notice: You are using the PRO Trial license of %s plugin."
278
+ msgstr "Внимание: Вы используете PRO Trial версию плагина %s."
279
 
280
  #: bws_functions.php:564
281
  msgid "Notice: You are using the PRO Trial license of plugin."
282
+ msgstr "Внимание: Вы используете PRO Trial версию плагина."
283
 
284
  #: bws_functions.php:567
285
  msgid "The PRO Trial license will expire on"
286
+ msgstr "Ваша лицензия PRO Trial версии плагина истекает"
287
 
288
  #: bws_functions.php:605
289
  msgid "You license for"
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
+ #: bws_menu.php:470
305
  msgid "Not set"
306
  msgstr "Не задан"
307
 
308
+ #: bws_menu.php:472
309
+ #: bws_menu.php:473
310
  msgid "On"
311
  msgstr "Вкл"
312
 
313
+ #: bws_menu.php:472
314
+ #: bws_menu.php:473
315
  msgid "Off"
316
  msgstr "Выкл"
317
 
318
+ #: bws_menu.php:474
319
+ #: bws_menu.php:475
 
 
 
320
  #: bws_menu.php:476
321
+ #: bws_menu.php:477
322
+ #: bws_menu.php:478
323
+ #: bws_menu.php:490
324
  msgid "N/A"
325
  msgstr "Неизвестно"
326
 
327
+ #: bws_menu.php:478
328
  msgid " Mb"
329
  msgstr "Mb"
330
 
331
+ #: bws_menu.php:479
332
+ #: bws_menu.php:480
333
+ #: bws_menu.php:481
334
+ #: bws_menu.php:486
335
  msgid "Yes"
336
  msgstr "Да"
337
 
338
+ #: bws_menu.php:479
339
+ #: bws_menu.php:480
340
+ #: bws_menu.php:481
341
+ #: bws_menu.php:488
342
  msgid "No"
343
  msgstr "Нет"
344
 
345
+ #: bws_menu.php:498
346
  msgid "Operating System"
347
  msgstr "Операционная система"
348
 
349
+ #: bws_menu.php:499
350
  msgid "Server"
351
  msgstr "Тип сервера"
352
 
353
+ #: bws_menu.php:500
354
  msgid "Memory usage"
355
  msgstr "Памяти использовано"
356
 
357
+ #: bws_menu.php:501
358
  msgid "MYSQL Version"
359
  msgstr "Версия MYSQL"
360
 
361
+ #: bws_menu.php:502
362
  msgid "SQL Mode"
363
  msgstr "Режим SQL"
364
 
365
+ #: bws_menu.php:503
366
  msgid "PHP Version"
367
  msgstr "Версия PHP"
368
 
369
+ #: bws_menu.php:504
370
  msgid "PHP Safe Mode"
371
  msgstr "PHP Safe Mode"
372
 
373
+ #: bws_menu.php:505
374
  msgid "PHP Allow URL fopen"
375
  msgstr "PHP Allow URL fopen"
376
 
377
+ #: bws_menu.php:506
378
  msgid "PHP Memory Limit"
379
  msgstr "Лимит памяти"
380
 
381
+ #: bws_menu.php:507
382
  msgid "PHP Max Upload Size"
383
  msgstr "Макс. размер загружаемого файла"
384
 
385
+ #: bws_menu.php:508
386
  msgid "PHP Max Post Size"
387
  msgstr "Макс. размер записи"
388
 
389
+ #: bws_menu.php:509
390
  msgid "PHP Max Script Execute Time"
391
  msgstr "Макс. время выполнения сценария"
392
 
393
+ #: bws_menu.php:510
394
  msgid "PHP Exif support"
395
  msgstr "Поддержка PHP Exif"
396
 
397
+ #: bws_menu.php:511
398
  msgid "PHP IPTC support"
399
  msgstr "Поддержка PHP IPTC"
400
 
401
+ #: bws_menu.php:512
402
  msgid "PHP XML support"
403
  msgstr "Поддержка PHP XML"
404
 
405
+ #: bws_menu.php:513
406
  msgid "Site URL"
407
  msgstr "Адрес сайта"
408
 
409
+ #: bws_menu.php:514
410
  msgid "Home URL"
411
  msgstr "Основной адрес сайта"
412
 
413
+ #: bws_menu.php:517
414
  msgid "WordPress Version"
415
  msgstr "Версия WordPress"
416
 
417
+ #: bws_menu.php:518
418
  msgid "WordPress DB Version"
419
  msgstr "Версия базы данных WordPress"
420
 
421
+ #: bws_menu.php:519
422
  msgid "Multisite"
423
  msgstr "Мультиблог"
424
 
425
+ #: bws_menu.php:520
426
  msgid "Active Theme"
427
  msgstr "Текущая тема"
428
 
429
+ #: bws_menu.php:535
430
  msgid "Please enter a valid email address."
431
  msgstr "Пожалуйста, введите валидный емайл."
432
 
433
+ #: bws_menu.php:539
434
  msgid "Email with system info is sent to "
435
  msgstr "E-mail с системной информацией отправлен на"
436
 
437
+ #: bws_menu.php:543
438
  msgid "Thank you for contacting us."
439
  msgstr "Спасибо что связались с нами."
440
 
441
+ #: bws_menu.php:576
442
  msgid "Sorry, email message could not be delivered."
443
  msgstr "Извините, ваш email не может быть отправлен."
444
 
445
+ #: bws_menu.php:584
446
  msgid "Need help?"
447
  msgstr "Нужна помощь?"
448
 
449
+ #: bws_menu.php:585
450
  msgid "Client area"
451
  msgstr "Client area"
452
 
453
+ #: bws_menu.php:586
454
+ #: bws_menu.php:897
455
  msgid "System status"
456
  msgstr "Системная информация"
457
 
458
+ #: bws_menu.php:591
459
  msgid "Plugins"
460
  msgstr "Плагины"
461
 
462
+ #: bws_menu.php:593
463
  msgid "Themes"
464
  msgstr "Темы"
465
 
466
+ #: bws_menu.php:598
467
  msgid "All"
468
  msgstr "Все"
469
 
470
+ #: bws_menu.php:599
471
  msgid "Installed"
472
  msgstr "Установленные"
473
 
474
+ #: bws_menu.php:600
475
  msgid "Recommended"
476
  msgstr "Рекомендованные"
477
 
478
+ #: bws_menu.php:604
479
  msgid "Installed plugins"
480
  msgstr "Установленные плагины"
481
 
482
+ #: bws_menu.php:636
483
+ #: bws_menu.php:685
484
  msgid "Settings"
485
  msgstr "Настройки"
486
 
487
+ #: bws_menu.php:657
488
+ #: bws_menu.php:714
489
  msgid "Activate this plugin"
490
  msgstr "Активировать плагин"
491
 
492
+ #: bws_menu.php:672
493
+ #: bws_menu.php:702
494
+ #: bws_menu.php:748
495
  msgid "Go"
496
  msgstr "Перейти на"
497
 
498
+ #: bws_menu.php:676
499
+ #: bws_menu.php:706
500
+ #: bws_menu.php:752
501
  msgid "DONATE"
502
  msgstr "Пожертвовать"
503
 
504
+ #: bws_menu.php:722
505
  msgid "Recommended plugins"
506
  msgstr "Рекомендованные к установке плагины"
507
 
508
+ #: bws_menu.php:760
509
  msgid "Install now"
510
  msgstr "Установить"
511
 
512
+ #: bws_menu.php:781
513
  msgid "Try again"
514
  msgstr "Попробовать снова"
515
 
516
+ #: bws_menu.php:799
517
  #, php-format
518
  msgid "Preview &#8220;%s&#8221;"
519
  msgstr "Просмотр &#8220;%s&#8221;"
520
 
521
+ #: bws_menu.php:830
522
  #, php-format
523
  msgid "Install %s"
524
  msgstr "Установлено %s"
525
 
526
+ #: bws_menu.php:830
527
  msgid "Install Now"
528
  msgstr "Установить"
529
 
530
+ #: bws_menu.php:833
531
  #, php-format
532
  msgid "Update to version %s"
533
  msgstr "Обновить до версии %s"
534
 
535
+ #: bws_menu.php:833
536
  msgid "Update"
537
  msgstr "Обновить"
538
 
539
+ #: bws_menu.php:840
540
  #, php-format
541
  msgid "Preview %s"
542
  msgstr "Просмотр %s"
543
 
544
+ #: bws_menu.php:840
545
  msgid "Preview"
546
  msgstr "Просмотр"
547
 
548
+ #: bws_menu.php:846
549
+ #: bws_menu.php:878
550
  #, php-format
551
  msgid "By %s"
552
  msgstr "%s"
553
 
554
+ #: bws_menu.php:852
555
  msgid "Details"
556
  msgstr "Детали"
557
 
558
+ #: bws_menu.php:884
559
  msgid "Already Installed"
560
  msgstr "Уже установлена"
561
 
562
+ #: bws_menu.php:900
563
  msgid "Environment"
564
  msgstr "Системная среда"
565
 
566
+ #: bws_menu.php:911
567
  msgid "Active Plugins"
568
  msgstr "Активированные плагины"
569
 
570
+ #: bws_menu.php:924
571
  msgid "Inactive Plugins"
572
  msgstr "Неактивированные плагины"
573
 
574
+ #: bws_menu.php:940
575
  msgid "Send to support"
576
  msgstr "Отправить в тех. поддержку"
577
 
578
+ #: bws_menu.php:947
579
  msgid "Send to custom email &#187;"
580
  msgstr "Отправить на емейл &#187;"
581
 
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery by BestWebSoft
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.3.0
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -53,7 +53,7 @@ if ( ! function_exists ( 'gllr_init' ) ) {
53
  $gllr_plugin_info = get_plugin_data( __FILE__ );
54
  }
55
  /* Function check if plugin is compatible with current WP version */
56
- bws_wp_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, "3.2" );
57
 
58
  /* Register post type */
59
  gllr_post_type_images();
@@ -98,7 +98,8 @@ if ( ! function_exists( 'gllr_settings' ) ) {
98
  'return_link_text' => 'Return to all albums',
99
  'return_link_page' => 'gallery_template_url',
100
  'return_link_url' => '',
101
- 'return_link_shortcode' => 0
 
102
  );
103
 
104
  /* Install the option defaults */
@@ -142,7 +143,7 @@ if ( ! function_exists( 'gllr_plugin_activate' ) ) {
142
  */
143
  if ( ! function_exists( 'gllr_plugin_install' ) ) {
144
  function gllr_plugin_install() {
145
- global $gllr_filenames, $gllr_filepath, $gllr_themepath;
146
  foreach ( $gllr_filenames as $filename ) {
147
  if ( ! file_exists( $gllr_themepath . $filename ) ) {
148
  $handle = @fopen( $gllr_filepath . $filename, "r" );
@@ -153,7 +154,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
153
  @fwrite( $handle, $contents );
154
  @fclose( $handle );
155
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
156
- } else {
157
  $handle = @fopen( $gllr_themepath . $filename, "r" );
158
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
159
  @fclose( $handle );
@@ -334,7 +335,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
334
  <div class="gllr_clear"></div>
335
  </div>
336
  <div class="gllr_order_message hidden">
337
- <input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> style="position:relative; top:-2px " /> <?php _e( 'Allow the download link for all images in this gallery', 'gallery' ); ?><br /><br />
338
  <?php _e( 'Please use the drag and drop function to change an order of the images displaying and do not forget to save the post.', 'gallery'); ?>
339
  <br />
340
  <?php _e( 'Please make a choice', 'gallery'); echo ' `'; _e( 'Sort images by', 'gallery' ); echo '` -> `'; _e( 'sort images', 'gallery' ); echo '` '; _e( 'on the plugin settings page (', 'gallery' ); ?> <a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
@@ -381,10 +382,10 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
381
  echo '<li id="' . $page->ID . '" class="gllr_image_block"><div class="gllr_drag">';
382
  $image_attributes = wp_get_attachment_image_src( $page->ID, 'thumbnail' );
383
  echo '<div class="gllr_border_image"><img src="' . $image_attributes[0] . '" alt="' . $page->post_title . '" title="' . $page->post_title . '" height="' . $thumbnail_size_h . '" width="' . $thumbnail_size_w . '" /></div>';
384
- echo '<br />' . __( "Title", "gallery" ) . '<br /><input type="text" name="gllr_image_text[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $key, TRUE ) . '" class="gllr_image_text" />';
385
- echo '<input type="text" name="gllr_order_text[' . $page->ID . ']" value="' . $page->menu_order . '" class="gllr_order_text ' . ( $page->menu_order == 0 ? "hidden" : '' ) . '" />';
386
- echo '<br />' . __( "Alt tag", "gallery" ) . '<br /><input type="text" name="gllr_image_alt_tag[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $alt_tag_key, TRUE ) . '" class="gllr_image_alt_tag" />';
387
- echo '<br />' . __( "URL", "gallery" ) . '<br /><input type="text" name="gllr_link_url[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $link_key, TRUE ) . '" class="gllr_link_text" /><br /><span class="small_text">' . __( "(by click on image opens a link in a new window)", "gallery" ) . '</span>';
388
  echo '<a class="bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . __( 'This setting is available in Pro version', 'gallery' ) . '">' .
389
  '<div>' . __( "Open the URL", "gallery" ) . '<br/><input disabled type="radio" value="_self" > ' . __( "Current window", "gallery" ) . '<br/><input disabled type="radio" value="_blank" > ' . __( "New window", "gallery" ) . '<br/>' .
390
  __( "Lightbox button URL", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_lightbox_button_url"><br/>' .
@@ -787,7 +788,9 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
787
  $gllr_request_options["return_link_url"] = strpos( $_REQUEST['gllr_return_link_url'], "http:" ) !== false ? esc_url( $_REQUEST['gllr_return_link_url'] ) : 'http://' . esc_url( $_REQUEST['gllr_return_link_url'] );
788
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
789
  $gllr_request_options["return_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) );
790
- $gllr_request_options["read_more_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) );
 
 
791
 
792
  if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
793
  if ( isset( $cstmsrch_options ) ) {
@@ -854,16 +857,16 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
854
  <th scope="row"><?php _e( 'Image size for the album cover', 'gallery' ); ?> </th>
855
  <td>
856
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
857
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
858
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
859
  </td>
860
  </tr>
861
  <tr valign="top" class="gllr_width_labels">
862
  <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery' ); ?> </th>
863
  <td>
864
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
865
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
866
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
867
  </td>
868
  </tr>
869
  <tr valign="top">
@@ -887,14 +890,14 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
887
  <th scope="row"><?php _e( 'Crop position', 'gallery' ); ?></th>
888
  <td>
889
  <label><?php _e( 'Horizontal', 'gallery' ); ?></label>
890
- <select>
891
  <option value="left"><?php _e( 'left', 'gallery' ); ?></option>
892
  <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
893
  <option value="right"><?php _e( 'right', 'gallery' ); ?></option>
894
  </select>
895
  <br />
896
  <label><?php _e( 'Vertical', 'gallery' ); ?></label>
897
- <select>
898
  <option value="top"><?php _e( 'top', 'gallery' ); ?></option>
899
  <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
900
  <option value="bottom"><?php _e( 'bottom', 'gallery' ); ?></option>
@@ -943,11 +946,11 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
943
  <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?></th>
944
  <td>
945
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
946
- <input type="text" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
947
  <?php if ( 3.5 <= $wp_version ) { ?>
948
- <input type="minicolors" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
949
  <?php } else { ?>
950
- <input type="text" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /><span id="gllr_border_images_color_small" style="background-color:<?php echo $gllr_options["border_images_color"]; ?>"></span> <?php _e( 'Select a border color', 'gallery' ); ?>
951
  <div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
952
  <?php } ?>
953
  </td>
@@ -955,7 +958,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
955
  <tr valign="top">
956
  <th scope="row"><?php _e( 'Number of images in the row', 'gallery' ); ?> </th>
957
  <td>
958
- <input type="text" name="gllr_custom_image_row_count" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
959
  </td>
960
  </tr>
961
  <tr valign="top">
@@ -967,7 +970,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
967
  <tr valign="top">
968
  <th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
969
  <td>
970
- <input type="text" name="gllr_slideshow_interval" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
971
  </td>
972
  </tr>
973
  <tr valign="top">
@@ -1014,21 +1017,21 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1014
  <tr valign="top">
1015
  <th scope="row"><?php _e( 'The Back link text', 'gallery' ); ?> </th>
1016
  <td>
1017
- <input type="text" name="gllr_return_link_text" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
1018
  </td>
1019
  </tr>
1020
  <tr valign="top">
1021
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
1022
  <td>
1023
  <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?></label><br />
1024
- <input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
1025
  <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
1026
  </td>
1027
  </tr>
1028
  <tr valign="top">
1029
  <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?></th>
1030
  <td>
1031
- <input type="text" name="gllr_read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
1032
  </td>
1033
  </tr>
1034
  <tr valign="top">
@@ -1048,6 +1051,12 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1048
  <?php } ?>
1049
  </td>
1050
  </tr>
 
 
 
 
 
 
1051
  </table>
1052
  <div class="bws_pro_version_bloc">
1053
  <div class="bws_pro_version_table_bloc">
@@ -1056,16 +1065,16 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1056
  <tr valign="top" class="gllr_width_labels">
1057
  <th scope="row"><?php _e( 'Use pagination for images', 'gallery' ); ?></th>
1058
  <td>
1059
- <input type="checkbox" name="gllrprfssnl_images_pagination" value="1" /><br />
1060
- <label><input type="text" name="gllrprfssnl_images_per_page" value="" style="width:100px;" /> <?php _e( 'per page', 'gallery' ); ?></label>
1061
  </td>
1062
  </tr>
1063
  <tr valign="top" class="gllr_width_labels">
1064
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery' ); ?></th>
1065
  <td>
1066
- <label><input type="radio" name="gllrprfssnl_fancybox_helper" value="none" /> <?php _e( 'Do not use', 'gallery' ); ?></label><br />
1067
- <label><input type="radio" name="gllrprfssnl_fancybox_helper" value="button" /> <?php _e( 'Button helper', 'gallery' ); ?></label><br />
1068
- <label><input type="radio" name="gllrprfssnl_fancybox_helper" value="thumbnail" /> <?php _e( 'Thumbnail helper', 'gallery' ); ?></label>
1069
  </td>
1070
  </tr>
1071
  <tr valign="top" class="gllr_width_labels">
@@ -1438,7 +1447,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1438
  } ?>
1439
  <li>
1440
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1441
- <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]; ?>" />
1442
  </a>
1443
  <div class="gallery_detail_box">
1444
  <div><?php the_title(); ?></div>
@@ -1476,7 +1485,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1476
  } ?>
1477
  <li>
1478
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1479
- <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]; ?>" />
1480
  </a>
1481
  <div class="gallery_detail_box">
1482
  <div><?php the_title(); ?></div>
@@ -1529,7 +1538,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1529
  <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;">
1530
  <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
1531
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
1532
- <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]; ?>" />
1533
  </a>
1534
  <?php } else { ?>
1535
  <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 ); ?>">
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.3.1
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
53
  $gllr_plugin_info = get_plugin_data( __FILE__ );
54
  }
55
  /* Function check if plugin is compatible with current WP version */
56
+ bws_wp_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, '3.2' );
57
 
58
  /* Register post type */
59
  gllr_post_type_images();
98
  'return_link_text' => 'Return to all albums',
99
  'return_link_page' => 'gallery_template_url',
100
  'return_link_url' => '',
101
+ 'return_link_shortcode' => 0,
102
+ 'rewrite_template' => 1
103
  );
104
 
105
  /* Install the option defaults */
143
  */
144
  if ( ! function_exists( 'gllr_plugin_install' ) ) {
145
  function gllr_plugin_install() {
146
+ global $gllr_filenames, $gllr_filepath, $gllr_themepath, $gllr_options;
147
  foreach ( $gllr_filenames as $filename ) {
148
  if ( ! file_exists( $gllr_themepath . $filename ) ) {
149
  $handle = @fopen( $gllr_filepath . $filename, "r" );
154
  @fwrite( $handle, $contents );
155
  @fclose( $handle );
156
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
157
+ } elseif ( ! isset( $gllr_options['rewrite_template'] ) || 1 == $gllr_options['rewrite_template'] ) {
158
  $handle = @fopen( $gllr_themepath . $filename, "r" );
159
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
160
  @fclose( $handle );
335
  <div class="gllr_clear"></div>
336
  </div>
337
  <div class="gllr_order_message hidden">
338
+ <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Allow the download link for all images in this gallery', 'gallery' ); ?></label><br /><br />
339
  <?php _e( 'Please use the drag and drop function to change an order of the images displaying and do not forget to save the post.', 'gallery'); ?>
340
  <br />
341
  <?php _e( 'Please make a choice', 'gallery'); echo ' `'; _e( 'Sort images by', 'gallery' ); echo '` -> `'; _e( 'sort images', 'gallery' ); echo '` '; _e( 'on the plugin settings page (', 'gallery' ); ?> <a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
382
  echo '<li id="' . $page->ID . '" class="gllr_image_block"><div class="gllr_drag">';
383
  $image_attributes = wp_get_attachment_image_src( $page->ID, 'thumbnail' );
384
  echo '<div class="gllr_border_image"><img src="' . $image_attributes[0] . '" alt="' . $page->post_title . '" title="' . $page->post_title . '" height="' . $thumbnail_size_h . '" width="' . $thumbnail_size_w . '" /></div>';
385
+ echo '<br />' . __( "Title", "gallery" ) . '<br /><input type="text" name="gllr_image_text[' . $page->ID . ']" maxlength="100" value="' . get_post_meta( $page->ID, $key, TRUE ) . '" class="gllr_image_text" />';
386
+ echo '<input type="text" name="gllr_order_text[' . $page->ID . ']" value="' . $page->menu_order . '" class="gllr_order_text ' . ( $page->menu_order == 0 ? "hidden" : '' ) . '" maxlength="10" />';
387
+ echo '<br />' . __( "Alt tag", "gallery" ) . '<br /><input type="text" name="gllr_image_alt_tag[' . $page->ID . ']" maxlength="100" value="' . get_post_meta( $page->ID, $alt_tag_key, TRUE ) . '" class="gllr_image_alt_tag" />';
388
+ echo '<br />' . __( "URL", "gallery" ) . '<br /><input type="text" name="gllr_link_url[' . $page->ID . ']" maxlength="250" value="' . get_post_meta( $page->ID, $link_key, TRUE ) . '" class="gllr_link_text" /><br /><span class="small_text">' . __( "(by click on image opens a link in a new window)", "gallery" ) . '</span>';
389
  echo '<a class="bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . __( 'This setting is available in Pro version', 'gallery' ) . '">' .
390
  '<div>' . __( "Open the URL", "gallery" ) . '<br/><input disabled type="radio" value="_self" > ' . __( "Current window", "gallery" ) . '<br/><input disabled type="radio" value="_blank" > ' . __( "New window", "gallery" ) . '<br/>' .
391
  __( "Lightbox button URL", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_lightbox_button_url"><br/>' .
788
  $gllr_request_options["return_link_url"] = strpos( $_REQUEST['gllr_return_link_url'], "http:" ) !== false ? esc_url( $_REQUEST['gllr_return_link_url'] ) : 'http://' . esc_url( $_REQUEST['gllr_return_link_url'] );
789
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
790
  $gllr_request_options["return_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) );
791
+ $gllr_request_options["read_more_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) );
792
+
793
+ $gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
794
 
795
  if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
796
  if ( isset( $cstmsrch_options ) ) {
857
  <th scope="row"><?php _e( 'Image size for the album cover', 'gallery' ); ?> </th>
858
  <td>
859
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
860
+ <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_album" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
861
+ <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_album" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
862
  </td>
863
  </tr>
864
  <tr valign="top" class="gllr_width_labels">
865
  <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery' ); ?> </th>
866
  <td>
867
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
868
+ <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
869
+ <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_photo" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
870
  </td>
871
  </tr>
872
  <tr valign="top">
890
  <th scope="row"><?php _e( 'Crop position', 'gallery' ); ?></th>
891
  <td>
892
  <label><?php _e( 'Horizontal', 'gallery' ); ?></label>
893
+ <select disabled>
894
  <option value="left"><?php _e( 'left', 'gallery' ); ?></option>
895
  <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
896
  <option value="right"><?php _e( 'right', 'gallery' ); ?></option>
897
  </select>
898
  <br />
899
  <label><?php _e( 'Vertical', 'gallery' ); ?></label>
900
+ <select disabled>
901
  <option value="top"><?php _e( 'top', 'gallery' ); ?></option>
902
  <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
903
  <option value="bottom"><?php _e( 'bottom', 'gallery' ); ?></option>
946
  <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?></th>
947
  <td>
948
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
949
+ <input type="text" maxlength="3" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
950
  <?php if ( 3.5 <= $wp_version ) { ?>
951
+ <input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
952
  <?php } else { ?>
953
+ <input type="text" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /><span id="gllr_border_images_color_small" style="background-color:<?php echo $gllr_options["border_images_color"]; ?>"></span> <?php _e( 'Select a border color', 'gallery' ); ?>
954
  <div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
955
  <?php } ?>
956
  </td>
958
  <tr valign="top">
959
  <th scope="row"><?php _e( 'Number of images in the row', 'gallery' ); ?> </th>
960
  <td>
961
+ <input type="text" name="gllr_custom_image_row_count" maxlength="3" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
962
  </td>
963
  </tr>
964
  <tr valign="top">
970
  <tr valign="top">
971
  <th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
972
  <td>
973
+ <input type="text" name="gllr_slideshow_interval" maxlength="6" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
974
  </td>
975
  </tr>
976
  <tr valign="top">
1017
  <tr valign="top">
1018
  <th scope="row"><?php _e( 'The Back link text', 'gallery' ); ?> </th>
1019
  <td>
1020
+ <input type="text" name="gllr_return_link_text" maxlength="100" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
1021
  </td>
1022
  </tr>
1023
  <tr valign="top">
1024
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
1025
  <td>
1026
  <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?></label><br />
1027
+ <input type="radio" maxlength="250" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
1028
  <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
1029
  </td>
1030
  </tr>
1031
  <tr valign="top">
1032
  <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?></th>
1033
  <td>
1034
+ <input type="text" name="gllr_read_more_link_text" maxlength="100" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
1035
  </td>
1036
  </tr>
1037
  <tr valign="top">
1051
  <?php } ?>
1052
  </td>
1053
  </tr>
1054
+ <tr valign="top">
1055
+ <th scope="row"><?php _e( 'Rewrite templates after update', 'gallery' ); ?></th>
1056
+ <td>
1057
+ <input type="checkbox" name="gllr_rewrite_template" value="1" <?php if ( 1 == $gllr_options['rewrite_template'] ) echo 'checked="checked"'; ?> /> <span class="gllr_span"><?php _e( "Turn off the checkbox, if You edited the file 'gallery-template.php' or 'gallery-single-template.php' file in your theme folder and You don't want to rewrite them", 'gallery' ); ?></span>
1058
+ </td>
1059
+ </tr>
1060
  </table>
1061
  <div class="bws_pro_version_bloc">
1062
  <div class="bws_pro_version_table_bloc">
1065
  <tr valign="top" class="gllr_width_labels">
1066
  <th scope="row"><?php _e( 'Use pagination for images', 'gallery' ); ?></th>
1067
  <td>
1068
+ <input disabled type="checkbox" name="gllrprfssnl_images_pagination" value="1" /><br />
1069
+ <label><input disabled type="number" name="gllrprfssnl_images_per_page" value="" /> <?php _e( 'per page', 'gallery' ); ?></label>
1070
  </td>
1071
  </tr>
1072
  <tr valign="top" class="gllr_width_labels">
1073
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery' ); ?></th>
1074
  <td>
1075
+ <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="none" /> <?php _e( 'Do not use', 'gallery' ); ?></label><br />
1076
+ <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="button" /> <?php _e( 'Button helper', 'gallery' ); ?></label><br />
1077
+ <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="thumbnail" /> <?php _e( 'Thumbnail helper', 'gallery' ); ?></label>
1078
  </td>
1079
  </tr>
1080
  <tr valign="top" class="gllr_width_labels">
1447
  } ?>
1448
  <li>
1449
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1450
+ <img width="<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>" style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; height:<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>px;" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1451
  </a>
1452
  <div class="gallery_detail_box">
1453
  <div><?php the_title(); ?></div>
1485
  } ?>
1486
  <li>
1487
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1488
+ <img width="<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>" style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; height:<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>px;" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1489
  </a>
1490
  <div class="gallery_detail_box">
1491
  <div><?php the_title(); ?></div>
1538
  <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;">
1539
  <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
1540
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
1541
+ <img width="<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>" 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]; ?>" />
1542
  </a>
1543
  <?php } else { ?>
1544
  <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 ); ?>">
languages/gallery-bg_BG.mo CHANGED
Binary file
languages/gallery-bg_BG.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: 2015-05-18 12:48+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -20,653 +20,686 @@ msgstr ""
20
  msgid "See images &raquo;"
21
  msgstr "Виж изображенията &raquo;"
22
 
23
- #: gallery-plugin.php:206
24
- 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"
25
- msgstr "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/plugins/gallery-plugin/template/` в папката на вашата тема, за да работи правилно приставката Gallery."
 
 
 
 
 
 
 
 
26
 
27
- #: gallery-plugin.php:215
28
- #: gallery-plugin.php:225
29
  msgid "Galleries"
30
  msgstr "Галерии"
31
 
32
- #: gallery-plugin.php:216
33
  msgid "Gallery"
34
  msgstr "Галерия"
35
 
36
- #: gallery-plugin.php:217
37
  msgid "Add a Gallery"
38
  msgstr "Добави галерия"
39
 
40
- #: gallery-plugin.php:218
41
  msgid "Add New Gallery"
42
  msgstr "Добави нова галерия"
43
 
44
- #: gallery-plugin.php:219
45
  msgid "Edit Gallery"
46
  msgstr "Редактирай галерия"
47
 
48
- #: gallery-plugin.php:220
49
  msgid "New Gallery"
50
  msgstr "Нова галерия"
51
 
52
- #: gallery-plugin.php:221
53
  msgid "View Gallery"
54
  msgstr "Преглед на галерия"
55
 
56
- #: gallery-plugin.php:222
57
  msgid "Find a Gallery"
58
  msgstr "Намери галерия"
59
 
60
- #: gallery-plugin.php:223
61
  msgid "No Gallery found"
62
  msgstr "Няма намерена галерия"
63
 
64
- #: gallery-plugin.php:280
65
  msgid "Upload File"
66
  msgstr "Качване на файл"
67
 
68
- #: gallery-plugin.php:281
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод за галерия"
71
 
72
- #: gallery-plugin.php:283
73
- #: gallery-plugin.php:427
74
  #, fuzzy
75
  msgid "Gallery Categories"
76
  msgstr "Размер на изображението в галерия"
77
 
78
- #: gallery-plugin.php:292
79
  msgid "Choose a media file that will be attached"
80
  msgstr ""
81
 
82
- #: gallery-plugin.php:292
83
  #, php-format
84
  msgid "You need to install \"%s\" plugin to use this functionality"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:293
88
  msgid "Attach media item to this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:312
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 "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин на WordPress за качване на снимки(media library)."
 
 
 
 
 
 
94
 
95
- #: gallery-plugin.php:324
96
  msgid "Choose an image for upload:"
97
  msgstr "Изберете изображение за качване:"
98
 
99
- #: gallery-plugin.php:329
100
  msgid "Please enable JavaScript to use the file uploader."
101
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
102
 
103
- #: gallery-plugin.php:337
104
  msgid "Allow the download link for all images in this gallery"
105
  msgstr "Позволете свалянето на всички изображения от тази галерия."
106
 
107
- #: gallery-plugin.php:338
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 "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и не забравяйте да съхраните промените."
 
 
 
 
110
 
111
- #: gallery-plugin.php:340
112
  msgid "Please make a choice"
113
  msgstr "Моля, изберете"
114
 
115
- #: gallery-plugin.php:340
116
- #: gallery-plugin.php:980
117
  msgid "Sort images by"
118
  msgstr "Подреди изображенията по"
119
 
120
- #: gallery-plugin.php:340
121
  msgid "sort images"
122
  msgstr "подреди изображенията"
123
 
124
- #: gallery-plugin.php:340
125
  msgid "on the plugin settings page ("
126
  msgstr "на страницата с настройки за плъгина ("
127
 
128
- #: gallery-plugin.php:384
129
- #: gallery-plugin.php:645
130
  msgid "Title"
131
  msgstr "Име"
132
 
133
- #: gallery-plugin.php:386
134
  msgid "Alt tag"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:387
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
- #: gallery-plugin.php:387
142
  msgid "(by click on image opens a link in a new window)"
143
  msgstr "(отваря изображението в нов прозорец)"
144
 
145
- #: gallery-plugin.php:388
146
  msgid "This setting is available in Pro version"
147
  msgstr "Тази настройка е достъпна само в Pro версията."
148
 
149
- #: gallery-plugin.php:389
150
  #, fuzzy
151
  msgid "Open the URL"
152
  msgstr "Отваряне на линка"
153
 
154
- #: gallery-plugin.php:389
155
  msgid "Current window"
156
  msgstr "Текущия прозорец"
157
 
158
- #: gallery-plugin.php:389
159
  msgid "New window"
160
  msgstr "Нов прозорец"
161
 
162
- #: gallery-plugin.php:390
163
  #, fuzzy
164
  msgid "Lightbox button URL"
165
  msgstr "Фон на lightbox"
166
 
167
- #: gallery-plugin.php:391
168
  msgid "Description"
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:392
172
  msgid "Delete"
173
  msgstr "Изтриване"
174
 
175
- #: gallery-plugin.php:412
176
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
177
- msgstr "Можете да добавите галерия към страница или пост, като добавите този шорткод към съдържанието"
 
 
 
 
178
 
179
- #: gallery-plugin.php:414
180
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
181
- msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
 
 
 
 
182
 
183
- #: gallery-plugin.php:428
184
  msgid "Most Used"
185
  msgstr ""
186
 
187
- #: gallery-plugin.php:438
188
  #, fuzzy
189
  msgid "Add New Gallery Category"
190
  msgstr "Добави нова галерия"
191
 
192
- #: gallery-plugin.php:443
193
  #, fuzzy
194
  msgid "Install plugin"
195
  msgstr "Встановлених модулів"
196
 
197
- #: gallery-plugin.php:646
198
  msgid "Author"
199
  msgstr "Автор "
200
 
201
- #: gallery-plugin.php:647
202
  msgid "Photo"
203
  msgstr "Снимка"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Publishing"
207
  msgstr "Публикация"
208
 
209
- #: gallery-plugin.php:649
210
- #: gallery-plugin.php:984
211
  msgid "Date"
212
  msgstr "Дата "
213
 
214
- #: gallery-plugin.php:817
215
  msgid "Settings are saved"
216
  msgstr "Настройките са съхранени"
217
 
218
- #: gallery-plugin.php:828
219
  msgid "Gallery Settings"
220
  msgstr "Настройки на галерията"
221
 
222
- #: gallery-plugin.php:830
223
- #: gallery-plugin.php:1157
224
- #: gallery-plugin.php:1174
225
  msgid "Settings"
226
  msgstr "Настройки"
227
 
228
- #: gallery-plugin.php:831
229
- #: gallery-plugin.php:1158
230
  msgid "FAQ"
231
  msgstr "Често задавани въпроси"
232
 
233
- #: gallery-plugin.php:832
234
  msgid "Go PRO"
235
  msgstr ""
236
 
237
- #: gallery-plugin.php:837
238
  msgid "Notice:"
239
  msgstr ""
240
 
241
- #: gallery-plugin.php:837
242
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
243
  msgstr ""
244
 
245
- #: gallery-plugin.php:838
246
- 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:"
247
- msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
 
 
 
 
248
 
249
- #: gallery-plugin.php:840
250
  #, fuzzy
251
  msgid "Please enable JavaScript to use the option to renew images."
252
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
253
 
254
- #: gallery-plugin.php:844
255
  msgid "Update images for gallery"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:846
259
  #, fuzzy
260
  msgid "Update images"
261
  msgstr "подреди изображенията"
262
 
263
- #: gallery-plugin.php:854
264
  msgid "Image size for the album cover"
265
  msgstr "Размер на изображението за корица на албума"
266
 
267
- #: gallery-plugin.php:856
268
- #: gallery-plugin.php:864
269
- #: gallery-plugin.php:880
270
  msgid "Image size"
271
  msgstr "Размер на изображението"
272
 
273
- #: gallery-plugin.php:857
274
- #: gallery-plugin.php:865
275
  msgid "Width (in px)"
276
  msgstr "Ширина (в px)"
277
 
278
- #: gallery-plugin.php:858
279
- #: gallery-plugin.php:866
280
  msgid "Height (in px)"
281
  msgstr "Височина (в px)"
282
 
283
- #: gallery-plugin.php:862
284
  #, fuzzy
285
  msgid "Image size for thumbnails"
286
  msgstr "Размер на изображението за корица на албума"
287
 
288
- #: gallery-plugin.php:870
289
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
- msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
 
 
 
 
291
 
292
- #: gallery-plugin.php:878
293
  #, fuzzy
294
  msgid "Image size in the lightbox"
295
  msgstr "Размер на изображението за lightbox"
296
 
297
- #: gallery-plugin.php:881
298
  msgid "Max width (in px)"
299
  msgstr "Макс. ширина (в px)"
300
 
301
- #: gallery-plugin.php:882
302
  msgid "Max height (in px)"
303
  msgstr "Макс. височина (в px)"
304
 
305
- #: gallery-plugin.php:883
306
  msgid "Display a full size image in the lightbox"
307
  msgstr "Показване на изображението в пълен размер в lightbox"
308
 
309
- #: gallery-plugin.php:887
310
  msgid "Crop position"
311
  msgstr "Позиция за изрязване"
312
 
313
- #: gallery-plugin.php:889
314
  msgid "Horizontal"
315
  msgstr "Хоризонтално"
316
 
317
- #: gallery-plugin.php:891
318
  msgid "left"
319
  msgstr "ляво"
320
 
321
- #: gallery-plugin.php:892
322
- #: gallery-plugin.php:899
323
  msgid "center"
324
  msgstr "център"
325
 
326
- #: gallery-plugin.php:893
327
  msgid "right"
328
  msgstr "дясно"
329
 
330
- #: gallery-plugin.php:896
331
  msgid "Vertical"
332
  msgstr "Вертикално"
333
 
334
- #: gallery-plugin.php:898
335
  msgid "top"
336
  msgstr "отгоре"
337
 
338
- #: gallery-plugin.php:900
339
  msgid "bottom"
340
  msgstr "отдолу"
341
 
342
- #: gallery-plugin.php:905
343
  msgid "Lightbox background"
344
  msgstr "Фон на lightbox"
345
 
346
- #: gallery-plugin.php:907
347
  msgid "Default"
348
  msgstr "По подразбиране"
349
 
350
- #: gallery-plugin.php:908
351
  msgid "Background transparency (from 0 to 1)"
352
  msgstr "Прозрачност на фона (от 0 до 1)"
353
 
354
- #: gallery-plugin.php:910
355
  msgid "Select a background color"
356
  msgstr "Изберете цвят за фон"
357
 
358
- #: gallery-plugin.php:912
359
  msgid "Background color"
360
  msgstr "Цвят на фона"
361
 
362
- #: gallery-plugin.php:919
363
- #: gallery-plugin.php:1101
364
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:926
368
- #: gallery-plugin.php:1108
369
  msgid "Unlock premium options by upgrading to a PRO version."
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:927
373
- #: gallery-plugin.php:1109
374
  #, fuzzy
375
  msgid "Learn More"
376
  msgstr "Читати далі"
377
 
378
- #: gallery-plugin.php:931
379
- #: gallery-plugin.php:1113
380
  msgid "Start Your Trial"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:932
384
- #: gallery-plugin.php:1114
385
  msgid "or"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:935
389
- #: gallery-plugin.php:1117
390
  msgid "Go"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:943
394
  msgid "Images with border"
395
  msgstr "Изображения с рамка"
396
 
397
- #: gallery-plugin.php:946
398
  msgid "Border width in px, just numbers"
399
  msgstr "Ширина на рамката в пиксели, само числа"
400
 
401
- #: gallery-plugin.php:948
402
- #: gallery-plugin.php:950
403
  msgid "Select a border color"
404
  msgstr "Изберете цвят за рамката"
405
 
406
- #: gallery-plugin.php:956
407
  msgid "Number of images in the row"
408
  msgstr "Брой изображения на ред"
409
 
410
- #: gallery-plugin.php:962
411
  msgid "Start slideshow"
412
  msgstr "Слайдшоу"
413
 
414
- #: gallery-plugin.php:968
415
  msgid "Slideshow interval"
416
  msgstr "Интервал за слайдшоу"
417
 
418
- #: gallery-plugin.php:974
419
  msgid "Use single lightbox for multiple galleries on one page"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:982
423
  msgid "Attachment ID"
424
  msgstr "ID на изображението"
425
 
426
- #: gallery-plugin.php:983
427
  msgid "Image Name"
428
  msgstr "Име на изображението"
429
 
430
- #: gallery-plugin.php:985
431
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
432
- msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
 
 
 
 
433
 
434
- #: gallery-plugin.php:986
435
  msgid "Random"
436
  msgstr "Произволен"
437
 
438
- #: gallery-plugin.php:990
439
  msgid "Sort images"
440
  msgstr "Подреди изображенията"
441
 
442
- #: gallery-plugin.php:992
443
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
444
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
445
 
446
- #: gallery-plugin.php:993
447
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
448
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
449
 
450
- #: gallery-plugin.php:997
451
  #, fuzzy
452
  msgid "Display text under the image"
453
  msgstr "Показване на текст над изображението"
454
 
455
- #: gallery-plugin.php:999
456
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
457
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
458
 
459
- #: gallery-plugin.php:1003
460
  msgid "Display the Back link"
461
  msgstr "Показване на линк 'Назад'"
462
 
463
- #: gallery-plugin.php:1009
464
  msgid "Display the Back link in the shortcode"
465
  msgstr "Показване на линк 'Назад' в шорткода"
466
 
467
- #: gallery-plugin.php:1015
468
  msgid "The Back link text"
469
  msgstr "Текст за линка 'Назад'"
470
 
471
- #: gallery-plugin.php:1021
472
  msgid "The Back link URL"
473
  msgstr "URL за линка 'Назад'"
474
 
475
- #: gallery-plugin.php:1023
476
  msgid "Gallery page (Page with Gallery Template)"
477
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
478
 
479
- #: gallery-plugin.php:1025
480
  msgid "(Full URL to custom page)"
481
  msgstr "(Пълно URL към произволна страница)"
482
 
483
- #: gallery-plugin.php:1029
484
  msgid "The Read More link text"
485
  msgstr "Текст за линка 'Прочети повече'"
486
 
487
- #: gallery-plugin.php:1035
488
  msgid "Add gallery to the search"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1040
492
  msgid "Using"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1040
496
  msgid "powered by"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1043
500
- #: gallery-plugin.php:1047
501
  msgid "Using Custom Search powered by"
502
  msgstr ""
503
 
504
- #: gallery-plugin.php:1043
505
  msgid "Activate Custom Search"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:1047
509
  msgid "Download Custom Search"
510
  msgstr ""
511
 
512
- #: gallery-plugin.php:1057
513
  msgid "Use pagination for images"
514
  msgstr ""
515
 
516
- #: gallery-plugin.php:1060
517
  msgid "per page"
518
  msgstr ""
519
 
520
- #: gallery-plugin.php:1064
521
  msgid "The lightbox helper"
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1066
525
  msgid "Do not use"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1067
529
  msgid "Button helper"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1068
533
  msgid "Thumbnail helper"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1072
537
  msgid "Display Like buttons in the lightbox"
538
  msgstr "Показване на Like бутони в lightbox"
539
 
540
- #: gallery-plugin.php:1074
541
  msgid "FaceBook"
542
  msgstr "FaceBook"
543
 
544
- #: gallery-plugin.php:1075
545
  msgid "Twitter"
546
  msgstr "Twitter"
547
 
548
- #: gallery-plugin.php:1076
549
  msgid "Pinterest"
550
  msgstr "Pinterest"
551
 
552
- #: gallery-plugin.php:1077
553
  msgid "Google +1"
554
  msgstr "Google +1"
555
 
556
- #: gallery-plugin.php:1081
557
  msgid "Slug for gallery item"
558
  msgstr "Название на елемент от галерията"
559
 
560
- #: gallery-plugin.php:1083
561
  msgid "for any structure of permalinks except the default structure"
562
- msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
 
 
563
 
564
- #: gallery-plugin.php:1087
565
  msgid "Title for lightbox button"
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1093
569
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
 
 
 
 
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1096
573
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1125
577
  msgid "Save Changes"
578
  msgstr "Съхрани промените"
579
 
580
- #: gallery-plugin.php:1159
581
  msgid "Support"
582
  msgstr "Поддръжка"
583
 
584
- #: gallery-plugin.php:1267
585
  msgid "Updating images..."
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1268
589
  #, fuzzy
590
  msgid "No image found."
591
  msgstr "Няма намерена галерия"
592
 
593
- #: gallery-plugin.php:1269
594
  msgid "All images are updated."
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1270
598
  msgid "Error."
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1279
602
  #, fuzzy
603
  msgid "Learn more"
604
  msgstr "Читати далі"
605
 
606
- #: gallery-plugin.php:1284
607
- #: gallery-plugin.php:1324
608
  #, fuzzy
609
  msgid "Activate"
610
  msgstr "Активовані плагіни"
611
 
612
- #: gallery-plugin.php:1291
613
- #: gallery-plugin.php:1331
614
  #, fuzzy
615
  msgid "Install now"
616
  msgstr "Установка %"
617
 
618
- #: gallery-plugin.php:1300
619
  msgid "Add multiple gallery categories"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1300
623
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1309
627
- #: gallery-plugin.php:1350
628
  msgid "Close"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1341
632
  msgid "Already attached?"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1341
636
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1404
640
- #: template/gallery-single-template.php:19
641
  msgid "Download high resolution image"
642
  msgstr "Свали изображението в цял размер"
643
 
644
- #: gallery-plugin.php:1557
645
- #: template/gallery-single-template.php:95
646
  msgid "Sorry, nothing found."
647
  msgstr "Съжалявам, нищо не е намерено."
648
 
649
- #: gallery-plugin.php:1579
650
- #: template/gallery-single-template.php:114
651
  msgid "Image"
652
  msgstr "Изображение"
653
 
654
- #: gallery-plugin.php:1875
655
  #, fuzzy
656
  msgid "Image size not defined"
657
  msgstr "Размер на изображението"
658
 
659
- #: gallery-plugin.php:1890
660
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
661
  msgstr ""
662
 
663
- #: gallery-plugin.php:1901
664
  msgid "Image size changes not defined"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:1930
668
- #: gallery-plugin.php:1933
669
- #: gallery-plugin.php:1938
670
  msgid "Invalid path"
671
  msgstr ""
672
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:24+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
20
  msgid "See images &raquo;"
21
  msgstr "Виж изображенията &raquo;"
22
 
23
+ #: gallery-plugin.php:207
24
+ msgid ""
25
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
26
+ "php\" were not found in the directory of your theme. Please copy them from "
27
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
+ "directory of your theme for the correct work of the Gallery plugin"
29
+ msgstr ""
30
+ "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха "
31
+ "намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/"
32
+ "plugins/gallery-plugin/template/` в папката на вашата тема, за да работи "
33
+ "правилно приставката Gallery."
34
 
35
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галерии"
38
 
39
+ #: gallery-plugin.php:217
40
  msgid "Gallery"
41
  msgstr "Галерия"
42
 
43
+ #: gallery-plugin.php:218
44
  msgid "Add a Gallery"
45
  msgstr "Добави галерия"
46
 
47
+ #: gallery-plugin.php:219
48
  msgid "Add New Gallery"
49
  msgstr "Добави нова галерия"
50
 
51
+ #: gallery-plugin.php:220
52
  msgid "Edit Gallery"
53
  msgstr "Редактирай галерия"
54
 
55
+ #: gallery-plugin.php:221
56
  msgid "New Gallery"
57
  msgstr "Нова галерия"
58
 
59
+ #: gallery-plugin.php:222
60
  msgid "View Gallery"
61
  msgstr "Преглед на галерия"
62
 
63
+ #: gallery-plugin.php:223
64
  msgid "Find a Gallery"
65
  msgstr "Намери галерия"
66
 
67
+ #: gallery-plugin.php:224
68
  msgid "No Gallery found"
69
  msgstr "Няма намерена галерия"
70
 
71
+ #: gallery-plugin.php:281
72
  msgid "Upload File"
73
  msgstr "Качване на файл"
74
 
75
+ #: gallery-plugin.php:282
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод за галерия"
78
 
79
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Размер на изображението в галерия"
83
 
84
+ #: gallery-plugin.php:293
85
  msgid "Choose a media file that will be attached"
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:293
89
  #, php-format
90
  msgid "You need to install \"%s\" plugin to use this functionality"
91
  msgstr ""
92
 
93
+ #: gallery-plugin.php:294
94
  msgid "Attach media item to this gallery"
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:313
98
+ msgid ""
99
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
+ "for record on your webserver. Please use the standard WP functionality to "
101
+ "upload images (media library)"
102
+ msgstr ""
103
+ "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не "
104
+ "е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин "
105
+ "на WordPress за качване на снимки(media library)."
106
 
107
+ #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
109
  msgstr "Изберете изображение за качване:"
110
 
111
+ #: gallery-plugin.php:330
112
  msgid "Please enable JavaScript to use the file uploader."
113
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
114
 
115
+ #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
  msgstr "Позволете свалянето на всички изображения от тази галерия."
118
 
119
+ #: gallery-plugin.php:339
120
+ msgid ""
121
+ "Please use the drag and drop function to change an order of the images "
122
+ "displaying and do not forget to save the post."
123
+ msgstr ""
124
+ "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и "
125
+ "не забравяйте да съхраните промените."
126
 
127
+ #: gallery-plugin.php:341
128
  msgid "Please make a choice"
129
  msgstr "Моля, изберете"
130
 
131
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
132
  msgid "Sort images by"
133
  msgstr "Подреди изображенията по"
134
 
135
+ #: gallery-plugin.php:341
136
  msgid "sort images"
137
  msgstr "подреди изображенията"
138
 
139
+ #: gallery-plugin.php:341
140
  msgid "on the plugin settings page ("
141
  msgstr "на страницата с настройки за плъгина ("
142
 
143
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
144
  msgid "Title"
145
  msgstr "Име"
146
 
147
+ #: gallery-plugin.php:387
148
  msgid "Alt tag"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:388
152
  msgid "URL"
153
  msgstr "URL"
154
 
155
+ #: gallery-plugin.php:388
156
  msgid "(by click on image opens a link in a new window)"
157
  msgstr "(отваря изображението в нов прозорец)"
158
 
159
+ #: gallery-plugin.php:389
160
  msgid "This setting is available in Pro version"
161
  msgstr "Тази настройка е достъпна само в Pro версията."
162
 
163
+ #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Open the URL"
166
  msgstr "Отваряне на линка"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "Текущия прозорец"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "Нов прозорец"
175
 
176
+ #: gallery-plugin.php:391
177
  #, fuzzy
178
  msgid "Lightbox button URL"
179
  msgstr "Фон на lightbox"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr ""
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Изтриване"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Можете да добавите галерия към страница или пост, като добавите този шорткод "
195
+ "към съдържанието"
196
 
197
+ #: gallery-plugin.php:415
198
+ msgid ""
199
+ "If you want to display a short description containing a screenshot and the "
200
+ "link to the Single Gallery Page"
201
+ msgstr ""
202
+ "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
203
+ "страницата с галерията"
204
 
205
+ #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:439
210
  #, fuzzy
211
  msgid "Add New Gallery Category"
212
  msgstr "Добави нова галерия"
213
 
214
+ #: gallery-plugin.php:444
215
  #, fuzzy
216
  msgid "Install plugin"
217
  msgstr "Встановлених модулів"
218
 
219
+ #: gallery-plugin.php:647
220
  msgid "Author"
221
  msgstr "Автор "
222
 
223
+ #: gallery-plugin.php:648
224
  msgid "Photo"
225
  msgstr "Снимка"
226
 
227
+ #: gallery-plugin.php:649
228
  msgid "Publishing"
229
  msgstr "Публикация"
230
 
231
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
232
  msgid "Date"
233
  msgstr "Дата "
234
 
235
+ #: gallery-plugin.php:820
236
  msgid "Settings are saved"
237
  msgstr "Настройките са съхранени"
238
 
239
+ #: gallery-plugin.php:831
240
  msgid "Gallery Settings"
241
  msgstr "Настройки на галерията"
242
 
243
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
244
  msgid "Settings"
245
  msgstr "Настройки"
246
 
247
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
248
  msgid "FAQ"
249
  msgstr "Често задавани въпроси"
250
 
251
+ #: gallery-plugin.php:835
252
  msgid "Go PRO"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:840
256
  msgid "Notice:"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:840
260
+ msgid ""
261
+ "The plugin's settings have been changed. In order to save them please don't "
262
+ "forget to click the 'Save Changes' button."
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:841
266
+ msgid ""
267
+ "If you would like to add a Single Gallery to your page or post, just copy "
268
+ "and paste this shortcode into your post or page:"
269
+ msgstr ""
270
+ "Ако искате да добавите галерия към ваша страница или пост, просто копирайте "
271
+ "и поставете този шорткод в поста или страницата:"
272
 
273
+ #: gallery-plugin.php:843
274
  #, fuzzy
275
  msgid "Please enable JavaScript to use the option to renew images."
276
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
277
 
278
+ #: gallery-plugin.php:847
279
  msgid "Update images for gallery"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:849
283
  #, fuzzy
284
  msgid "Update images"
285
  msgstr "подреди изображенията"
286
 
287
+ #: gallery-plugin.php:857
288
  msgid "Image size for the album cover"
289
  msgstr "Размер на изображението за корица на албума"
290
 
291
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
292
  msgid "Image size"
293
  msgstr "Размер на изображението"
294
 
295
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
296
  msgid "Width (in px)"
297
  msgstr "Ширина (в px)"
298
 
299
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
300
  msgid "Height (in px)"
301
  msgstr "Височина (в px)"
302
 
303
+ #: gallery-plugin.php:865
304
  #, fuzzy
305
  msgid "Image size for thumbnails"
306
  msgstr "Размер на изображението за корица на албума"
307
 
308
+ #: gallery-plugin.php:873
309
+ msgid ""
310
+ "WordPress will create a new thumbnail with the specified dimensions when you "
311
+ "upload a new photo."
312
+ msgstr ""
313
+ "WordPress ще създава thumbnail с указаните размери, когато качвате нова "
314
+ "снимка."
315
 
316
+ #: gallery-plugin.php:881
317
  #, fuzzy
318
  msgid "Image size in the lightbox"
319
  msgstr "Размер на изображението за lightbox"
320
 
321
+ #: gallery-plugin.php:884
322
  msgid "Max width (in px)"
323
  msgstr "Макс. ширина (в px)"
324
 
325
+ #: gallery-plugin.php:885
326
  msgid "Max height (in px)"
327
  msgstr "Макс. височина (в px)"
328
 
329
+ #: gallery-plugin.php:886
330
  msgid "Display a full size image in the lightbox"
331
  msgstr "Показване на изображението в пълен размер в lightbox"
332
 
333
+ #: gallery-plugin.php:890
334
  msgid "Crop position"
335
  msgstr "Позиция за изрязване"
336
 
337
+ #: gallery-plugin.php:892
338
  msgid "Horizontal"
339
  msgstr "Хоризонтално"
340
 
341
+ #: gallery-plugin.php:894
342
  msgid "left"
343
  msgstr "ляво"
344
 
345
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
346
  msgid "center"
347
  msgstr "център"
348
 
349
+ #: gallery-plugin.php:896
350
  msgid "right"
351
  msgstr "дясно"
352
 
353
+ #: gallery-plugin.php:899
354
  msgid "Vertical"
355
  msgstr "Вертикално"
356
 
357
+ #: gallery-plugin.php:901
358
  msgid "top"
359
  msgstr "отгоре"
360
 
361
+ #: gallery-plugin.php:903
362
  msgid "bottom"
363
  msgstr "отдолу"
364
 
365
+ #: gallery-plugin.php:908
366
  msgid "Lightbox background"
367
  msgstr "Фон на lightbox"
368
 
369
+ #: gallery-plugin.php:910
370
  msgid "Default"
371
  msgstr "По подразбиране"
372
 
373
+ #: gallery-plugin.php:911
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr "Прозрачност на фона (от 0 до 1)"
376
 
377
+ #: gallery-plugin.php:913
378
  msgid "Select a background color"
379
  msgstr "Изберете цвят за фон"
380
 
381
+ #: gallery-plugin.php:915
382
  msgid "Background color"
383
  msgstr "Цвят на фона"
384
 
385
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
386
+ msgid ""
387
+ "If you upgrade to Pro version all your settings and galleries will be saved."
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
391
  msgid "Unlock premium options by upgrading to a PRO version."
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
395
  #, fuzzy
396
  msgid "Learn More"
397
  msgstr "Читати далі"
398
 
399
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
400
  msgid "Start Your Trial"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
404
  msgid "or"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
408
  msgid "Go"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:946
412
  msgid "Images with border"
413
  msgstr "Изображения с рамка"
414
 
415
+ #: gallery-plugin.php:949
416
  msgid "Border width in px, just numbers"
417
  msgstr "Ширина на рамката в пиксели, само числа"
418
 
419
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
420
  msgid "Select a border color"
421
  msgstr "Изберете цвят за рамката"
422
 
423
+ #: gallery-plugin.php:959
424
  msgid "Number of images in the row"
425
  msgstr "Брой изображения на ред"
426
 
427
+ #: gallery-plugin.php:965
428
  msgid "Start slideshow"
429
  msgstr "Слайдшоу"
430
 
431
+ #: gallery-plugin.php:971
432
  msgid "Slideshow interval"
433
  msgstr "Интервал за слайдшоу"
434
 
435
+ #: gallery-plugin.php:977
436
  msgid "Use single lightbox for multiple galleries on one page"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:985
440
  msgid "Attachment ID"
441
  msgstr "ID на изображението"
442
 
443
+ #: gallery-plugin.php:986
444
  msgid "Image Name"
445
  msgstr "Име на изображението"
446
 
447
+ #: gallery-plugin.php:988
448
+ msgid ""
449
+ "Sorting order (the input field for sorting order in the Insert / Upload "
450
+ "Media Gallery dialog)"
451
+ msgstr ""
452
+ "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
453
+ "Media Gallery)"
454
 
455
+ #: gallery-plugin.php:989
456
  msgid "Random"
457
  msgstr "Произволен"
458
 
459
+ #: gallery-plugin.php:993
460
  msgid "Sort images"
461
  msgstr "Подреди изображенията"
462
 
463
+ #: gallery-plugin.php:995
464
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
465
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
466
 
467
+ #: gallery-plugin.php:996
468
+ msgid ""
469
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
470
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
471
 
472
+ #: gallery-plugin.php:1000
473
  #, fuzzy
474
  msgid "Display text under the image"
475
  msgstr "Показване на текст над изображението"
476
 
477
+ #: gallery-plugin.php:1002
478
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
479
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
480
 
481
+ #: gallery-plugin.php:1006
482
  msgid "Display the Back link"
483
  msgstr "Показване на линк 'Назад'"
484
 
485
+ #: gallery-plugin.php:1012
486
  msgid "Display the Back link in the shortcode"
487
  msgstr "Показване на линк 'Назад' в шорткода"
488
 
489
+ #: gallery-plugin.php:1018
490
  msgid "The Back link text"
491
  msgstr "Текст за линка 'Назад'"
492
 
493
+ #: gallery-plugin.php:1024
494
  msgid "The Back link URL"
495
  msgstr "URL за линка 'Назад'"
496
 
497
+ #: gallery-plugin.php:1026
498
  msgid "Gallery page (Page with Gallery Template)"
499
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
500
 
501
+ #: gallery-plugin.php:1028
502
  msgid "(Full URL to custom page)"
503
  msgstr "(Пълно URL към произволна страница)"
504
 
505
+ #: gallery-plugin.php:1032
506
  msgid "The Read More link text"
507
  msgstr "Текст за линка 'Прочети повече'"
508
 
509
+ #: gallery-plugin.php:1038
510
  msgid "Add gallery to the search"
511
  msgstr ""
512
 
513
+ #: gallery-plugin.php:1043
514
  msgid "Using"
515
  msgstr ""
516
 
517
+ #: gallery-plugin.php:1043
518
  msgid "powered by"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
522
  msgid "Using Custom Search powered by"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1046
526
  msgid "Activate Custom Search"
527
  msgstr ""
528
 
529
+ #: gallery-plugin.php:1050
530
  msgid "Download Custom Search"
531
  msgstr ""
532
 
533
+ #: gallery-plugin.php:1060
534
  msgid "Use pagination for images"
535
  msgstr ""
536
 
537
+ #: gallery-plugin.php:1063
538
  msgid "per page"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1067
542
  msgid "The lightbox helper"
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1069
546
  msgid "Do not use"
547
  msgstr ""
548
 
549
+ #: gallery-plugin.php:1070
550
  msgid "Button helper"
551
  msgstr ""
552
 
553
+ #: gallery-plugin.php:1071
554
  msgid "Thumbnail helper"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1075
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Показване на Like бутони в lightbox"
560
 
561
+ #: gallery-plugin.php:1077
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
+ #: gallery-plugin.php:1078
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
+ #: gallery-plugin.php:1079
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
+ #: gallery-plugin.php:1080
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
+ #: gallery-plugin.php:1084
578
  msgid "Slug for gallery item"
579
  msgstr "Название на елемент от галерията"
580
 
581
+ #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
+ msgstr ""
584
+ "за всяка структура от пермалинковете, с изключение на структурата по "
585
+ "подразбиране"
586
 
587
+ #: gallery-plugin.php:1090
588
  msgid "Title for lightbox button"
589
  msgstr ""
590
 
591
+ #: gallery-plugin.php:1096
592
+ msgid ""
593
+ "Display all images in the lightbox instead of going into a single gallery"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1099
597
+ msgid ""
598
+ "When using the gallery template or a shortcode with `display=short` parameter"
599
+ msgstr ""
600
+
601
+ #: gallery-plugin.php:1128
602
+ msgid "Rewrite templates after update"
603
  msgstr ""
604
 
605
+ #: gallery-plugin.php:1130
606
+ msgid ""
607
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
608
+ "'gallery-single-template.php' file in your theme folder and You don't want "
609
+ "to rewrite them"
610
  msgstr ""
611
 
612
+ #: gallery-plugin.php:1136
613
  msgid "Save Changes"
614
  msgstr "Съхрани промените"
615
 
616
+ #: gallery-plugin.php:1170
617
  msgid "Support"
618
  msgstr "Поддръжка"
619
 
620
+ #: gallery-plugin.php:1278
621
  msgid "Updating images..."
622
  msgstr ""
623
 
624
+ #: gallery-plugin.php:1279
625
  #, fuzzy
626
  msgid "No image found."
627
  msgstr "Няма намерена галерия"
628
 
629
+ #: gallery-plugin.php:1280
630
  msgid "All images are updated."
631
  msgstr ""
632
 
633
+ #: gallery-plugin.php:1281
634
  msgid "Error."
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1290
638
  #, fuzzy
639
  msgid "Learn more"
640
  msgstr "Читати далі"
641
 
642
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
643
  #, fuzzy
644
  msgid "Activate"
645
  msgstr "Активовані плагіни"
646
 
647
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
648
  #, fuzzy
649
  msgid "Install now"
650
  msgstr "Установка %"
651
 
652
+ #: gallery-plugin.php:1311
653
  msgid "Add multiple gallery categories"
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1311
657
+ msgid ""
658
+ "Install Gallery Categories plugin to add unlimited number of categories."
659
  msgstr ""
660
 
661
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
662
  msgid "Close"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1352
666
  msgid "Already attached?"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1352
670
+ msgid ""
671
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
672
+ "attacher plugin."
673
  msgstr ""
674
 
675
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
676
  msgid "Download high resolution image"
677
  msgstr "Свали изображението в цял размер"
678
 
679
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
680
  msgid "Sorry, nothing found."
681
  msgstr "Съжалявам, нищо не е намерено."
682
 
683
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
684
  msgid "Image"
685
  msgstr "Изображение"
686
 
687
+ #: gallery-plugin.php:1886
688
  #, fuzzy
689
  msgid "Image size not defined"
690
  msgstr "Размер на изображението"
691
 
692
+ #: gallery-plugin.php:1901
693
+ msgid ""
694
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
695
+ "manually reload image."
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:1912
699
  msgid "Image size changes not defined"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
703
  msgid "Invalid path"
704
  msgstr ""
705
 
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.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: 2015-05-18 12:48+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
@@ -21,651 +21,690 @@ msgstr ""
21
  msgid "See images &raquo;"
22
  msgstr "Viz obrázky &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- msgstr "Následující soubory \"gallery-template.php\" a \"gallery-single-template.php\"nebyly nalezeny v adresáři vašeho tématu WP. Zkopírujte prosím z adresáře `/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro správnou práci pluginu Gallery."
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galerie"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galerie"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Přidej galerii"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Přidej novou galerii"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Uprav galerii"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Nová galerie"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Ukaž galerii"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Najdi galerii"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Žádná galerie nenalezena"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Nahraj soubor"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Zkrácený kód galerie"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  #, fuzzy
76
  msgid "Gallery Categories"
77
  msgstr "Velikost obrázku v galerii"
78
 
79
- #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
  msgstr ""
82
 
83
- #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:312
93
- 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)"
94
- msgstr "Adresář galerie temp (gallery-plugin/upload/files) není k dispozici pro zápis na váš webový server. Pro nahrání obrázků, použijte prosím standardní funkce WP (knihovna médií)"
 
 
 
 
 
 
95
 
96
- #: gallery-plugin.php:324
97
  msgid "Choose an image for upload:"
98
  msgstr "Vyberte obrázky pro upload:"
99
 
100
- #: gallery-plugin.php:329
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "Povolte JavaScript pro použití uploaderu."
103
 
104
- #: gallery-plugin.php:337
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr "Nechte odkaz ke stažení pro všechny obrázky v této galerii"
107
 
108
- #: gallery-plugin.php:338
109
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr "Chcete-li změnit pořadí snímků zobrazujících nezapomeňte uložit příspěvek Využijte funkci přetažení."
 
 
 
 
111
 
112
- #: gallery-plugin.php:340
113
  msgid "Please make a choice"
114
  msgstr "Vyberte volbu"
115
 
116
- #: gallery-plugin.php:340
117
- #: gallery-plugin.php:980
118
  msgid "Sort images by"
119
  msgstr "Řazení obrázků dle"
120
 
121
- #: gallery-plugin.php:340
122
  msgid "sort images"
123
  msgstr "řadit obrázky"
124
 
125
- #: gallery-plugin.php:340
126
  msgid "on the plugin settings page ("
127
  msgstr "na stránce pluginu ("
128
 
129
- #: gallery-plugin.php:384
130
- #: gallery-plugin.php:645
131
  msgid "Title"
132
  msgstr "Titulek"
133
 
134
- #: gallery-plugin.php:386
135
  msgid "Alt tag"
136
  msgstr "Alt tag"
137
 
138
- #: gallery-plugin.php:387
139
  msgid "URL"
140
  msgstr "URL"
141
 
142
- #: gallery-plugin.php:387
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(kliknutím na obrázek se otevře odkaz v novém okně)"
145
 
146
- #: gallery-plugin.php:388
147
  msgid "This setting is available in Pro version"
148
  msgstr "Toto nastavení je k dispozici ve verzi Pro"
149
 
150
- #: gallery-plugin.php:389
151
  #, fuzzy
152
  msgid "Open the URL"
153
  msgstr "Otevřete odkaz"
154
 
155
- #: gallery-plugin.php:389
156
  msgid "Current window"
157
  msgstr "Aktuální okno"
158
 
159
- #: gallery-plugin.php:389
160
  msgid "New window"
161
  msgstr "Nové okno"
162
 
163
- #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Lightbox button URL"
166
  msgstr "Pozadí Lightboxu"
167
 
168
- #: gallery-plugin.php:391
169
  msgid "Description"
170
  msgstr ""
171
 
172
- #: gallery-plugin.php:392
173
  msgid "Delete"
174
  msgstr "Smazat"
175
 
176
- #: gallery-plugin.php:412
177
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
- msgstr "Můžete přidat Galerii vložením tohoto zkráceného kódu na stránku nebo do příspěvku"
 
 
 
 
179
 
180
- #: gallery-plugin.php:414
181
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
182
- msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
 
 
 
 
183
 
184
- #: gallery-plugin.php:428
185
  msgid "Most Used"
186
  msgstr ""
187
 
188
- #: gallery-plugin.php:438
189
  #, fuzzy
190
  msgid "Add New Gallery Category"
191
  msgstr "Přidej novou galerii"
192
 
193
- #: gallery-plugin.php:443
194
  #, fuzzy
195
  msgid "Install plugin"
196
  msgstr "Встановлених модулів"
197
 
198
- #: gallery-plugin.php:646
199
  msgid "Author"
200
  msgstr "Autor"
201
 
202
- #: gallery-plugin.php:647
203
  msgid "Photo"
204
  msgstr "Foto"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Publishing"
208
  msgstr "Vydavatelství"
209
 
210
- #: gallery-plugin.php:649
211
- #: gallery-plugin.php:984
212
  msgid "Date"
213
  msgstr "Datum"
214
 
215
- #: gallery-plugin.php:817
216
  msgid "Settings are saved"
217
  msgstr "Nastavení uloženo"
218
 
219
- #: gallery-plugin.php:828
220
  msgid "Gallery Settings"
221
  msgstr "Nastavení galerie"
222
 
223
- #: gallery-plugin.php:830
224
- #: gallery-plugin.php:1157
225
- #: gallery-plugin.php:1174
226
  msgid "Settings"
227
  msgstr "Nastavení"
228
 
229
- #: gallery-plugin.php:831
230
- #: gallery-plugin.php:1158
231
  msgid "FAQ"
232
  msgstr "FAQ "
233
 
234
- #: gallery-plugin.php:832
235
  msgid "Go PRO"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:837
239
  msgid "Notice:"
240
  msgstr "Poznámka:"
241
 
242
- #: gallery-plugin.php:837
243
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
244
- msgstr "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na tlačítko \"Ulož změny\"."
 
 
 
 
245
 
246
- #: gallery-plugin.php:838
247
- 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:"
248
- msgstr "Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
 
 
 
 
249
 
250
- #: gallery-plugin.php:840
251
  msgid "Please enable JavaScript to use the option to renew images."
252
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
253
 
254
- #: gallery-plugin.php:844
255
  msgid "Update images for gallery"
256
  msgstr "Aktualizace obrázků galerie"
257
 
258
- #: gallery-plugin.php:846
259
  msgid "Update images"
260
  msgstr "Aktualizace obrázků"
261
 
262
- #: gallery-plugin.php:854
263
  msgid "Image size for the album cover"
264
  msgstr "Velikost obrázku na obalu alba"
265
 
266
- #: gallery-plugin.php:856
267
- #: gallery-plugin.php:864
268
- #: gallery-plugin.php:880
269
  msgid "Image size"
270
  msgstr "Velikost obrázku"
271
 
272
- #: gallery-plugin.php:857
273
- #: gallery-plugin.php:865
274
  msgid "Width (in px)"
275
  msgstr "Šířka (v px)"
276
 
277
- #: gallery-plugin.php:858
278
- #: gallery-plugin.php:866
279
  msgid "Height (in px)"
280
  msgstr "Výška (v px)"
281
 
282
- #: gallery-plugin.php:862
283
  #, fuzzy
284
  msgid "Image size for thumbnails"
285
  msgstr "Velikost obrázku na obalu alba"
286
 
287
- #: gallery-plugin.php:870
288
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
289
- msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
 
 
 
 
290
 
291
- #: gallery-plugin.php:878
292
  #, fuzzy
293
  msgid "Image size in the lightbox"
294
  msgstr "Velikost obrazu v Lightboxu"
295
 
296
- #: gallery-plugin.php:881
297
  msgid "Max width (in px)"
298
  msgstr "Max. šířka (v px)"
299
 
300
- #: gallery-plugin.php:882
301
  msgid "Max height (in px)"
302
  msgstr "Max. výška (v px)"
303
 
304
- #: gallery-plugin.php:883
305
  msgid "Display a full size image in the lightbox"
306
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
307
 
308
- #: gallery-plugin.php:887
309
  msgid "Crop position"
310
  msgstr "Pozice ořezu"
311
 
312
- #: gallery-plugin.php:889
313
  msgid "Horizontal"
314
  msgstr "Horizontálně"
315
 
316
- #: gallery-plugin.php:891
317
  msgid "left"
318
  msgstr "vlevo"
319
 
320
- #: gallery-plugin.php:892
321
- #: gallery-plugin.php:899
322
  msgid "center"
323
  msgstr "střed"
324
 
325
- #: gallery-plugin.php:893
326
  msgid "right"
327
  msgstr "vpravo"
328
 
329
- #: gallery-plugin.php:896
330
  msgid "Vertical"
331
  msgstr "Vertikálně"
332
 
333
- #: gallery-plugin.php:898
334
  msgid "top"
335
  msgstr "nahoře"
336
 
337
- #: gallery-plugin.php:900
338
  msgid "bottom"
339
  msgstr "dole"
340
 
341
- #: gallery-plugin.php:905
342
  msgid "Lightbox background"
343
  msgstr "Pozadí Lightboxu"
344
 
345
- #: gallery-plugin.php:907
346
  msgid "Default"
347
  msgstr "Výchozí"
348
 
349
- #: gallery-plugin.php:908
350
  msgid "Background transparency (from 0 to 1)"
351
  msgstr "Průhlednost pozadí (od 0 do 1)"
352
 
353
- #: gallery-plugin.php:910
354
  msgid "Select a background color"
355
  msgstr "Vyberte barvu pozadí"
356
 
357
- #: gallery-plugin.php:912
358
  msgid "Background color"
359
  msgstr "Barva pozadí"
360
 
361
- #: gallery-plugin.php:919
362
- #: gallery-plugin.php:1101
363
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
364
- msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
 
 
365
 
366
- #: gallery-plugin.php:926
367
- #: gallery-plugin.php:1108
368
  msgid "Unlock premium options by upgrading to a PRO version."
369
  msgstr ""
370
 
371
- #: gallery-plugin.php:927
372
- #: gallery-plugin.php:1109
373
  msgid "Learn More"
374
  msgstr "Dozvědět se více"
375
 
376
- #: gallery-plugin.php:931
377
- #: gallery-plugin.php:1113
378
  msgid "Start Your Trial"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:932
382
- #: gallery-plugin.php:1114
383
  msgid "or"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:935
387
- #: gallery-plugin.php:1117
388
  msgid "Go"
389
  msgstr ""
390
 
391
- #: gallery-plugin.php:943
392
  msgid "Images with border"
393
  msgstr "Obrázek s okrajem"
394
 
395
- #: gallery-plugin.php:946
396
  msgid "Border width in px, just numbers"
397
  msgstr "Šířka okraje v px, jen čísla"
398
 
399
- #: gallery-plugin.php:948
400
- #: gallery-plugin.php:950
401
  msgid "Select a border color"
402
  msgstr "Vyber barvu okraje"
403
 
404
- #: gallery-plugin.php:956
405
  msgid "Number of images in the row"
406
  msgstr "Počet snímků na řádku"
407
 
408
- #: gallery-plugin.php:962
409
  msgid "Start slideshow"
410
  msgstr "Spustit prezentaci"
411
 
412
- #: gallery-plugin.php:968
413
  msgid "Slideshow interval"
414
  msgstr "Interval prezentace"
415
 
416
- #: gallery-plugin.php:974
417
  msgid "Use single lightbox for multiple galleries on one page"
418
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
419
 
420
- #: gallery-plugin.php:982
421
  msgid "Attachment ID"
422
  msgstr "ID přílohy"
423
 
424
- #: gallery-plugin.php:983
425
  msgid "Image Name"
426
  msgstr "Název obrázku"
427
 
428
- #: gallery-plugin.php:985
429
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
430
- msgstr "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně Insert / upload Media Gallery)"
 
 
 
 
431
 
432
- #: gallery-plugin.php:986
433
  msgid "Random"
434
  msgstr "Náhodně"
435
 
436
- #: gallery-plugin.php:990
437
  msgid "Sort images"
438
  msgstr "Řadit obrázky"
439
 
440
- #: gallery-plugin.php:992
441
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
442
- msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
 
443
 
444
- #: gallery-plugin.php:993
445
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
446
- msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
 
 
447
 
448
- #: gallery-plugin.php:997
449
  #, fuzzy
450
  msgid "Display text under the image"
451
  msgstr "Zobrazený text nad obrázkem"
452
 
453
- #: gallery-plugin.php:999
454
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
455
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
456
 
457
- #: gallery-plugin.php:1003
458
  msgid "Display the Back link"
459
  msgstr "Zobrazit odkaz Zpět"
460
 
461
- #: gallery-plugin.php:1009
462
  msgid "Display the Back link in the shortcode"
463
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
464
 
465
- #: gallery-plugin.php:1015
466
  msgid "The Back link text"
467
  msgstr "Text odkazu Zpět"
468
 
469
- #: gallery-plugin.php:1021
470
  msgid "The Back link URL"
471
  msgstr "URL odkazu Zpět "
472
 
473
- #: gallery-plugin.php:1023
474
  msgid "Gallery page (Page with Gallery Template)"
475
  msgstr "Stránka Galerie (stránka šablony)"
476
 
477
- #: gallery-plugin.php:1025
478
  msgid "(Full URL to custom page)"
479
  msgstr "(celá URL na vlastní stránku)"
480
 
481
- #: gallery-plugin.php:1029
482
  msgid "The Read More link text"
483
  msgstr "Text odkazu Čtěte více"
484
 
485
- #: gallery-plugin.php:1035
486
  msgid "Add gallery to the search"
487
  msgstr "Přidat galerii do vyhledávání"
488
 
489
- #: gallery-plugin.php:1040
490
  msgid "Using"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1040
494
  msgid "powered by"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1043
498
- #: gallery-plugin.php:1047
499
  msgid "Using Custom Search powered by"
500
  msgstr "Použití Custom Search powered by"
501
 
502
- #: gallery-plugin.php:1043
503
  msgid "Activate Custom Search"
504
  msgstr "Povolení Custom Search"
505
 
506
- #: gallery-plugin.php:1047
507
  msgid "Download Custom Search"
508
  msgstr "Stáhněte Custom Search"
509
 
510
- #: gallery-plugin.php:1057
511
  #, fuzzy
512
  msgid "Use pagination for images"
513
  msgstr "Aktualizuji obrázky..."
514
 
515
- #: gallery-plugin.php:1060
516
  msgid "per page"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1064
520
  msgid "The lightbox helper"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1066
524
  msgid "Do not use"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1067
528
  msgid "Button helper"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1068
532
  msgid "Thumbnail helper"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1072
536
  msgid "Display Like buttons in the lightbox"
537
  msgstr "Zobrazit tlačítka Like v Lightboxu"
538
 
539
- #: gallery-plugin.php:1074
540
  msgid "FaceBook"
541
  msgstr "FaceBook"
542
 
543
- #: gallery-plugin.php:1075
544
  msgid "Twitter"
545
  msgstr "Twitter"
546
 
547
- #: gallery-plugin.php:1076
548
  msgid "Pinterest"
549
  msgstr "Pinterest"
550
 
551
- #: gallery-plugin.php:1077
552
  msgid "Google +1"
553
  msgstr "Google +1"
554
 
555
- #: gallery-plugin.php:1081
556
  msgid "Slug for gallery item"
557
  msgstr "Jména pro galerii"
558
 
559
- #: gallery-plugin.php:1083
560
  msgid "for any structure of permalinks except the default structure"
561
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
562
 
563
- #: gallery-plugin.php:1087
564
  msgid "Title for lightbox button"
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1093
568
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1096
572
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1125
 
 
 
 
 
 
 
576
  msgid "Save Changes"
577
  msgstr "Ulož změny"
578
 
579
- #: gallery-plugin.php:1159
580
  msgid "Support"
581
  msgstr "Podpora"
582
 
583
- #: gallery-plugin.php:1267
584
  msgid "Updating images..."
585
  msgstr "Aktualizuji obrázky..."
586
 
587
- #: gallery-plugin.php:1268
588
  #, fuzzy
589
  msgid "No image found."
590
  msgstr "Nenalezen žádný obrázek"
591
 
592
- #: gallery-plugin.php:1269
593
  #, fuzzy
594
  msgid "All images are updated."
595
  msgstr "Všechny obrázky jsou aktuální"
596
 
597
- #: gallery-plugin.php:1270
598
  msgid "Error."
599
  msgstr "Chyba."
600
 
601
- #: gallery-plugin.php:1279
602
  #, fuzzy
603
  msgid "Learn more"
604
  msgstr "Dozvědět se více"
605
 
606
- #: gallery-plugin.php:1284
607
- #: gallery-plugin.php:1324
608
  #, fuzzy
609
  msgid "Activate"
610
  msgstr "Активовані плагіни"
611
 
612
- #: gallery-plugin.php:1291
613
- #: gallery-plugin.php:1331
614
  #, fuzzy
615
  msgid "Install now"
616
  msgstr "Установка %"
617
 
618
- #: gallery-plugin.php:1300
619
  msgid "Add multiple gallery categories"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1300
623
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1309
627
- #: gallery-plugin.php:1350
628
  msgid "Close"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1341
632
  msgid "Already attached?"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1341
636
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1404
640
- #: template/gallery-single-template.php:19
641
  msgid "Download high resolution image"
642
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
643
 
644
- #: gallery-plugin.php:1557
645
- #: template/gallery-single-template.php:95
646
  msgid "Sorry, nothing found."
647
  msgstr "Ups, nic nenalezeno"
648
 
649
- #: gallery-plugin.php:1579
650
- #: template/gallery-single-template.php:114
651
  msgid "Image"
652
  msgstr "Obrázek"
653
 
654
- #: gallery-plugin.php:1875
655
  msgid "Image size not defined"
656
  msgstr "Velikost obrázku není definována"
657
 
658
- #: gallery-plugin.php:1890
659
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
660
- msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
661
-
662
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
663
  msgid "Image size changes not defined"
664
  msgstr "Změna velikosti obrázku není definována"
665
 
666
- #: gallery-plugin.php:1930
667
- #: gallery-plugin.php:1933
668
- #: gallery-plugin.php:1938
669
  msgid "Invalid path"
670
  msgstr "Špatná cesta"
671
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
21
  msgid "See images &raquo;"
22
  msgstr "Viz obrázky &raquo;"
23
 
24
+ #: gallery-plugin.php:207
25
+ msgid ""
26
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
27
+ "php\" were not found in the directory of your theme. Please copy them from "
28
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
+ "directory of your theme for the correct work of the Gallery plugin"
30
+ msgstr ""
31
+ "Následující soubory \"gallery-template.php\" a \"gallery-single-template.php"
32
+ "\"nebyly nalezeny v adresáři vašeho tématu WP. Zkopírujte prosím z adresáře "
33
+ "`/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro "
34
+ "správnou práci pluginu Gallery."
35
 
36
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
37
  msgid "Galleries"
38
  msgstr "Galerie"
39
 
40
+ #: gallery-plugin.php:217
41
  msgid "Gallery"
42
  msgstr "Galerie"
43
 
44
+ #: gallery-plugin.php:218
45
  msgid "Add a Gallery"
46
  msgstr "Přidej galerii"
47
 
48
+ #: gallery-plugin.php:219
49
  msgid "Add New Gallery"
50
  msgstr "Přidej novou galerii"
51
 
52
+ #: gallery-plugin.php:220
53
  msgid "Edit Gallery"
54
  msgstr "Uprav galerii"
55
 
56
+ #: gallery-plugin.php:221
57
  msgid "New Gallery"
58
  msgstr "Nová galerie"
59
 
60
+ #: gallery-plugin.php:222
61
  msgid "View Gallery"
62
  msgstr "Ukaž galerii"
63
 
64
+ #: gallery-plugin.php:223
65
  msgid "Find a Gallery"
66
  msgstr "Najdi galerii"
67
 
68
+ #: gallery-plugin.php:224
69
  msgid "No Gallery found"
70
  msgstr "Žádná galerie nenalezena"
71
 
72
+ #: gallery-plugin.php:281
73
  msgid "Upload File"
74
  msgstr "Nahraj soubor"
75
 
76
+ #: gallery-plugin.php:282
77
  msgid "Gallery Shortcode"
78
  msgstr "Zkrácený kód galerie"
79
 
80
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost obrázku v galerii"
84
 
85
+ #: gallery-plugin.php:293
86
  msgid "Choose a media file that will be attached"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:293
90
  #, php-format
91
  msgid "You need to install \"%s\" plugin to use this functionality"
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:294
95
  msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:313
99
+ msgid ""
100
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
+ "for record on your webserver. Please use the standard WP functionality to "
102
+ "upload images (media library)"
103
+ msgstr ""
104
+ "Adresář galerie temp (gallery-plugin/upload/files) není k dispozici pro "
105
+ "zápis na váš webový server. Pro nahrání obrázků, použijte prosím standardní "
106
+ "funkce WP (knihovna médií)"
107
 
108
+ #: gallery-plugin.php:325
109
  msgid "Choose an image for upload:"
110
  msgstr "Vyberte obrázky pro upload:"
111
 
112
+ #: gallery-plugin.php:330
113
  msgid "Please enable JavaScript to use the file uploader."
114
  msgstr "Povolte JavaScript pro použití uploaderu."
115
 
116
+ #: gallery-plugin.php:338
117
  msgid "Allow the download link for all images in this gallery"
118
  msgstr "Nechte odkaz ke stažení pro všechny obrázky v této galerii"
119
 
120
+ #: gallery-plugin.php:339
121
+ msgid ""
122
+ "Please use the drag and drop function to change an order of the images "
123
+ "displaying and do not forget to save the post."
124
+ msgstr ""
125
+ "Chcete-li změnit pořadí snímků zobrazujících nezapomeňte uložit příspěvek "
126
+ "Využijte funkci přetažení."
127
 
128
+ #: gallery-plugin.php:341
129
  msgid "Please make a choice"
130
  msgstr "Vyberte volbu"
131
 
132
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
133
  msgid "Sort images by"
134
  msgstr "Řazení obrázků dle"
135
 
136
+ #: gallery-plugin.php:341
137
  msgid "sort images"
138
  msgstr "řadit obrázky"
139
 
140
+ #: gallery-plugin.php:341
141
  msgid "on the plugin settings page ("
142
  msgstr "na stránce pluginu ("
143
 
144
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
145
  msgid "Title"
146
  msgstr "Titulek"
147
 
148
+ #: gallery-plugin.php:387
149
  msgid "Alt tag"
150
  msgstr "Alt tag"
151
 
152
+ #: gallery-plugin.php:388
153
  msgid "URL"
154
  msgstr "URL"
155
 
156
+ #: gallery-plugin.php:388
157
  msgid "(by click on image opens a link in a new window)"
158
  msgstr "(kliknutím na obrázek se otevře odkaz v novém okně)"
159
 
160
+ #: gallery-plugin.php:389
161
  msgid "This setting is available in Pro version"
162
  msgstr "Toto nastavení je k dispozici ve verzi Pro"
163
 
164
+ #: gallery-plugin.php:390
165
  #, fuzzy
166
  msgid "Open the URL"
167
  msgstr "Otevřete odkaz"
168
 
169
+ #: gallery-plugin.php:390
170
  msgid "Current window"
171
  msgstr "Aktuální okno"
172
 
173
+ #: gallery-plugin.php:390
174
  msgid "New window"
175
  msgstr "Nové okno"
176
 
177
+ #: gallery-plugin.php:391
178
  #, fuzzy
179
  msgid "Lightbox button URL"
180
  msgstr "Pozadí Lightboxu"
181
 
182
+ #: gallery-plugin.php:392
183
  msgid "Description"
184
  msgstr ""
185
 
186
+ #: gallery-plugin.php:393
187
  msgid "Delete"
188
  msgstr "Smazat"
189
 
190
+ #: gallery-plugin.php:413
191
+ msgid ""
192
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
193
+ "into the content"
194
+ msgstr ""
195
+ "Můžete přidat Galerii vložením tohoto zkráceného kódu na stránku nebo do "
196
+ "příspěvku"
197
 
198
+ #: gallery-plugin.php:415
199
+ msgid ""
200
+ "If you want to display a short description containing a screenshot and the "
201
+ "link to the Single Gallery Page"
202
+ msgstr ""
203
+ "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
204
+ "stránku Galerie"
205
 
206
+ #: gallery-plugin.php:429
207
  msgid "Most Used"
208
  msgstr ""
209
 
210
+ #: gallery-plugin.php:439
211
  #, fuzzy
212
  msgid "Add New Gallery Category"
213
  msgstr "Přidej novou galerii"
214
 
215
+ #: gallery-plugin.php:444
216
  #, fuzzy
217
  msgid "Install plugin"
218
  msgstr "Встановлених модулів"
219
 
220
+ #: gallery-plugin.php:647
221
  msgid "Author"
222
  msgstr "Autor"
223
 
224
+ #: gallery-plugin.php:648
225
  msgid "Photo"
226
  msgstr "Foto"
227
 
228
+ #: gallery-plugin.php:649
229
  msgid "Publishing"
230
  msgstr "Vydavatelství"
231
 
232
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
233
  msgid "Date"
234
  msgstr "Datum"
235
 
236
+ #: gallery-plugin.php:820
237
  msgid "Settings are saved"
238
  msgstr "Nastavení uloženo"
239
 
240
+ #: gallery-plugin.php:831
241
  msgid "Gallery Settings"
242
  msgstr "Nastavení galerie"
243
 
244
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
245
  msgid "Settings"
246
  msgstr "Nastavení"
247
 
248
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
249
  msgid "FAQ"
250
  msgstr "FAQ "
251
 
252
+ #: gallery-plugin.php:835
253
  msgid "Go PRO"
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:840
257
  msgid "Notice:"
258
  msgstr "Poznámka:"
259
 
260
+ #: gallery-plugin.php:840
261
+ msgid ""
262
+ "The plugin's settings have been changed. In order to save them please don't "
263
+ "forget to click the 'Save Changes' button."
264
+ msgstr ""
265
+ "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na "
266
+ "tlačítko \"Ulož změny\"."
267
 
268
+ #: gallery-plugin.php:841
269
+ msgid ""
270
+ "If you would like to add a Single Gallery to your page or post, just copy "
271
+ "and paste this shortcode into your post or page:"
272
+ msgstr ""
273
+ "Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, "
274
+ "stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
275
 
276
+ #: gallery-plugin.php:843
277
  msgid "Please enable JavaScript to use the option to renew images."
278
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
279
 
280
+ #: gallery-plugin.php:847
281
  msgid "Update images for gallery"
282
  msgstr "Aktualizace obrázků galerie"
283
 
284
+ #: gallery-plugin.php:849
285
  msgid "Update images"
286
  msgstr "Aktualizace obrázků"
287
 
288
+ #: gallery-plugin.php:857
289
  msgid "Image size for the album cover"
290
  msgstr "Velikost obrázku na obalu alba"
291
 
292
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
293
  msgid "Image size"
294
  msgstr "Velikost obrázku"
295
 
296
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
297
  msgid "Width (in px)"
298
  msgstr "Šířka (v px)"
299
 
300
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
301
  msgid "Height (in px)"
302
  msgstr "Výška (v px)"
303
 
304
+ #: gallery-plugin.php:865
305
  #, fuzzy
306
  msgid "Image size for thumbnails"
307
  msgstr "Velikost obrázku na obalu alba"
308
 
309
+ #: gallery-plugin.php:873
310
+ msgid ""
311
+ "WordPress will create a new thumbnail with the specified dimensions when you "
312
+ "upload a new photo."
313
+ msgstr ""
314
+ "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete "
315
+ "novou fotku."
316
 
317
+ #: gallery-plugin.php:881
318
  #, fuzzy
319
  msgid "Image size in the lightbox"
320
  msgstr "Velikost obrazu v Lightboxu"
321
 
322
+ #: gallery-plugin.php:884
323
  msgid "Max width (in px)"
324
  msgstr "Max. šířka (v px)"
325
 
326
+ #: gallery-plugin.php:885
327
  msgid "Max height (in px)"
328
  msgstr "Max. výška (v px)"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Display a full size image in the lightbox"
332
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
333
 
334
+ #: gallery-plugin.php:890
335
  msgid "Crop position"
336
  msgstr "Pozice ořezu"
337
 
338
+ #: gallery-plugin.php:892
339
  msgid "Horizontal"
340
  msgstr "Horizontálně"
341
 
342
+ #: gallery-plugin.php:894
343
  msgid "left"
344
  msgstr "vlevo"
345
 
346
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
347
  msgid "center"
348
  msgstr "střed"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "right"
352
  msgstr "vpravo"
353
 
354
+ #: gallery-plugin.php:899
355
  msgid "Vertical"
356
  msgstr "Vertikálně"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "top"
360
  msgstr "nahoře"
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "bottom"
364
  msgstr "dole"
365
 
366
+ #: gallery-plugin.php:908
367
  msgid "Lightbox background"
368
  msgstr "Pozadí Lightboxu"
369
 
370
+ #: gallery-plugin.php:910
371
  msgid "Default"
372
  msgstr "Výchozí"
373
 
374
+ #: gallery-plugin.php:911
375
  msgid "Background transparency (from 0 to 1)"
376
  msgstr "Průhlednost pozadí (od 0 do 1)"
377
 
378
+ #: gallery-plugin.php:913
379
  msgid "Select a background color"
380
  msgstr "Vyberte barvu pozadí"
381
 
382
+ #: gallery-plugin.php:915
383
  msgid "Background color"
384
  msgstr "Barva pozadí"
385
 
386
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
387
+ msgid ""
388
+ "If you upgrade to Pro version all your settings and galleries will be saved."
389
+ msgstr ""
390
+ "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se "
391
+ "uloží."
392
 
393
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
394
  msgid "Unlock premium options by upgrading to a PRO version."
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
398
  msgid "Learn More"
399
  msgstr "Dozvědět se více"
400
 
401
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
402
  msgid "Start Your Trial"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
406
  msgid "or"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
410
  msgid "Go"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:946
414
  msgid "Images with border"
415
  msgstr "Obrázek s okrajem"
416
 
417
+ #: gallery-plugin.php:949
418
  msgid "Border width in px, just numbers"
419
  msgstr "Šířka okraje v px, jen čísla"
420
 
421
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
422
  msgid "Select a border color"
423
  msgstr "Vyber barvu okraje"
424
 
425
+ #: gallery-plugin.php:959
426
  msgid "Number of images in the row"
427
  msgstr "Počet snímků na řádku"
428
 
429
+ #: gallery-plugin.php:965
430
  msgid "Start slideshow"
431
  msgstr "Spustit prezentaci"
432
 
433
+ #: gallery-plugin.php:971
434
  msgid "Slideshow interval"
435
  msgstr "Interval prezentace"
436
 
437
+ #: gallery-plugin.php:977
438
  msgid "Use single lightbox for multiple galleries on one page"
439
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
440
 
441
+ #: gallery-plugin.php:985
442
  msgid "Attachment ID"
443
  msgstr "ID přílohy"
444
 
445
+ #: gallery-plugin.php:986
446
  msgid "Image Name"
447
  msgstr "Název obrázku"
448
 
449
+ #: gallery-plugin.php:988
450
+ msgid ""
451
+ "Sorting order (the input field for sorting order in the Insert / Upload "
452
+ "Media Gallery dialog)"
453
+ msgstr ""
454
+ "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
455
+ "Insert / upload Media Gallery)"
456
 
457
+ #: gallery-plugin.php:989
458
  msgid "Random"
459
  msgstr "Náhodně"
460
 
461
+ #: gallery-plugin.php:993
462
  msgid "Sort images"
463
  msgstr "Řadit obrázky"
464
 
465
+ #: gallery-plugin.php:995
466
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
467
+ msgstr ""
468
+ "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
469
 
470
+ #: gallery-plugin.php:996
471
+ msgid ""
472
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
473
+ msgstr ""
474
+ "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
475
 
476
+ #: gallery-plugin.php:1000
477
  #, fuzzy
478
  msgid "Display text under the image"
479
  msgstr "Zobrazený text nad obrázkem"
480
 
481
+ #: gallery-plugin.php:1002
482
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
483
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
484
 
485
+ #: gallery-plugin.php:1006
486
  msgid "Display the Back link"
487
  msgstr "Zobrazit odkaz Zpět"
488
 
489
+ #: gallery-plugin.php:1012
490
  msgid "Display the Back link in the shortcode"
491
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
492
 
493
+ #: gallery-plugin.php:1018
494
  msgid "The Back link text"
495
  msgstr "Text odkazu Zpět"
496
 
497
+ #: gallery-plugin.php:1024
498
  msgid "The Back link URL"
499
  msgstr "URL odkazu Zpět "
500
 
501
+ #: gallery-plugin.php:1026
502
  msgid "Gallery page (Page with Gallery Template)"
503
  msgstr "Stránka Galerie (stránka šablony)"
504
 
505
+ #: gallery-plugin.php:1028
506
  msgid "(Full URL to custom page)"
507
  msgstr "(celá URL na vlastní stránku)"
508
 
509
+ #: gallery-plugin.php:1032
510
  msgid "The Read More link text"
511
  msgstr "Text odkazu Čtěte více"
512
 
513
+ #: gallery-plugin.php:1038
514
  msgid "Add gallery to the search"
515
  msgstr "Přidat galerii do vyhledávání"
516
 
517
+ #: gallery-plugin.php:1043
518
  msgid "Using"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1043
522
  msgid "powered by"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
526
  msgid "Using Custom Search powered by"
527
  msgstr "Použití Custom Search powered by"
528
 
529
+ #: gallery-plugin.php:1046
530
  msgid "Activate Custom Search"
531
  msgstr "Povolení Custom Search"
532
 
533
+ #: gallery-plugin.php:1050
534
  msgid "Download Custom Search"
535
  msgstr "Stáhněte Custom Search"
536
 
537
+ #: gallery-plugin.php:1060
538
  #, fuzzy
539
  msgid "Use pagination for images"
540
  msgstr "Aktualizuji obrázky..."
541
 
542
+ #: gallery-plugin.php:1063
543
  msgid "per page"
544
  msgstr ""
545
 
546
+ #: gallery-plugin.php:1067
547
  msgid "The lightbox helper"
548
  msgstr ""
549
 
550
+ #: gallery-plugin.php:1069
551
  msgid "Do not use"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1070
555
  msgid "Button helper"
556
  msgstr ""
557
 
558
+ #: gallery-plugin.php:1071
559
  msgid "Thumbnail helper"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1075
563
  msgid "Display Like buttons in the lightbox"
564
  msgstr "Zobrazit tlačítka Like v Lightboxu"
565
 
566
+ #: gallery-plugin.php:1077
567
  msgid "FaceBook"
568
  msgstr "FaceBook"
569
 
570
+ #: gallery-plugin.php:1078
571
  msgid "Twitter"
572
  msgstr "Twitter"
573
 
574
+ #: gallery-plugin.php:1079
575
  msgid "Pinterest"
576
  msgstr "Pinterest"
577
 
578
+ #: gallery-plugin.php:1080
579
  msgid "Google +1"
580
  msgstr "Google +1"
581
 
582
+ #: gallery-plugin.php:1084
583
  msgid "Slug for gallery item"
584
  msgstr "Jména pro galerii"
585
 
586
+ #: gallery-plugin.php:1086
587
  msgid "for any structure of permalinks except the default structure"
588
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
589
 
590
+ #: gallery-plugin.php:1090
591
  msgid "Title for lightbox button"
592
  msgstr ""
593
 
594
+ #: gallery-plugin.php:1096
595
+ msgid ""
596
+ "Display all images in the lightbox instead of going into a single gallery"
597
  msgstr ""
598
 
599
+ #: gallery-plugin.php:1099
600
+ msgid ""
601
+ "When using the gallery template or a shortcode with `display=short` parameter"
602
+ msgstr ""
603
+
604
+ #: gallery-plugin.php:1128
605
+ msgid "Rewrite templates after update"
606
  msgstr ""
607
 
608
+ #: gallery-plugin.php:1130
609
+ msgid ""
610
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
611
+ "'gallery-single-template.php' file in your theme folder and You don't want "
612
+ "to rewrite them"
613
+ msgstr ""
614
+
615
+ #: gallery-plugin.php:1136
616
  msgid "Save Changes"
617
  msgstr "Ulož změny"
618
 
619
+ #: gallery-plugin.php:1170
620
  msgid "Support"
621
  msgstr "Podpora"
622
 
623
+ #: gallery-plugin.php:1278
624
  msgid "Updating images..."
625
  msgstr "Aktualizuji obrázky..."
626
 
627
+ #: gallery-plugin.php:1279
628
  #, fuzzy
629
  msgid "No image found."
630
  msgstr "Nenalezen žádný obrázek"
631
 
632
+ #: gallery-plugin.php:1280
633
  #, fuzzy
634
  msgid "All images are updated."
635
  msgstr "Všechny obrázky jsou aktuální"
636
 
637
+ #: gallery-plugin.php:1281
638
  msgid "Error."
639
  msgstr "Chyba."
640
 
641
+ #: gallery-plugin.php:1290
642
  #, fuzzy
643
  msgid "Learn more"
644
  msgstr "Dozvědět se více"
645
 
646
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
647
  #, fuzzy
648
  msgid "Activate"
649
  msgstr "Активовані плагіни"
650
 
651
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
652
  #, fuzzy
653
  msgid "Install now"
654
  msgstr "Установка %"
655
 
656
+ #: gallery-plugin.php:1311
657
  msgid "Add multiple gallery categories"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1311
661
+ msgid ""
662
+ "Install Gallery Categories plugin to add unlimited number of categories."
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
666
  msgid "Close"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1352
670
  msgid "Already attached?"
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:1352
674
+ msgid ""
675
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
676
+ "attacher plugin."
677
  msgstr ""
678
 
679
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
680
  msgid "Download high resolution image"
681
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
682
 
683
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
684
  msgid "Sorry, nothing found."
685
  msgstr "Ups, nic nenalezeno"
686
 
687
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
688
  msgid "Image"
689
  msgstr "Obrázek"
690
 
691
+ #: gallery-plugin.php:1886
692
  msgid "Image size not defined"
693
  msgstr "Velikost obrázku není definována"
694
 
 
 
 
 
695
  #: gallery-plugin.php:1901
696
+ msgid ""
697
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
698
+ "manually reload image."
699
+ msgstr ""
700
+ "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní "
701
+ "musíte nahrát ručně."
702
+
703
+ #: gallery-plugin.php:1912
704
  msgid "Image size changes not defined"
705
  msgstr "Změna velikosti obrázku není definována"
706
 
707
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
708
  msgid "Invalid path"
709
  msgstr "Špatná cesta"
710
 
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.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: 2015-05-18 12:48+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
@@ -20,653 +20,681 @@ msgstr ""
20
  msgid "See images &raquo;"
21
  msgstr "Fotos anzeigen &raquo;"
22
 
23
- #: gallery-plugin.php:206
24
- 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"
25
- msgstr "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
26
-
27
- #: gallery-plugin.php:215
28
- #: gallery-plugin.php:225
 
 
 
 
 
 
 
 
29
  msgid "Galleries"
30
  msgstr "Galerien"
31
 
32
- #: gallery-plugin.php:216
33
  msgid "Gallery"
34
  msgstr "Galerie"
35
 
36
- #: gallery-plugin.php:217
37
  msgid "Add a Gallery"
38
  msgstr "Galerie hinzufügen"
39
 
40
- #: gallery-plugin.php:218
41
  msgid "Add New Gallery"
42
  msgstr "Galerie hinzufügen"
43
 
44
- #: gallery-plugin.php:219
45
  msgid "Edit Gallery"
46
  msgstr "Galerie bearbeiten"
47
 
48
- #: gallery-plugin.php:220
49
  msgid "New Gallery"
50
  msgstr "Neue Galerie"
51
 
52
- #: gallery-plugin.php:221
53
  msgid "View Gallery"
54
  msgstr "Galerie anzeigen"
55
 
56
- #: gallery-plugin.php:222
57
  msgid "Find a Gallery"
58
  msgstr "Galerie bearbeiten"
59
 
60
- #: gallery-plugin.php:223
61
  msgid "No Gallery found"
62
  msgstr "Keine Galerien gefunden"
63
 
64
- #: gallery-plugin.php:280
65
  msgid "Upload File"
66
  msgstr "Datei hochladen"
67
 
68
- #: gallery-plugin.php:281
69
  msgid "Gallery Shortcode"
70
  msgstr "Galerie Einstellungen"
71
 
72
- #: gallery-plugin.php:283
73
- #: gallery-plugin.php:427
74
  #, fuzzy
75
  msgid "Gallery Categories"
76
  msgstr "Bildgröße für Galerie"
77
 
78
- #: gallery-plugin.php:292
79
  msgid "Choose a media file that will be attached"
80
  msgstr ""
81
 
82
- #: gallery-plugin.php:292
83
  #, php-format
84
  msgid "You need to install \"%s\" plugin to use this functionality"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:293
88
  msgid "Attach media item to this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:312
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 "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler hochzuladen."
 
 
 
 
 
94
 
95
- #: gallery-plugin.php:324
96
  msgid "Choose an image for upload:"
97
  msgstr "Bild zum hochladen auswählen:"
98
 
99
- #: gallery-plugin.php:329
100
  msgid "Please enable JavaScript to use the file uploader."
101
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
102
 
103
- #: gallery-plugin.php:337
104
  msgid "Allow the download link for all images in this gallery"
105
  msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
106
 
107
- #: gallery-plugin.php:338
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 "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern nicht vergessen)"
 
 
 
 
110
 
111
- #: gallery-plugin.php:340
112
  msgid "Please make a choice"
113
  msgstr "Bitte auswählen"
114
 
115
- #: gallery-plugin.php:340
116
- #: gallery-plugin.php:980
117
  msgid "Sort images by"
118
  msgstr "Sortieren nach"
119
 
120
- #: gallery-plugin.php:340
121
  msgid "sort images"
122
  msgstr "Reihenfolge Bilder"
123
 
124
- #: gallery-plugin.php:340
125
  msgid "on the plugin settings page ("
126
  msgstr "auf der Plugin-Optionen-Seite ("
127
 
128
- #: gallery-plugin.php:384
129
- #: gallery-plugin.php:645
130
  msgid "Title"
131
  msgstr "Titel"
132
 
133
- #: gallery-plugin.php:386
134
  msgid "Alt tag"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:387
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
- #: gallery-plugin.php:387
142
  msgid "(by click on image opens a link in a new window)"
143
  msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
144
 
145
- #: gallery-plugin.php:388
146
  msgid "This setting is available in Pro version"
147
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
148
 
149
- #: gallery-plugin.php:389
150
  #, fuzzy
151
  msgid "Open the URL"
152
  msgstr "Öffne Link"
153
 
154
- #: gallery-plugin.php:389
155
  msgid "Current window"
156
  msgstr "im aktuellen Fenster"
157
 
158
- #: gallery-plugin.php:389
159
  msgid "New window"
160
  msgstr "in einem neuen Fenster"
161
 
162
- #: gallery-plugin.php:390
163
  #, fuzzy
164
  msgid "Lightbox button URL"
165
  msgstr "Lightbox Hintergrund"
166
 
167
- #: gallery-plugin.php:391
168
  msgid "Description"
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:392
172
  msgid "Delete"
173
  msgstr "Löschen"
174
 
175
- #: gallery-plugin.php:412
176
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
177
- msgstr "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
 
 
 
178
 
179
- #: gallery-plugin.php:414
180
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
 
 
181
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
182
 
183
- #: gallery-plugin.php:428
184
  msgid "Most Used"
185
  msgstr ""
186
 
187
- #: gallery-plugin.php:438
188
  #, fuzzy
189
  msgid "Add New Gallery Category"
190
  msgstr "Galerie hinzufügen"
191
 
192
- #: gallery-plugin.php:443
193
  #, fuzzy
194
  msgid "Install plugin"
195
  msgstr "Installierte Plugins"
196
 
197
- #: gallery-plugin.php:646
198
  msgid "Author"
199
  msgstr "Author"
200
 
201
- #: gallery-plugin.php:647
202
  msgid "Photo"
203
  msgstr "Foto"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Publishing"
207
  msgstr "Veröffentlichen"
208
 
209
- #: gallery-plugin.php:649
210
- #: gallery-plugin.php:984
211
  msgid "Date"
212
  msgstr "Datum"
213
 
214
- #: gallery-plugin.php:817
215
  msgid "Settings are saved"
216
  msgstr "Einstellungen gespeichert."
217
 
218
- #: gallery-plugin.php:828
219
  msgid "Gallery Settings"
220
  msgstr "Galerie Einstellungen"
221
 
222
- #: gallery-plugin.php:830
223
- #: gallery-plugin.php:1157
224
- #: gallery-plugin.php:1174
225
  msgid "Settings"
226
  msgstr "Einstellungen"
227
 
228
- #: gallery-plugin.php:831
229
- #: gallery-plugin.php:1158
230
  msgid "FAQ"
231
  msgstr "FAQ"
232
 
233
- #: gallery-plugin.php:832
234
  msgid "Go PRO"
235
  msgstr ""
236
 
237
- #: gallery-plugin.php:837
238
  msgid "Notice:"
239
  msgstr ""
240
 
241
- #: gallery-plugin.php:837
242
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
243
  msgstr ""
244
 
245
- #: gallery-plugin.php:838
246
- 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:"
247
- msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
 
 
 
 
248
 
249
- #: gallery-plugin.php:840
250
  #, fuzzy
251
  msgid "Please enable JavaScript to use the option to renew images."
252
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
253
 
254
- #: gallery-plugin.php:844
255
  msgid "Update images for gallery"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:846
259
  #, fuzzy
260
  msgid "Update images"
261
  msgstr "Reihenfolge Bilder"
262
 
263
- #: gallery-plugin.php:854
264
  msgid "Image size for the album cover"
265
  msgstr "Bildgröße für Beitragsbild"
266
 
267
- #: gallery-plugin.php:856
268
- #: gallery-plugin.php:864
269
- #: gallery-plugin.php:880
270
  msgid "Image size"
271
  msgstr "Name der Bilder"
272
 
273
- #: gallery-plugin.php:857
274
- #: gallery-plugin.php:865
275
  msgid "Width (in px)"
276
  msgstr "Breite (in px)"
277
 
278
- #: gallery-plugin.php:858
279
- #: gallery-plugin.php:866
280
  msgid "Height (in px)"
281
  msgstr "Höhe (in px)"
282
 
283
- #: gallery-plugin.php:862
284
  #, fuzzy
285
  msgid "Image size for thumbnails"
286
  msgstr "Bildgröße für Beitragsbild"
287
 
288
- #: gallery-plugin.php:870
289
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
- msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
 
 
 
 
291
 
292
- #: gallery-plugin.php:878
293
  #, fuzzy
294
  msgid "Image size in the lightbox"
295
  msgstr "Galeriegröße in der Lightbox"
296
 
297
- #: gallery-plugin.php:881
298
  msgid "Max width (in px)"
299
  msgstr "max. Breite (in px)"
300
 
301
- #: gallery-plugin.php:882
302
  msgid "Max height (in px)"
303
  msgstr "max. Höhe (in px)"
304
 
305
- #: gallery-plugin.php:883
306
  msgid "Display a full size image in the lightbox"
307
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
308
 
309
- #: gallery-plugin.php:887
310
  msgid "Crop position"
311
  msgstr "Crop Position"
312
 
313
- #: gallery-plugin.php:889
314
  msgid "Horizontal"
315
  msgstr "Horizontal"
316
 
317
- #: gallery-plugin.php:891
318
  msgid "left"
319
  msgstr "links"
320
 
321
- #: gallery-plugin.php:892
322
- #: gallery-plugin.php:899
323
  msgid "center"
324
  msgstr "zentriert"
325
 
326
- #: gallery-plugin.php:893
327
  msgid "right"
328
  msgstr "rechts"
329
 
330
- #: gallery-plugin.php:896
331
  msgid "Vertical"
332
  msgstr "vertikal"
333
 
334
- #: gallery-plugin.php:898
335
  msgid "top"
336
  msgstr "oben"
337
 
338
- #: gallery-plugin.php:900
339
  msgid "bottom"
340
  msgstr "unten"
341
 
342
- #: gallery-plugin.php:905
343
  msgid "Lightbox background"
344
  msgstr "Lightbox Hintergrund"
345
 
346
- #: gallery-plugin.php:907
347
  msgid "Default"
348
  msgstr "Standard"
349
 
350
- #: gallery-plugin.php:908
351
  msgid "Background transparency (from 0 to 1)"
352
  msgstr "Hintergrund Transparenz (0 – 1)"
353
 
354
- #: gallery-plugin.php:910
355
  msgid "Select a background color"
356
  msgstr "Wähle eine Hintergrundfarbe"
357
 
358
- #: gallery-plugin.php:912
359
  msgid "Background color"
360
  msgstr "Hintergrundfarbe"
361
 
362
- #: gallery-plugin.php:919
363
- #: gallery-plugin.php:1101
364
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:926
368
- #: gallery-plugin.php:1108
369
  msgid "Unlock premium options by upgrading to a PRO version."
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:927
373
- #: gallery-plugin.php:1109
374
  #, fuzzy
375
  msgid "Learn More"
376
  msgstr "Mehr erfahren"
377
 
378
- #: gallery-plugin.php:931
379
- #: gallery-plugin.php:1113
380
  msgid "Start Your Trial"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:932
384
- #: gallery-plugin.php:1114
385
  msgid "or"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:935
389
- #: gallery-plugin.php:1117
390
  msgid "Go"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:943
394
  msgid "Images with border"
395
  msgstr "Bilder mit Rand"
396
 
397
- #: gallery-plugin.php:946
398
  msgid "Border width in px, just numbers"
399
  msgstr "Breite Bildrand in Pixel"
400
 
401
- #: gallery-plugin.php:948
402
- #: gallery-plugin.php:950
403
  msgid "Select a border color"
404
  msgstr "Rahmenfarbe"
405
 
406
- #: gallery-plugin.php:956
407
  msgid "Number of images in the row"
408
  msgstr "Anzahl Bilder in einer Reihe"
409
 
410
- #: gallery-plugin.php:962
411
  msgid "Start slideshow"
412
  msgstr "Starte Slideshow"
413
 
414
- #: gallery-plugin.php:968
415
  msgid "Slideshow interval"
416
  msgstr "Slideshow Geschwindigkeit"
417
 
418
- #: gallery-plugin.php:974
419
  msgid "Use single lightbox for multiple galleries on one page"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:982
423
  msgid "Attachment ID"
424
  msgstr "Anhang ID"
425
 
426
- #: gallery-plugin.php:983
427
  msgid "Image Name"
428
  msgstr "Bildname"
429
 
430
- #: gallery-plugin.php:985
431
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
432
- msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
 
 
 
 
433
 
434
- #: gallery-plugin.php:986
435
  msgid "Random"
436
  msgstr "Zufall"
437
 
438
- #: gallery-plugin.php:990
439
  msgid "Sort images"
440
  msgstr "Reihenfolge"
441
 
442
- #: gallery-plugin.php:992
443
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
444
  msgstr "ASC (aufsteigend)"
445
 
446
- #: gallery-plugin.php:993
447
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
448
  msgstr "DESC (absteigend)"
449
 
450
- #: gallery-plugin.php:997
451
  #, fuzzy
452
  msgid "Display text under the image"
453
  msgstr "Zeige Text über dem Bild"
454
 
455
- #: gallery-plugin.php:999
456
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
457
  msgstr "Text nur in Lightbox anzeigen"
458
 
459
- #: gallery-plugin.php:1003
460
  msgid "Display the Back link"
461
  msgstr "Aktiviere Zurück-Link"
462
 
463
- #: gallery-plugin.php:1009
464
  msgid "Display the Back link in the shortcode"
465
  msgstr "Aktiviere Zurück-Link im Shortcode"
466
 
467
- #: gallery-plugin.php:1015
468
  msgid "The Back link text"
469
  msgstr "Zurück-Link Text"
470
 
471
- #: gallery-plugin.php:1021
472
  msgid "The Back link URL"
473
  msgstr "Zurück-Link URL"
474
 
475
- #: gallery-plugin.php:1023
476
  msgid "Gallery page (Page with Gallery Template)"
477
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
478
 
479
- #: gallery-plugin.php:1025
480
  msgid "(Full URL to custom page)"
481
  msgstr "(URL zu eigener Seite)"
482
 
483
- #: gallery-plugin.php:1029
484
  msgid "The Read More link text"
485
  msgstr "Weiterlesen link Text"
486
 
487
- #: gallery-plugin.php:1035
488
  msgid "Add gallery to the search"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1040
492
  msgid "Using"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1040
496
  msgid "powered by"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1043
500
- #: gallery-plugin.php:1047
501
  msgid "Using Custom Search powered by"
502
  msgstr ""
503
 
504
- #: gallery-plugin.php:1043
505
  msgid "Activate Custom Search"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:1047
509
  msgid "Download Custom Search"
510
  msgstr ""
511
 
512
- #: gallery-plugin.php:1057
513
  msgid "Use pagination for images"
514
  msgstr ""
515
 
516
- #: gallery-plugin.php:1060
517
  msgid "per page"
518
  msgstr ""
519
 
520
- #: gallery-plugin.php:1064
521
  msgid "The lightbox helper"
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1066
525
  msgid "Do not use"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1067
529
  msgid "Button helper"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1068
533
  msgid "Thumbnail helper"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1072
537
  msgid "Display Like buttons in the lightbox"
538
  msgstr "Aktivier Like-Button in der Lightbox"
539
 
540
- #: gallery-plugin.php:1074
541
  msgid "FaceBook"
542
  msgstr "Facebook"
543
 
544
- #: gallery-plugin.php:1075
545
  msgid "Twitter"
546
  msgstr "Twitter"
547
 
548
- #: gallery-plugin.php:1076
549
  msgid "Pinterest"
550
  msgstr "Pinterest"
551
 
552
- #: gallery-plugin.php:1077
553
  msgid "Google +1"
554
  msgstr "Goolge+"
555
 
556
- #: gallery-plugin.php:1081
557
  msgid "Slug for gallery item"
558
  msgstr "Galerie Slug"
559
 
560
- #: gallery-plugin.php:1083
561
  msgid "for any structure of permalinks except the default structure"
562
  msgstr "Permalinkstruktur (Default ausgenommen)"
563
 
564
- #: gallery-plugin.php:1087
565
  msgid "Title for lightbox button"
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1093
569
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
 
 
 
 
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1096
573
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1125
577
  msgid "Save Changes"
578
  msgstr "Einstellungen speichern"
579
 
580
- #: gallery-plugin.php:1159
581
  msgid "Support"
582
  msgstr "Support"
583
 
584
- #: gallery-plugin.php:1267
585
  msgid "Updating images..."
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1268
589
  #, fuzzy
590
  msgid "No image found."
591
  msgstr "Keine Galerien gefunden"
592
 
593
- #: gallery-plugin.php:1269
594
  msgid "All images are updated."
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1270
598
  msgid "Error."
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1279
602
  #, fuzzy
603
  msgid "Learn more"
604
  msgstr "Mehr erfahren"
605
 
606
- #: gallery-plugin.php:1284
607
- #: gallery-plugin.php:1324
608
  #, fuzzy
609
  msgid "Activate"
610
  msgstr "Aktivierte Plugins"
611
 
612
- #: gallery-plugin.php:1291
613
- #: gallery-plugin.php:1331
614
  #, fuzzy
615
  msgid "Install now"
616
  msgstr "Installiere %s"
617
 
618
- #: gallery-plugin.php:1300
619
  msgid "Add multiple gallery categories"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1300
623
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1309
627
- #: gallery-plugin.php:1350
628
  msgid "Close"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1341
632
  msgid "Already attached?"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1341
636
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1404
640
- #: template/gallery-single-template.php:19
641
  msgid "Download high resolution image"
642
  msgstr "Lade Bild in Originalgröße"
643
 
644
- #: gallery-plugin.php:1557
645
- #: template/gallery-single-template.php:95
646
  msgid "Sorry, nothing found."
647
  msgstr "Leider nichts gefunden."
648
 
649
- #: gallery-plugin.php:1579
650
- #: template/gallery-single-template.php:114
651
  msgid "Image"
652
  msgstr "Bild"
653
 
654
- #: gallery-plugin.php:1875
655
  #, fuzzy
656
  msgid "Image size not defined"
657
  msgstr "Name der Bilder"
658
 
659
- #: gallery-plugin.php:1890
660
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
661
  msgstr ""
662
 
663
- #: gallery-plugin.php:1901
664
  msgid "Image size changes not defined"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:1930
668
- #: gallery-plugin.php:1933
669
- #: gallery-plugin.php:1938
670
  msgid "Invalid path"
671
  msgstr ""
672
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
20
  msgid "See images &raquo;"
21
  msgstr "Fotos anzeigen &raquo;"
22
 
23
+ #: gallery-plugin.php:207
24
+ msgid ""
25
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
26
+ "php\" were not found in the directory of your theme. Please copy them from "
27
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
+ "directory of your theme for the correct work of the Gallery plugin"
29
+ msgstr ""
30
+ "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-"
31
+ "single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere "
32
+ "sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` "
33
+ "direkt in das Verzeichnis deines Themes, damit das Plugin richtig "
34
+ "funktionieren kann."
35
+
36
+ #: gallery-plugin.php:216 gallery-plugin.php:226
37
  msgid "Galleries"
38
  msgstr "Galerien"
39
 
40
+ #: gallery-plugin.php:217
41
  msgid "Gallery"
42
  msgstr "Galerie"
43
 
44
+ #: gallery-plugin.php:218
45
  msgid "Add a Gallery"
46
  msgstr "Galerie hinzufügen"
47
 
48
+ #: gallery-plugin.php:219
49
  msgid "Add New Gallery"
50
  msgstr "Galerie hinzufügen"
51
 
52
+ #: gallery-plugin.php:220
53
  msgid "Edit Gallery"
54
  msgstr "Galerie bearbeiten"
55
 
56
+ #: gallery-plugin.php:221
57
  msgid "New Gallery"
58
  msgstr "Neue Galerie"
59
 
60
+ #: gallery-plugin.php:222
61
  msgid "View Gallery"
62
  msgstr "Galerie anzeigen"
63
 
64
+ #: gallery-plugin.php:223
65
  msgid "Find a Gallery"
66
  msgstr "Galerie bearbeiten"
67
 
68
+ #: gallery-plugin.php:224
69
  msgid "No Gallery found"
70
  msgstr "Keine Galerien gefunden"
71
 
72
+ #: gallery-plugin.php:281
73
  msgid "Upload File"
74
  msgstr "Datei hochladen"
75
 
76
+ #: gallery-plugin.php:282
77
  msgid "Gallery Shortcode"
78
  msgstr "Galerie Einstellungen"
79
 
80
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Bildgröße für Galerie"
84
 
85
+ #: gallery-plugin.php:293
86
  msgid "Choose a media file that will be attached"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:293
90
  #, php-format
91
  msgid "You need to install \"%s\" plugin to use this functionality"
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:294
95
  msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:313
99
+ msgid ""
100
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
+ "for record on your webserver. Please use the standard WP functionality to "
102
+ "upload images (media library)"
103
+ msgstr ""
104
+ "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist "
105
+ "schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler hochzuladen."
106
 
107
+ #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
109
  msgstr "Bild zum hochladen auswählen:"
110
 
111
+ #: gallery-plugin.php:330
112
  msgid "Please enable JavaScript to use the file uploader."
113
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
114
 
115
+ #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
  msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
118
 
119
+ #: gallery-plugin.php:339
120
+ msgid ""
121
+ "Please use the drag and drop function to change an order of the images "
122
+ "displaying and do not forget to save the post."
123
+ msgstr ""
124
+ "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern nicht "
125
+ "vergessen)"
126
 
127
+ #: gallery-plugin.php:341
128
  msgid "Please make a choice"
129
  msgstr "Bitte auswählen"
130
 
131
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
132
  msgid "Sort images by"
133
  msgstr "Sortieren nach"
134
 
135
+ #: gallery-plugin.php:341
136
  msgid "sort images"
137
  msgstr "Reihenfolge Bilder"
138
 
139
+ #: gallery-plugin.php:341
140
  msgid "on the plugin settings page ("
141
  msgstr "auf der Plugin-Optionen-Seite ("
142
 
143
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
144
  msgid "Title"
145
  msgstr "Titel"
146
 
147
+ #: gallery-plugin.php:387
148
  msgid "Alt tag"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:388
152
  msgid "URL"
153
  msgstr "URL"
154
 
155
+ #: gallery-plugin.php:388
156
  msgid "(by click on image opens a link in a new window)"
157
  msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
158
 
159
+ #: gallery-plugin.php:389
160
  msgid "This setting is available in Pro version"
161
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
162
 
163
+ #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Open the URL"
166
  msgstr "Öffne Link"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "im aktuellen Fenster"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "in einem neuen Fenster"
175
 
176
+ #: gallery-plugin.php:391
177
  #, fuzzy
178
  msgid "Lightbox button URL"
179
  msgstr "Lightbox Hintergrund"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr ""
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Löschen"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
195
 
196
+ #: gallery-plugin.php:415
197
+ msgid ""
198
+ "If you want to display a short description containing a screenshot and the "
199
+ "link to the Single Gallery Page"
200
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
201
 
202
+ #: gallery-plugin.php:429
203
  msgid "Most Used"
204
  msgstr ""
205
 
206
+ #: gallery-plugin.php:439
207
  #, fuzzy
208
  msgid "Add New Gallery Category"
209
  msgstr "Galerie hinzufügen"
210
 
211
+ #: gallery-plugin.php:444
212
  #, fuzzy
213
  msgid "Install plugin"
214
  msgstr "Installierte Plugins"
215
 
216
+ #: gallery-plugin.php:647
217
  msgid "Author"
218
  msgstr "Author"
219
 
220
+ #: gallery-plugin.php:648
221
  msgid "Photo"
222
  msgstr "Foto"
223
 
224
+ #: gallery-plugin.php:649
225
  msgid "Publishing"
226
  msgstr "Veröffentlichen"
227
 
228
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
229
  msgid "Date"
230
  msgstr "Datum"
231
 
232
+ #: gallery-plugin.php:820
233
  msgid "Settings are saved"
234
  msgstr "Einstellungen gespeichert."
235
 
236
+ #: gallery-plugin.php:831
237
  msgid "Gallery Settings"
238
  msgstr "Galerie Einstellungen"
239
 
240
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
241
  msgid "Settings"
242
  msgstr "Einstellungen"
243
 
244
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
245
  msgid "FAQ"
246
  msgstr "FAQ"
247
 
248
+ #: gallery-plugin.php:835
249
  msgid "Go PRO"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:840
253
  msgid "Notice:"
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:840
257
+ msgid ""
258
+ "The plugin's settings have been changed. In order to save them please don't "
259
+ "forget to click the 'Save Changes' button."
260
  msgstr ""
261
 
262
+ #: gallery-plugin.php:841
263
+ msgid ""
264
+ "If you would like to add a Single Gallery to your page or post, just copy "
265
+ "and paste this shortcode into your post or page:"
266
+ msgstr ""
267
+ "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen "
268
+ "Beitrag ein:"
269
 
270
+ #: gallery-plugin.php:843
271
  #, fuzzy
272
  msgid "Please enable JavaScript to use the option to renew images."
273
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
274
 
275
+ #: gallery-plugin.php:847
276
  msgid "Update images for gallery"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:849
280
  #, fuzzy
281
  msgid "Update images"
282
  msgstr "Reihenfolge Bilder"
283
 
284
+ #: gallery-plugin.php:857
285
  msgid "Image size for the album cover"
286
  msgstr "Bildgröße für Beitragsbild"
287
 
288
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
289
  msgid "Image size"
290
  msgstr "Name der Bilder"
291
 
292
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
293
  msgid "Width (in px)"
294
  msgstr "Breite (in px)"
295
 
296
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
297
  msgid "Height (in px)"
298
  msgstr "Höhe (in px)"
299
 
300
+ #: gallery-plugin.php:865
301
  #, fuzzy
302
  msgid "Image size for thumbnails"
303
  msgstr "Bildgröße für Beitragsbild"
304
 
305
+ #: gallery-plugin.php:873
306
+ msgid ""
307
+ "WordPress will create a new thumbnail with the specified dimensions when you "
308
+ "upload a new photo."
309
+ msgstr ""
310
+ "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du "
311
+ "ein neues Bild hochlädst."
312
 
313
+ #: gallery-plugin.php:881
314
  #, fuzzy
315
  msgid "Image size in the lightbox"
316
  msgstr "Galeriegröße in der Lightbox"
317
 
318
+ #: gallery-plugin.php:884
319
  msgid "Max width (in px)"
320
  msgstr "max. Breite (in px)"
321
 
322
+ #: gallery-plugin.php:885
323
  msgid "Max height (in px)"
324
  msgstr "max. Höhe (in px)"
325
 
326
+ #: gallery-plugin.php:886
327
  msgid "Display a full size image in the lightbox"
328
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
329
 
330
+ #: gallery-plugin.php:890
331
  msgid "Crop position"
332
  msgstr "Crop Position"
333
 
334
+ #: gallery-plugin.php:892
335
  msgid "Horizontal"
336
  msgstr "Horizontal"
337
 
338
+ #: gallery-plugin.php:894
339
  msgid "left"
340
  msgstr "links"
341
 
342
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
343
  msgid "center"
344
  msgstr "zentriert"
345
 
346
+ #: gallery-plugin.php:896
347
  msgid "right"
348
  msgstr "rechts"
349
 
350
+ #: gallery-plugin.php:899
351
  msgid "Vertical"
352
  msgstr "vertikal"
353
 
354
+ #: gallery-plugin.php:901
355
  msgid "top"
356
  msgstr "oben"
357
 
358
+ #: gallery-plugin.php:903
359
  msgid "bottom"
360
  msgstr "unten"
361
 
362
+ #: gallery-plugin.php:908
363
  msgid "Lightbox background"
364
  msgstr "Lightbox Hintergrund"
365
 
366
+ #: gallery-plugin.php:910
367
  msgid "Default"
368
  msgstr "Standard"
369
 
370
+ #: gallery-plugin.php:911
371
  msgid "Background transparency (from 0 to 1)"
372
  msgstr "Hintergrund Transparenz (0 – 1)"
373
 
374
+ #: gallery-plugin.php:913
375
  msgid "Select a background color"
376
  msgstr "Wähle eine Hintergrundfarbe"
377
 
378
+ #: gallery-plugin.php:915
379
  msgid "Background color"
380
  msgstr "Hintergrundfarbe"
381
 
382
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
383
+ msgid ""
384
+ "If you upgrade to Pro version all your settings and galleries will be saved."
385
  msgstr ""
386
 
387
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
388
  msgid "Unlock premium options by upgrading to a PRO version."
389
  msgstr ""
390
 
391
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
392
  #, fuzzy
393
  msgid "Learn More"
394
  msgstr "Mehr erfahren"
395
 
396
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
397
  msgid "Start Your Trial"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
401
  msgid "or"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
405
  msgid "Go"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:946
409
  msgid "Images with border"
410
  msgstr "Bilder mit Rand"
411
 
412
+ #: gallery-plugin.php:949
413
  msgid "Border width in px, just numbers"
414
  msgstr "Breite Bildrand in Pixel"
415
 
416
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
417
  msgid "Select a border color"
418
  msgstr "Rahmenfarbe"
419
 
420
+ #: gallery-plugin.php:959
421
  msgid "Number of images in the row"
422
  msgstr "Anzahl Bilder in einer Reihe"
423
 
424
+ #: gallery-plugin.php:965
425
  msgid "Start slideshow"
426
  msgstr "Starte Slideshow"
427
 
428
+ #: gallery-plugin.php:971
429
  msgid "Slideshow interval"
430
  msgstr "Slideshow Geschwindigkeit"
431
 
432
+ #: gallery-plugin.php:977
433
  msgid "Use single lightbox for multiple galleries on one page"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:985
437
  msgid "Attachment ID"
438
  msgstr "Anhang ID"
439
 
440
+ #: gallery-plugin.php:986
441
  msgid "Image Name"
442
  msgstr "Bildname"
443
 
444
+ #: gallery-plugin.php:988
445
+ msgid ""
446
+ "Sorting order (the input field for sorting order in the Insert / Upload "
447
+ "Media Gallery dialog)"
448
+ msgstr ""
449
+ "Reihenfolge (the input field for sorting order in the Insert / Upload Media "
450
+ "Gallery dialog)"
451
 
452
+ #: gallery-plugin.php:989
453
  msgid "Random"
454
  msgstr "Zufall"
455
 
456
+ #: gallery-plugin.php:993
457
  msgid "Sort images"
458
  msgstr "Reihenfolge"
459
 
460
+ #: gallery-plugin.php:995
461
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
462
  msgstr "ASC (aufsteigend)"
463
 
464
+ #: gallery-plugin.php:996
465
+ msgid ""
466
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
467
  msgstr "DESC (absteigend)"
468
 
469
+ #: gallery-plugin.php:1000
470
  #, fuzzy
471
  msgid "Display text under the image"
472
  msgstr "Zeige Text über dem Bild"
473
 
474
+ #: gallery-plugin.php:1002
475
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
476
  msgstr "Text nur in Lightbox anzeigen"
477
 
478
+ #: gallery-plugin.php:1006
479
  msgid "Display the Back link"
480
  msgstr "Aktiviere Zurück-Link"
481
 
482
+ #: gallery-plugin.php:1012
483
  msgid "Display the Back link in the shortcode"
484
  msgstr "Aktiviere Zurück-Link im Shortcode"
485
 
486
+ #: gallery-plugin.php:1018
487
  msgid "The Back link text"
488
  msgstr "Zurück-Link Text"
489
 
490
+ #: gallery-plugin.php:1024
491
  msgid "The Back link URL"
492
  msgstr "Zurück-Link URL"
493
 
494
+ #: gallery-plugin.php:1026
495
  msgid "Gallery page (Page with Gallery Template)"
496
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
497
 
498
+ #: gallery-plugin.php:1028
499
  msgid "(Full URL to custom page)"
500
  msgstr "(URL zu eigener Seite)"
501
 
502
+ #: gallery-plugin.php:1032
503
  msgid "The Read More link text"
504
  msgstr "Weiterlesen link Text"
505
 
506
+ #: gallery-plugin.php:1038
507
  msgid "Add gallery to the search"
508
  msgstr ""
509
 
510
+ #: gallery-plugin.php:1043
511
  msgid "Using"
512
  msgstr ""
513
 
514
+ #: gallery-plugin.php:1043
515
  msgid "powered by"
516
  msgstr ""
517
 
518
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
519
  msgid "Using Custom Search powered by"
520
  msgstr ""
521
 
522
+ #: gallery-plugin.php:1046
523
  msgid "Activate Custom Search"
524
  msgstr ""
525
 
526
+ #: gallery-plugin.php:1050
527
  msgid "Download Custom Search"
528
  msgstr ""
529
 
530
+ #: gallery-plugin.php:1060
531
  msgid "Use pagination for images"
532
  msgstr ""
533
 
534
+ #: gallery-plugin.php:1063
535
  msgid "per page"
536
  msgstr ""
537
 
538
+ #: gallery-plugin.php:1067
539
  msgid "The lightbox helper"
540
  msgstr ""
541
 
542
+ #: gallery-plugin.php:1069
543
  msgid "Do not use"
544
  msgstr ""
545
 
546
+ #: gallery-plugin.php:1070
547
  msgid "Button helper"
548
  msgstr ""
549
 
550
+ #: gallery-plugin.php:1071
551
  msgid "Thumbnail helper"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1075
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Aktivier Like-Button in der Lightbox"
557
 
558
+ #: gallery-plugin.php:1077
559
  msgid "FaceBook"
560
  msgstr "Facebook"
561
 
562
+ #: gallery-plugin.php:1078
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
+ #: gallery-plugin.php:1079
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
+ #: gallery-plugin.php:1080
571
  msgid "Google +1"
572
  msgstr "Goolge+"
573
 
574
+ #: gallery-plugin.php:1084
575
  msgid "Slug for gallery item"
576
  msgstr "Galerie Slug"
577
 
578
+ #: gallery-plugin.php:1086
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "Permalinkstruktur (Default ausgenommen)"
581
 
582
+ #: gallery-plugin.php:1090
583
  msgid "Title for lightbox button"
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1096
587
+ msgid ""
588
+ "Display all images in the lightbox instead of going into a single gallery"
589
+ msgstr ""
590
+
591
+ #: gallery-plugin.php:1099
592
+ msgid ""
593
+ "When using the gallery template or a shortcode with `display=short` parameter"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1128
597
+ msgid "Rewrite templates after update"
598
  msgstr ""
599
 
600
+ #: gallery-plugin.php:1130
601
+ msgid ""
602
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
603
+ "'gallery-single-template.php' file in your theme folder and You don't want "
604
+ "to rewrite them"
605
  msgstr ""
606
 
607
+ #: gallery-plugin.php:1136
608
  msgid "Save Changes"
609
  msgstr "Einstellungen speichern"
610
 
611
+ #: gallery-plugin.php:1170
612
  msgid "Support"
613
  msgstr "Support"
614
 
615
+ #: gallery-plugin.php:1278
616
  msgid "Updating images..."
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1279
620
  #, fuzzy
621
  msgid "No image found."
622
  msgstr "Keine Galerien gefunden"
623
 
624
+ #: gallery-plugin.php:1280
625
  msgid "All images are updated."
626
  msgstr ""
627
 
628
+ #: gallery-plugin.php:1281
629
  msgid "Error."
630
  msgstr ""
631
 
632
+ #: gallery-plugin.php:1290
633
  #, fuzzy
634
  msgid "Learn more"
635
  msgstr "Mehr erfahren"
636
 
637
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
638
  #, fuzzy
639
  msgid "Activate"
640
  msgstr "Aktivierte Plugins"
641
 
642
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
643
  #, fuzzy
644
  msgid "Install now"
645
  msgstr "Installiere %s"
646
 
647
+ #: gallery-plugin.php:1311
648
  msgid "Add multiple gallery categories"
649
  msgstr ""
650
 
651
+ #: gallery-plugin.php:1311
652
+ msgid ""
653
+ "Install Gallery Categories plugin to add unlimited number of categories."
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
657
  msgid "Close"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1352
661
  msgid "Already attached?"
662
  msgstr ""
663
 
664
+ #: gallery-plugin.php:1352
665
+ msgid ""
666
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
667
+ "attacher plugin."
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
671
  msgid "Download high resolution image"
672
  msgstr "Lade Bild in Originalgröße"
673
 
674
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
675
  msgid "Sorry, nothing found."
676
  msgstr "Leider nichts gefunden."
677
 
678
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
679
  msgid "Image"
680
  msgstr "Bild"
681
 
682
+ #: gallery-plugin.php:1886
683
  #, fuzzy
684
  msgid "Image size not defined"
685
  msgstr "Name der Bilder"
686
 
687
+ #: gallery-plugin.php:1901
688
+ msgid ""
689
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
690
+ "manually reload image."
691
  msgstr ""
692
 
693
+ #: gallery-plugin.php:1912
694
  msgid "Image size changes not defined"
695
  msgstr ""
696
 
697
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
698
  msgid "Invalid path"
699
  msgstr ""
700
 
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.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: 2015-05-18 12:48+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
@@ -24,753 +24,795 @@ msgid "See images &raquo;"
24
  msgstr "Ver imagens &raquo;"
25
 
26
  # @ gallery
27
- #: gallery-plugin.php:206
28
- 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"
29
- msgstr "Os siguientes archivos \"gallery-template.php\" y \"gallery-single-template.php\" no se encontraron en el directorio de tema utilizado. Por favor, copie los del directorio `/wp-content/plugins/gallery-plugin/template/` al directorio de su tema para que el plugin Galeria funcione corretamente"
 
 
 
 
 
 
 
 
30
 
31
  # @ gallery
32
- #: gallery-plugin.php:215
33
- #: gallery-plugin.php:225
34
  msgid "Galleries"
35
  msgstr "Galerias"
36
 
37
  # @ gallery
38
- #: gallery-plugin.php:216
39
  msgid "Gallery"
40
  msgstr "Galeria"
41
 
42
  # @ gallery
43
- #: gallery-plugin.php:217
44
  msgid "Add a Gallery"
45
  msgstr "Agregar una Galeria"
46
 
47
  # @ gallery
48
- #: gallery-plugin.php:218
49
  msgid "Add New Gallery"
50
  msgstr "Agregar una Galeria nueva"
51
 
52
  # @ gallery
53
- #: gallery-plugin.php:219
54
  msgid "Edit Gallery"
55
  msgstr "Editar Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:220
59
  msgid "New Gallery"
60
  msgstr "Galeria nueva"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:221
64
  msgid "View Gallery"
65
  msgstr "Ver Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:222
69
  msgid "Find a Gallery"
70
  msgstr "Encontrar una Galeria"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:223
74
  msgid "No Gallery found"
75
  msgstr "Ninguna galeria encontrada"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:280
79
  msgid "Upload File"
80
  msgstr "Subir Archivo"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:281
84
  msgid "Gallery Shortcode"
85
  msgstr "Codigo corto de Galeria"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:283
89
- #: gallery-plugin.php:427
90
  #, fuzzy
91
  msgid "Gallery Categories"
92
  msgstr "Tamanño de da imagen de la galeria"
93
 
94
- #: gallery-plugin.php:292
95
  msgid "Choose a media file that will be attached"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:292
99
  #, php-format
100
  msgid "You need to install \"%s\" plugin to use this functionality"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:293
104
  msgid "Attach media item to this gallery"
105
  msgstr ""
106
 
107
  # @ gallery
108
- #: gallery-plugin.php:312
109
- 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)"
110
- msgstr "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta disponible en su servidor Web. Por favor, utilize el método estandar de WP para subir imagenes (biblioteca de media)"
 
 
 
 
 
 
111
 
112
  # @ gallery
113
- #: gallery-plugin.php:324
114
  msgid "Choose an image for upload:"
115
  msgstr "Escoja una imagen para subir:"
116
 
117
  # @ gallery
118
- #: gallery-plugin.php:329
119
  msgid "Please enable JavaScript to use the file uploader."
120
  msgstr "Por favor habilite el Javascript para subir sus archivos."
121
 
122
  # @ gallery
123
- #: gallery-plugin.php:337
124
  msgid "Allow the download link for all images in this gallery"
125
- msgstr "Permitir/habilitar un enlace para la descarag de todas las imagenes en esta galeria"
 
 
126
 
127
  # @ gallery
128
- #: gallery-plugin.php:338
129
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
130
- msgstr "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de exibicion de las imagens e no se olvide de guardar sus cambios."
 
 
 
 
131
 
132
  # @ gallery
133
- #: gallery-plugin.php:340
134
  msgid "Please make a choice"
135
  msgstr "Por favor, escoja una opcion"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:340
139
- #: gallery-plugin.php:980
140
  msgid "Sort images by"
141
  msgstr "Ordenar imagens por"
142
 
143
  # @ gallery
144
- #: gallery-plugin.php:340
145
  msgid "sort images"
146
  msgstr "ordenar imagens"
147
 
148
  # @ gallery
149
- #: gallery-plugin.php:340
150
  msgid "on the plugin settings page ("
151
  msgstr "En la pagina de opciones de este plugin ("
152
 
153
  # @ gallery
154
- #: gallery-plugin.php:384
155
- #: gallery-plugin.php:645
156
  msgid "Title"
157
  msgstr "Título"
158
 
159
- #: gallery-plugin.php:386
160
  msgid "Alt tag"
161
  msgstr "Etiqueta alternativa"
162
 
163
  # @ gallery
164
- #: gallery-plugin.php:387
165
  msgid "URL"
166
  msgstr "URL"
167
 
168
  # @ gallery
169
- #: gallery-plugin.php:387
170
  msgid "(by click on image opens a link in a new window)"
171
  msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
172
 
173
  # @ gallery
174
- #: gallery-plugin.php:388
175
  msgid "This setting is available in Pro version"
176
  msgstr "Esta opcion solo esta disponible en la version Pro"
177
 
178
  # @ gallery
179
- #: gallery-plugin.php:389
180
  #, fuzzy
181
  msgid "Open the URL"
182
  msgstr "Abrir elenlace"
183
 
184
  # @ gallery
185
- #: gallery-plugin.php:389
186
  msgid "Current window"
187
  msgstr "Ventana atual"
188
 
189
  # @ gallery
190
- #: gallery-plugin.php:389
191
  msgid "New window"
192
  msgstr "Ventana nueva"
193
 
194
  # @ gallery
195
- #: gallery-plugin.php:390
196
  #, fuzzy
197
  msgid "Lightbox button URL"
198
  msgstr "Fundo del Lightbox"
199
 
200
- #: gallery-plugin.php:391
201
  msgid "Description"
202
  msgstr ""
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:392
206
  msgid "Delete"
207
  msgstr "Suprimir"
208
 
209
  # @ gallery
210
- #: gallery-plugin.php:412
211
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
212
- msgstr "Puede agregar una galleria en una pagina insertando el codigo corto en el contenido"
 
 
 
 
213
 
214
  # @ gallery
215
- #: gallery-plugin.php:414
216
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
217
- msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
 
 
 
 
218
 
219
- #: gallery-plugin.php:428
220
  msgid "Most Used"
221
  msgstr ""
222
 
223
  # @ gallery
224
- #: gallery-plugin.php:438
225
  #, fuzzy
226
  msgid "Add New Gallery Category"
227
  msgstr "Agregar una Galeria nueva"
228
 
229
- #: gallery-plugin.php:443
230
  msgid "Install plugin"
231
  msgstr ""
232
 
233
  # @ gallery
234
- #: gallery-plugin.php:646
235
  msgid "Author"
236
  msgstr "Autor"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:647
240
  msgid "Photo"
241
  msgstr "Foto"
242
 
243
  # @ gallery
244
- #: gallery-plugin.php:648
245
  msgid "Publishing"
246
  msgstr "Publicacion"
247
 
248
  # @ gallery
249
- #: gallery-plugin.php:649
250
- #: gallery-plugin.php:984
251
  msgid "Date"
252
  msgstr "Fecha"
253
 
254
  # @ gallery
255
- #: gallery-plugin.php:817
256
  msgid "Settings are saved"
257
  msgstr "Cambios guardados"
258
 
259
  # @ gallery
260
- #: gallery-plugin.php:828
261
  msgid "Gallery Settings"
262
  msgstr "Configuracion de la Galeria"
263
 
264
  # @ bestwebsoft
265
  # @ gallery
266
- #: gallery-plugin.php:830
267
- #: gallery-plugin.php:1157
268
- #: gallery-plugin.php:1174
269
  msgid "Settings"
270
  msgstr "Configuraciones"
271
 
272
  # @ gallery
273
- #: gallery-plugin.php:831
274
- #: gallery-plugin.php:1158
275
  msgid "FAQ"
276
  msgstr "FAQ"
277
 
278
- #: gallery-plugin.php:832
279
  msgid "Go PRO"
280
  msgstr "Ir a PRO"
281
 
282
- #: gallery-plugin.php:837
283
  msgid "Notice:"
284
  msgstr "Nota:"
285
 
286
- #: gallery-plugin.php:837
287
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
288
- msgstr "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar cambios\""
 
 
 
 
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:838
292
- 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:"
293
- msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
 
 
 
 
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:840
297
  msgid "Please enable JavaScript to use the option to renew images."
298
- msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
 
299
 
300
- #: gallery-plugin.php:844
301
  msgid "Update images for gallery"
302
  msgstr "Actualizar imagene de la galeria"
303
 
304
  # @ gallery
305
- #: gallery-plugin.php:846
306
  msgid "Update images"
307
  msgstr "Actualizar imagenes"
308
 
309
  # @ gallery
310
- #: gallery-plugin.php:854
311
  msgid "Image size for the album cover"
312
  msgstr "Tamanño de la imagen para la portada del álbum"
313
 
314
  # @ gallery
315
- #: gallery-plugin.php:856
316
- #: gallery-plugin.php:864
317
- #: gallery-plugin.php:880
318
  msgid "Image size"
319
  msgstr "Tamaño de la imagen"
320
 
321
  # @ gallery
322
- #: gallery-plugin.php:857
323
- #: gallery-plugin.php:865
324
  msgid "Width (in px)"
325
  msgstr "Ancho (em px)"
326
 
327
  # @ gallery
328
- #: gallery-plugin.php:858
329
- #: gallery-plugin.php:866
330
  msgid "Height (in px)"
331
  msgstr "Altura (em px)"
332
 
333
  # @ gallery
334
- #: gallery-plugin.php:862
335
  #, fuzzy
336
  msgid "Image size for thumbnails"
337
  msgstr "Tamanño de la imagen para la portada del álbum"
338
 
339
  # @ gallery
340
- #: gallery-plugin.php:870
341
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
 
 
342
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
343
 
344
  # @ gallery
345
- #: gallery-plugin.php:878
346
  #, fuzzy
347
  msgid "Image size in the lightbox"
348
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
349
 
350
  # @ gallery
351
- #: gallery-plugin.php:881
352
  msgid "Max width (in px)"
353
  msgstr "Ancho máximo (em px)"
354
 
355
  # @ gallery
356
- #: gallery-plugin.php:882
357
  msgid "Max height (in px)"
358
  msgstr "Altura máxima (em px)"
359
 
360
  # @ gallery
361
- #: gallery-plugin.php:883
362
  msgid "Display a full size image in the lightbox"
363
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
364
 
365
  # @ gallery
366
- #: gallery-plugin.php:887
367
  msgid "Crop position"
368
  msgstr "Recortar posicion"
369
 
370
  # @ gallery
371
- #: gallery-plugin.php:889
372
  msgid "Horizontal"
373
  msgstr "Horizontal"
374
 
375
  # @ gallery
376
- #: gallery-plugin.php:891
377
  msgid "left"
378
  msgstr "izquierda"
379
 
380
  # @ gallery
381
- #: gallery-plugin.php:892
382
- #: gallery-plugin.php:899
383
  msgid "center"
384
  msgstr "centro"
385
 
386
  # @ gallery
387
- #: gallery-plugin.php:893
388
  msgid "right"
389
  msgstr "direcha"
390
 
391
  # @ gallery
392
- #: gallery-plugin.php:896
393
  msgid "Vertical"
394
  msgstr "Vertical"
395
 
396
  # @ gallery
397
- #: gallery-plugin.php:898
398
  msgid "top"
399
  msgstr "Arriba"
400
 
401
  # @ gallery
402
- #: gallery-plugin.php:900
403
  msgid "bottom"
404
  msgstr "abajo"
405
 
406
  # @ gallery
407
- #: gallery-plugin.php:905
408
  msgid "Lightbox background"
409
  msgstr "Fundo del Lightbox"
410
 
411
  # @ gallery
412
- #: gallery-plugin.php:907
413
  msgid "Default"
414
  msgstr "Por Defecto"
415
 
416
  # @ gallery
417
- #: gallery-plugin.php:908
418
  msgid "Background transparency (from 0 to 1)"
419
  msgstr "Transparencia del fondo (de 0 a 1)"
420
 
421
  # @ gallery
422
- #: gallery-plugin.php:910
423
  msgid "Select a background color"
424
  msgstr "Selecionar un color de fondo"
425
 
426
  # @ gallery
427
- #: gallery-plugin.php:912
428
  msgid "Background color"
429
  msgstr "Color de fondo"
430
 
431
- #: gallery-plugin.php:919
432
- #: gallery-plugin.php:1101
433
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
434
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
435
 
436
- #: gallery-plugin.php:926
437
- #: gallery-plugin.php:1108
438
  msgid "Unlock premium options by upgrading to a PRO version."
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:927
442
- #: gallery-plugin.php:1109
443
  msgid "Learn More"
444
  msgstr "Saber mas."
445
 
446
- #: gallery-plugin.php:931
447
- #: gallery-plugin.php:1113
448
  msgid "Start Your Trial"
449
  msgstr ""
450
 
451
- #: gallery-plugin.php:932
452
- #: gallery-plugin.php:1114
453
  msgid "or"
454
  msgstr ""
455
 
456
- #: gallery-plugin.php:935
457
- #: gallery-plugin.php:1117
458
  #, fuzzy
459
  msgid "Go"
460
  msgstr "Go!"
461
 
462
  # @ gallery
463
- #: gallery-plugin.php:943
464
  msgid "Images with border"
465
  msgstr "Imagens con borde"
466
 
467
  # @ gallery
468
- #: gallery-plugin.php:946
469
  msgid "Border width in px, just numbers"
470
  msgstr "Ancho del borde en px, solo números"
471
 
472
  # @ gallery
473
- #: gallery-plugin.php:948
474
- #: gallery-plugin.php:950
475
  msgid "Select a border color"
476
  msgstr "Escoja el color del borde"
477
 
478
  # @ gallery
479
- #: gallery-plugin.php:956
480
  msgid "Number of images in the row"
481
  msgstr "Número de imagenes por fila"
482
 
483
  # @ gallery
484
- #: gallery-plugin.php:962
485
  msgid "Start slideshow"
486
  msgstr "Iniciar Apresentacion de diapositivas"
487
 
488
  # @ gallery
489
- #: gallery-plugin.php:968
490
  msgid "Slideshow interval"
491
  msgstr "Intervalo entre las diapositivas"
492
 
493
- #: gallery-plugin.php:974
494
  msgid "Use single lightbox for multiple galleries on one page"
495
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
496
 
497
  # @ gallery
498
- #: gallery-plugin.php:982
499
  msgid "Attachment ID"
500
  msgstr "ID del anexo"
501
 
502
  # @ gallery
503
- #: gallery-plugin.php:983
504
  msgid "Image Name"
505
  msgstr "Nome da Imagen"
506
 
507
  # @ gallery
508
- #: gallery-plugin.php:985
509
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
510
- msgstr "Criterio de clasificación (el campo de entrada de clasificacion en el cuadro de diálogo insertar/subir emdia a la galeria)"
 
 
 
 
511
 
512
  # @ gallery
513
- #: gallery-plugin.php:986
514
  msgid "Random"
515
  msgstr "Aleatório"
516
 
517
  # @ gallery
518
- #: gallery-plugin.php:990
519
  msgid "Sort images"
520
  msgstr "Ordenar imagenes:"
521
 
522
  # @ gallery
523
- #: gallery-plugin.php:992
524
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
525
- msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
 
 
526
 
527
  # @ gallery
528
- #: gallery-plugin.php:993
529
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
530
- msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
 
 
 
531
 
532
  # @ gallery
533
- #: gallery-plugin.php:997
534
  #, fuzzy
535
  msgid "Display text under the image"
536
  msgstr "Mostrar texto acima da imagen"
537
 
538
  # @ gallery
539
- #: gallery-plugin.php:999
540
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
541
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
542
 
543
  # @ gallery
544
- #: gallery-plugin.php:1003
545
  msgid "Display the Back link"
546
  msgstr "Mostrar enlace Volver"
547
 
548
  # @ gallery
549
- #: gallery-plugin.php:1009
550
  msgid "Display the Back link in the shortcode"
551
  msgstr "Mostrar enlace Volver codigo corto"
552
 
553
  # @ gallery
554
- #: gallery-plugin.php:1015
555
  msgid "The Back link text"
556
  msgstr "Texto del enlace volver"
557
 
558
  # @ gallery
559
- #: gallery-plugin.php:1021
560
  msgid "The Back link URL"
561
  msgstr "URL del enlacw Volver"
562
 
563
  # @ gallery
564
- #: gallery-plugin.php:1023
565
  msgid "Gallery page (Page with Gallery Template)"
566
- msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
 
567
 
568
  # @ gallery
569
- #: gallery-plugin.php:1025
570
  msgid "(Full URL to custom page)"
571
  msgstr "(URL completa para a página personalizada)"
572
 
573
  # @ gallery
574
- #: gallery-plugin.php:1029
575
  msgid "The Read More link text"
576
  msgstr "Texto del enlace leer mas"
577
 
578
- #: gallery-plugin.php:1035
579
  msgid "Add gallery to the search"
580
  msgstr "Agregar la galeria a la busqueda"
581
 
582
- #: gallery-plugin.php:1040
583
  msgid "Using"
584
  msgstr "Usando"
585
 
586
- #: gallery-plugin.php:1040
587
  msgid "powered by"
588
  msgstr "propulsado por"
589
 
590
- #: gallery-plugin.php:1043
591
- #: gallery-plugin.php:1047
592
  msgid "Using Custom Search powered by"
593
  msgstr "Usando buqueda customizada propulsado por"
594
 
595
- #: gallery-plugin.php:1043
596
  msgid "Activate Custom Search"
597
  msgstr "Activar Busqueda customizada"
598
 
599
- #: gallery-plugin.php:1047
600
  msgid "Download Custom Search"
601
  msgstr "Descarga Busqueda customizada"
602
 
603
- #: gallery-plugin.php:1057
604
  #, fuzzy
605
  msgid "Use pagination for images"
606
  msgstr "Actualizando imagenes"
607
 
608
- #: gallery-plugin.php:1060
609
  msgid "per page"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1064
613
  msgid "The lightbox helper"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1066
617
  msgid "Do not use"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1067
621
  msgid "Button helper"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1068
625
  msgid "Thumbnail helper"
626
  msgstr ""
627
 
628
  # @ gallery
629
- #: gallery-plugin.php:1072
630
  msgid "Display Like buttons in the lightbox"
631
  msgstr "Mostrar botones me gusta en el Lightbox"
632
 
633
  # @ gallery
634
- #: gallery-plugin.php:1074
635
  msgid "FaceBook"
636
  msgstr "Facebook"
637
 
638
  # @ gallery
639
- #: gallery-plugin.php:1075
640
  msgid "Twitter"
641
  msgstr "Twitter"
642
 
643
  # @ gallery
644
- #: gallery-plugin.php:1076
645
  msgid "Pinterest"
646
  msgstr "Pinterest"
647
 
648
  # @ gallery
649
- #: gallery-plugin.php:1077
650
  msgid "Google +1"
651
  msgstr "Google +1"
652
 
653
  # @ gallery
654
- #: gallery-plugin.php:1081
655
  msgid "Slug for gallery item"
656
  msgstr "Slug para la galeria"
657
 
658
  # @ gallery
659
- #: gallery-plugin.php:1083
660
  msgid "for any structure of permalinks except the default structure"
661
- msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
 
 
662
 
663
- #: gallery-plugin.php:1087
664
  msgid "Title for lightbox button"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:1093
668
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
669
  msgstr ""
670
 
671
- #: gallery-plugin.php:1096
672
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
 
 
673
  msgstr ""
674
 
675
  # @ default
676
- #: gallery-plugin.php:1125
677
  msgid "Save Changes"
678
  msgstr "Guardar Cambios"
679
 
680
  # @ gallery
681
- #: gallery-plugin.php:1159
682
  msgid "Support"
683
  msgstr "Soporte"
684
 
685
- #: gallery-plugin.php:1267
686
  msgid "Updating images..."
687
  msgstr "Actualizando imagenes"
688
 
689
  # @ gallery
690
- #: gallery-plugin.php:1268
691
  #, fuzzy
692
  msgid "No image found."
693
  msgstr "Imagen no encontrada"
694
 
695
- #: gallery-plugin.php:1269
696
  #, fuzzy
697
  msgid "All images are updated."
698
  msgstr "Todas las imgenes an sido actualizados"
699
 
700
- #: gallery-plugin.php:1270
701
  msgid "Error."
702
  msgstr "Error"
703
 
704
- #: gallery-plugin.php:1279
705
  #, fuzzy
706
  msgid "Learn more"
707
  msgstr "Saber mas."
708
 
709
- #: gallery-plugin.php:1284
710
- #: gallery-plugin.php:1324
711
  msgid "Activate"
712
  msgstr ""
713
 
714
- #: gallery-plugin.php:1291
715
- #: gallery-plugin.php:1331
716
  msgid "Install now"
717
  msgstr ""
718
 
719
- #: gallery-plugin.php:1300
720
  msgid "Add multiple gallery categories"
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:1300
724
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
725
  msgstr ""
726
 
727
- #: gallery-plugin.php:1309
728
- #: gallery-plugin.php:1350
729
  msgid "Close"
730
  msgstr ""
731
 
732
- #: gallery-plugin.php:1341
733
  msgid "Already attached?"
734
  msgstr ""
735
 
736
- #: gallery-plugin.php:1341
737
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
738
  msgstr ""
739
 
740
  # @ gallery
741
- #: gallery-plugin.php:1404
742
- #: template/gallery-single-template.php:19
743
  msgid "Download high resolution image"
744
  msgstr "Descarga la image de alta resolucion"
745
 
746
  # @ gallery
747
- #: gallery-plugin.php:1557
748
- #: template/gallery-single-template.php:95
749
  msgid "Sorry, nothing found."
750
  msgstr "Disculpe, nada fue encontrado."
751
 
752
  # @ gallery
753
- #: gallery-plugin.php:1579
754
- #: template/gallery-single-template.php:114
755
  msgid "Image"
756
  msgstr "Imagen"
757
 
758
  # @ gallery
759
- #: gallery-plugin.php:1875
760
  msgid "Image size not defined"
761
  msgstr "Tanaño de imagen no definida"
762
 
763
- #: gallery-plugin.php:1890
764
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
765
- msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
766
-
767
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
768
  msgid "Image size changes not defined"
769
  msgstr "Tamaño de imagen no esta definida."
770
 
771
- #: gallery-plugin.php:1930
772
- #: gallery-plugin.php:1933
773
- #: gallery-plugin.php:1938
774
  msgid "Invalid path"
775
  msgstr "Ruta incorrecta."
776
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
24
  msgstr "Ver imagens &raquo;"
25
 
26
  # @ gallery
27
+ #: gallery-plugin.php:207
28
+ msgid ""
29
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
30
+ "php\" were not found in the directory of your theme. Please copy them from "
31
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
32
+ "directory of your theme for the correct work of the Gallery plugin"
33
+ msgstr ""
34
+ "Os siguientes archivos \"gallery-template.php\" y \"gallery-single-template."
35
+ "php\" no se encontraron en el directorio de tema utilizado. Por favor, copie "
36
+ "los del directorio `/wp-content/plugins/gallery-plugin/template/` al "
37
+ "directorio de su tema para que el plugin Galeria funcione corretamente"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
41
  msgid "Galleries"
42
  msgstr "Galerias"
43
 
44
  # @ gallery
45
+ #: gallery-plugin.php:217
46
  msgid "Gallery"
47
  msgstr "Galeria"
48
 
49
  # @ gallery
50
+ #: gallery-plugin.php:218
51
  msgid "Add a Gallery"
52
  msgstr "Agregar una Galeria"
53
 
54
  # @ gallery
55
+ #: gallery-plugin.php:219
56
  msgid "Add New Gallery"
57
  msgstr "Agregar una Galeria nueva"
58
 
59
  # @ gallery
60
+ #: gallery-plugin.php:220
61
  msgid "Edit Gallery"
62
  msgstr "Editar Galeria"
63
 
64
  # @ gallery
65
+ #: gallery-plugin.php:221
66
  msgid "New Gallery"
67
  msgstr "Galeria nueva"
68
 
69
  # @ gallery
70
+ #: gallery-plugin.php:222
71
  msgid "View Gallery"
72
  msgstr "Ver Galeria"
73
 
74
  # @ gallery
75
+ #: gallery-plugin.php:223
76
  msgid "Find a Gallery"
77
  msgstr "Encontrar una Galeria"
78
 
79
  # @ gallery
80
+ #: gallery-plugin.php:224
81
  msgid "No Gallery found"
82
  msgstr "Ninguna galeria encontrada"
83
 
84
  # @ gallery
85
+ #: gallery-plugin.php:281
86
  msgid "Upload File"
87
  msgstr "Subir Archivo"
88
 
89
  # @ gallery
90
+ #: gallery-plugin.php:282
91
  msgid "Gallery Shortcode"
92
  msgstr "Codigo corto de Galeria"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanño de da imagen de la galeria"
99
 
100
+ #: gallery-plugin.php:293
101
  msgid "Choose a media file that will be attached"
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:293
105
  #, php-format
106
  msgid "You need to install \"%s\" plugin to use this functionality"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:294
110
  msgid "Attach media item to this gallery"
111
  msgstr ""
112
 
113
  # @ gallery
114
+ #: gallery-plugin.php:313
115
+ msgid ""
116
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
117
+ "for record on your webserver. Please use the standard WP functionality to "
118
+ "upload images (media library)"
119
+ msgstr ""
120
+ "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta "
121
+ "disponible en su servidor Web. Por favor, utilize el método estandar de WP "
122
+ "para subir imagenes (biblioteca de media)"
123
 
124
  # @ gallery
125
+ #: gallery-plugin.php:325
126
  msgid "Choose an image for upload:"
127
  msgstr "Escoja una imagen para subir:"
128
 
129
  # @ gallery
130
+ #: gallery-plugin.php:330
131
  msgid "Please enable JavaScript to use the file uploader."
132
  msgstr "Por favor habilite el Javascript para subir sus archivos."
133
 
134
  # @ gallery
135
+ #: gallery-plugin.php:338
136
  msgid "Allow the download link for all images in this gallery"
137
+ msgstr ""
138
+ "Permitir/habilitar un enlace para la descarag de todas las imagenes en esta "
139
+ "galeria"
140
 
141
  # @ gallery
142
+ #: gallery-plugin.php:339
143
+ msgid ""
144
+ "Please use the drag and drop function to change an order of the images "
145
+ "displaying and do not forget to save the post."
146
+ msgstr ""
147
+ "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de "
148
+ "exibicion de las imagens e no se olvide de guardar sus cambios."
149
 
150
  # @ gallery
151
+ #: gallery-plugin.php:341
152
  msgid "Please make a choice"
153
  msgstr "Por favor, escoja una opcion"
154
 
155
  # @ gallery
156
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
157
  msgid "Sort images by"
158
  msgstr "Ordenar imagens por"
159
 
160
  # @ gallery
161
+ #: gallery-plugin.php:341
162
  msgid "sort images"
163
  msgstr "ordenar imagens"
164
 
165
  # @ gallery
166
+ #: gallery-plugin.php:341
167
  msgid "on the plugin settings page ("
168
  msgstr "En la pagina de opciones de este plugin ("
169
 
170
  # @ gallery
171
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
172
  msgid "Title"
173
  msgstr "Título"
174
 
175
+ #: gallery-plugin.php:387
176
  msgid "Alt tag"
177
  msgstr "Etiqueta alternativa"
178
 
179
  # @ gallery
180
+ #: gallery-plugin.php:388
181
  msgid "URL"
182
  msgstr "URL"
183
 
184
  # @ gallery
185
+ #: gallery-plugin.php:388
186
  msgid "(by click on image opens a link in a new window)"
187
  msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
188
 
189
  # @ gallery
190
+ #: gallery-plugin.php:389
191
  msgid "This setting is available in Pro version"
192
  msgstr "Esta opcion solo esta disponible en la version Pro"
193
 
194
  # @ gallery
195
+ #: gallery-plugin.php:390
196
  #, fuzzy
197
  msgid "Open the URL"
198
  msgstr "Abrir elenlace"
199
 
200
  # @ gallery
201
+ #: gallery-plugin.php:390
202
  msgid "Current window"
203
  msgstr "Ventana atual"
204
 
205
  # @ gallery
206
+ #: gallery-plugin.php:390
207
  msgid "New window"
208
  msgstr "Ventana nueva"
209
 
210
  # @ gallery
211
+ #: gallery-plugin.php:391
212
  #, fuzzy
213
  msgid "Lightbox button URL"
214
  msgstr "Fundo del Lightbox"
215
 
216
+ #: gallery-plugin.php:392
217
  msgid "Description"
218
  msgstr ""
219
 
220
  # @ gallery
221
+ #: gallery-plugin.php:393
222
  msgid "Delete"
223
  msgstr "Suprimir"
224
 
225
  # @ gallery
226
+ #: gallery-plugin.php:413
227
+ msgid ""
228
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
229
+ "into the content"
230
+ msgstr ""
231
+ "Puede agregar una galleria en una pagina insertando el codigo corto en el "
232
+ "contenido"
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:415
236
+ msgid ""
237
+ "If you want to display a short description containing a screenshot and the "
238
+ "link to the Single Gallery Page"
239
+ msgstr ""
240
+ "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
241
+ "una pagina."
242
 
243
+ #: gallery-plugin.php:429
244
  msgid "Most Used"
245
  msgstr ""
246
 
247
  # @ gallery
248
+ #: gallery-plugin.php:439
249
  #, fuzzy
250
  msgid "Add New Gallery Category"
251
  msgstr "Agregar una Galeria nueva"
252
 
253
+ #: gallery-plugin.php:444
254
  msgid "Install plugin"
255
  msgstr ""
256
 
257
  # @ gallery
258
+ #: gallery-plugin.php:647
259
  msgid "Author"
260
  msgstr "Autor"
261
 
262
  # @ gallery
263
+ #: gallery-plugin.php:648
264
  msgid "Photo"
265
  msgstr "Foto"
266
 
267
  # @ gallery
268
+ #: gallery-plugin.php:649
269
  msgid "Publishing"
270
  msgstr "Publicacion"
271
 
272
  # @ gallery
273
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
274
  msgid "Date"
275
  msgstr "Fecha"
276
 
277
  # @ gallery
278
+ #: gallery-plugin.php:820
279
  msgid "Settings are saved"
280
  msgstr "Cambios guardados"
281
 
282
  # @ gallery
283
+ #: gallery-plugin.php:831
284
  msgid "Gallery Settings"
285
  msgstr "Configuracion de la Galeria"
286
 
287
  # @ bestwebsoft
288
  # @ gallery
289
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
290
  msgid "Settings"
291
  msgstr "Configuraciones"
292
 
293
  # @ gallery
294
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
295
  msgid "FAQ"
296
  msgstr "FAQ"
297
 
298
+ #: gallery-plugin.php:835
299
  msgid "Go PRO"
300
  msgstr "Ir a PRO"
301
 
302
+ #: gallery-plugin.php:840
303
  msgid "Notice:"
304
  msgstr "Nota:"
305
 
306
+ #: gallery-plugin.php:840
307
+ msgid ""
308
+ "The plugin's settings have been changed. In order to save them please don't "
309
+ "forget to click the 'Save Changes' button."
310
+ msgstr ""
311
+ "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar "
312
+ "cambios\""
313
 
314
  # @ gallery
315
+ #: gallery-plugin.php:841
316
+ msgid ""
317
+ "If you would like to add a Single Gallery to your page or post, just copy "
318
+ "and paste this shortcode into your post or page:"
319
+ msgstr ""
320
+ "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y "
321
+ "pege el codigo corto en la pagina o entrada."
322
 
323
  # @ gallery
324
+ #: gallery-plugin.php:843
325
  msgid "Please enable JavaScript to use the option to renew images."
326
+ msgstr ""
327
+ "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
328
 
329
+ #: gallery-plugin.php:847
330
  msgid "Update images for gallery"
331
  msgstr "Actualizar imagene de la galeria"
332
 
333
  # @ gallery
334
+ #: gallery-plugin.php:849
335
  msgid "Update images"
336
  msgstr "Actualizar imagenes"
337
 
338
  # @ gallery
339
+ #: gallery-plugin.php:857
340
  msgid "Image size for the album cover"
341
  msgstr "Tamanño de la imagen para la portada del álbum"
342
 
343
  # @ gallery
344
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
345
  msgid "Image size"
346
  msgstr "Tamaño de la imagen"
347
 
348
  # @ gallery
349
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
350
  msgid "Width (in px)"
351
  msgstr "Ancho (em px)"
352
 
353
  # @ gallery
354
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
355
  msgid "Height (in px)"
356
  msgstr "Altura (em px)"
357
 
358
  # @ gallery
359
+ #: gallery-plugin.php:865
360
  #, fuzzy
361
  msgid "Image size for thumbnails"
362
  msgstr "Tamanño de la imagen para la portada del álbum"
363
 
364
  # @ gallery
365
+ #: gallery-plugin.php:873
366
+ msgid ""
367
+ "WordPress will create a new thumbnail with the specified dimensions when you "
368
+ "upload a new photo."
369
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
370
 
371
  # @ gallery
372
+ #: gallery-plugin.php:881
373
  #, fuzzy
374
  msgid "Image size in the lightbox"
375
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
376
 
377
  # @ gallery
378
+ #: gallery-plugin.php:884
379
  msgid "Max width (in px)"
380
  msgstr "Ancho máximo (em px)"
381
 
382
  # @ gallery
383
+ #: gallery-plugin.php:885
384
  msgid "Max height (in px)"
385
  msgstr "Altura máxima (em px)"
386
 
387
  # @ gallery
388
+ #: gallery-plugin.php:886
389
  msgid "Display a full size image in the lightbox"
390
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
391
 
392
  # @ gallery
393
+ #: gallery-plugin.php:890
394
  msgid "Crop position"
395
  msgstr "Recortar posicion"
396
 
397
  # @ gallery
398
+ #: gallery-plugin.php:892
399
  msgid "Horizontal"
400
  msgstr "Horizontal"
401
 
402
  # @ gallery
403
+ #: gallery-plugin.php:894
404
  msgid "left"
405
  msgstr "izquierda"
406
 
407
  # @ gallery
408
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
409
  msgid "center"
410
  msgstr "centro"
411
 
412
  # @ gallery
413
+ #: gallery-plugin.php:896
414
  msgid "right"
415
  msgstr "direcha"
416
 
417
  # @ gallery
418
+ #: gallery-plugin.php:899
419
  msgid "Vertical"
420
  msgstr "Vertical"
421
 
422
  # @ gallery
423
+ #: gallery-plugin.php:901
424
  msgid "top"
425
  msgstr "Arriba"
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:903
429
  msgid "bottom"
430
  msgstr "abajo"
431
 
432
  # @ gallery
433
+ #: gallery-plugin.php:908
434
  msgid "Lightbox background"
435
  msgstr "Fundo del Lightbox"
436
 
437
  # @ gallery
438
+ #: gallery-plugin.php:910
439
  msgid "Default"
440
  msgstr "Por Defecto"
441
 
442
  # @ gallery
443
+ #: gallery-plugin.php:911
444
  msgid "Background transparency (from 0 to 1)"
445
  msgstr "Transparencia del fondo (de 0 a 1)"
446
 
447
  # @ gallery
448
+ #: gallery-plugin.php:913
449
  msgid "Select a background color"
450
  msgstr "Selecionar un color de fondo"
451
 
452
  # @ gallery
453
+ #: gallery-plugin.php:915
454
  msgid "Background color"
455
  msgstr "Color de fondo"
456
 
457
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
458
+ msgid ""
459
+ "If you upgrade to Pro version all your settings and galleries will be saved."
460
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
461
 
462
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
463
  msgid "Unlock premium options by upgrading to a PRO version."
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
467
  msgid "Learn More"
468
  msgstr "Saber mas."
469
 
470
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
471
  msgid "Start Your Trial"
472
  msgstr ""
473
 
474
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
475
  msgid "or"
476
  msgstr ""
477
 
478
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
479
  #, fuzzy
480
  msgid "Go"
481
  msgstr "Go!"
482
 
483
  # @ gallery
484
+ #: gallery-plugin.php:946
485
  msgid "Images with border"
486
  msgstr "Imagens con borde"
487
 
488
  # @ gallery
489
+ #: gallery-plugin.php:949
490
  msgid "Border width in px, just numbers"
491
  msgstr "Ancho del borde en px, solo números"
492
 
493
  # @ gallery
494
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
495
  msgid "Select a border color"
496
  msgstr "Escoja el color del borde"
497
 
498
  # @ gallery
499
+ #: gallery-plugin.php:959
500
  msgid "Number of images in the row"
501
  msgstr "Número de imagenes por fila"
502
 
503
  # @ gallery
504
+ #: gallery-plugin.php:965
505
  msgid "Start slideshow"
506
  msgstr "Iniciar Apresentacion de diapositivas"
507
 
508
  # @ gallery
509
+ #: gallery-plugin.php:971
510
  msgid "Slideshow interval"
511
  msgstr "Intervalo entre las diapositivas"
512
 
513
+ #: gallery-plugin.php:977
514
  msgid "Use single lightbox for multiple galleries on one page"
515
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
516
 
517
  # @ gallery
518
+ #: gallery-plugin.php:985
519
  msgid "Attachment ID"
520
  msgstr "ID del anexo"
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:986
524
  msgid "Image Name"
525
  msgstr "Nome da Imagen"
526
 
527
  # @ gallery
528
+ #: gallery-plugin.php:988
529
+ msgid ""
530
+ "Sorting order (the input field for sorting order in the Insert / Upload "
531
+ "Media Gallery dialog)"
532
+ msgstr ""
533
+ "Criterio de clasificación (el campo de entrada de clasificacion en el cuadro "
534
+ "de diálogo insertar/subir emdia a la galeria)"
535
 
536
  # @ gallery
537
+ #: gallery-plugin.php:989
538
  msgid "Random"
539
  msgstr "Aleatório"
540
 
541
  # @ gallery
542
+ #: gallery-plugin.php:993
543
  msgid "Sort images"
544
  msgstr "Ordenar imagenes:"
545
 
546
  # @ gallery
547
+ #: gallery-plugin.php:995
548
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
549
+ msgstr ""
550
+ "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, "
551
+ "b, c)"
552
 
553
  # @ gallery
554
+ #: gallery-plugin.php:996
555
+ msgid ""
556
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
557
+ msgstr ""
558
+ "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, "
559
+ "3; a, b, c)"
560
 
561
  # @ gallery
562
+ #: gallery-plugin.php:1000
563
  #, fuzzy
564
  msgid "Display text under the image"
565
  msgstr "Mostrar texto acima da imagen"
566
 
567
  # @ gallery
568
+ #: gallery-plugin.php:1002
569
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
570
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
571
 
572
  # @ gallery
573
+ #: gallery-plugin.php:1006
574
  msgid "Display the Back link"
575
  msgstr "Mostrar enlace Volver"
576
 
577
  # @ gallery
578
+ #: gallery-plugin.php:1012
579
  msgid "Display the Back link in the shortcode"
580
  msgstr "Mostrar enlace Volver codigo corto"
581
 
582
  # @ gallery
583
+ #: gallery-plugin.php:1018
584
  msgid "The Back link text"
585
  msgstr "Texto del enlace volver"
586
 
587
  # @ gallery
588
+ #: gallery-plugin.php:1024
589
  msgid "The Back link URL"
590
  msgstr "URL del enlacw Volver"
591
 
592
  # @ gallery
593
+ #: gallery-plugin.php:1026
594
  msgid "Gallery page (Page with Gallery Template)"
595
+ msgstr ""
596
+ "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
597
 
598
  # @ gallery
599
+ #: gallery-plugin.php:1028
600
  msgid "(Full URL to custom page)"
601
  msgstr "(URL completa para a página personalizada)"
602
 
603
  # @ gallery
604
+ #: gallery-plugin.php:1032
605
  msgid "The Read More link text"
606
  msgstr "Texto del enlace leer mas"
607
 
608
+ #: gallery-plugin.php:1038
609
  msgid "Add gallery to the search"
610
  msgstr "Agregar la galeria a la busqueda"
611
 
612
+ #: gallery-plugin.php:1043
613
  msgid "Using"
614
  msgstr "Usando"
615
 
616
+ #: gallery-plugin.php:1043
617
  msgid "powered by"
618
  msgstr "propulsado por"
619
 
620
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
621
  msgid "Using Custom Search powered by"
622
  msgstr "Usando buqueda customizada propulsado por"
623
 
624
+ #: gallery-plugin.php:1046
625
  msgid "Activate Custom Search"
626
  msgstr "Activar Busqueda customizada"
627
 
628
+ #: gallery-plugin.php:1050
629
  msgid "Download Custom Search"
630
  msgstr "Descarga Busqueda customizada"
631
 
632
+ #: gallery-plugin.php:1060
633
  #, fuzzy
634
  msgid "Use pagination for images"
635
  msgstr "Actualizando imagenes"
636
 
637
+ #: gallery-plugin.php:1063
638
  msgid "per page"
639
  msgstr ""
640
 
641
+ #: gallery-plugin.php:1067
642
  msgid "The lightbox helper"
643
  msgstr ""
644
 
645
+ #: gallery-plugin.php:1069
646
  msgid "Do not use"
647
  msgstr ""
648
 
649
+ #: gallery-plugin.php:1070
650
  msgid "Button helper"
651
  msgstr ""
652
 
653
+ #: gallery-plugin.php:1071
654
  msgid "Thumbnail helper"
655
  msgstr ""
656
 
657
  # @ gallery
658
+ #: gallery-plugin.php:1075
659
  msgid "Display Like buttons in the lightbox"
660
  msgstr "Mostrar botones me gusta en el Lightbox"
661
 
662
  # @ gallery
663
+ #: gallery-plugin.php:1077
664
  msgid "FaceBook"
665
  msgstr "Facebook"
666
 
667
  # @ gallery
668
+ #: gallery-plugin.php:1078
669
  msgid "Twitter"
670
  msgstr "Twitter"
671
 
672
  # @ gallery
673
+ #: gallery-plugin.php:1079
674
  msgid "Pinterest"
675
  msgstr "Pinterest"
676
 
677
  # @ gallery
678
+ #: gallery-plugin.php:1080
679
  msgid "Google +1"
680
  msgstr "Google +1"
681
 
682
  # @ gallery
683
+ #: gallery-plugin.php:1084
684
  msgid "Slug for gallery item"
685
  msgstr "Slug para la galeria"
686
 
687
  # @ gallery
688
+ #: gallery-plugin.php:1086
689
  msgid "for any structure of permalinks except the default structure"
690
+ msgstr ""
691
+ "para qualquier estrutura de los enlaces permanentes, exceto la estrutura "
692
+ "predeterninada"
693
 
694
+ #: gallery-plugin.php:1090
695
  msgid "Title for lightbox button"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:1096
699
+ msgid ""
700
+ "Display all images in the lightbox instead of going into a single gallery"
701
+ msgstr ""
702
+
703
+ #: gallery-plugin.php:1099
704
+ msgid ""
705
+ "When using the gallery template or a shortcode with `display=short` parameter"
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:1128
709
+ msgid "Rewrite templates after update"
710
+ msgstr ""
711
+
712
+ #: gallery-plugin.php:1130
713
+ msgid ""
714
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
715
+ "'gallery-single-template.php' file in your theme folder and You don't want "
716
+ "to rewrite them"
717
  msgstr ""
718
 
719
  # @ default
720
+ #: gallery-plugin.php:1136
721
  msgid "Save Changes"
722
  msgstr "Guardar Cambios"
723
 
724
  # @ gallery
725
+ #: gallery-plugin.php:1170
726
  msgid "Support"
727
  msgstr "Soporte"
728
 
729
+ #: gallery-plugin.php:1278
730
  msgid "Updating images..."
731
  msgstr "Actualizando imagenes"
732
 
733
  # @ gallery
734
+ #: gallery-plugin.php:1279
735
  #, fuzzy
736
  msgid "No image found."
737
  msgstr "Imagen no encontrada"
738
 
739
+ #: gallery-plugin.php:1280
740
  #, fuzzy
741
  msgid "All images are updated."
742
  msgstr "Todas las imgenes an sido actualizados"
743
 
744
+ #: gallery-plugin.php:1281
745
  msgid "Error."
746
  msgstr "Error"
747
 
748
+ #: gallery-plugin.php:1290
749
  #, fuzzy
750
  msgid "Learn more"
751
  msgstr "Saber mas."
752
 
753
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
754
  msgid "Activate"
755
  msgstr ""
756
 
757
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
758
  msgid "Install now"
759
  msgstr ""
760
 
761
+ #: gallery-plugin.php:1311
762
  msgid "Add multiple gallery categories"
763
  msgstr ""
764
 
765
+ #: gallery-plugin.php:1311
766
+ msgid ""
767
+ "Install Gallery Categories plugin to add unlimited number of categories."
768
  msgstr ""
769
 
770
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
771
  msgid "Close"
772
  msgstr ""
773
 
774
+ #: gallery-plugin.php:1352
775
  msgid "Already attached?"
776
  msgstr ""
777
 
778
+ #: gallery-plugin.php:1352
779
+ msgid ""
780
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
781
+ "attacher plugin."
782
  msgstr ""
783
 
784
  # @ gallery
785
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
786
  msgid "Download high resolution image"
787
  msgstr "Descarga la image de alta resolucion"
788
 
789
  # @ gallery
790
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
791
  msgid "Sorry, nothing found."
792
  msgstr "Disculpe, nada fue encontrado."
793
 
794
  # @ gallery
795
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
796
  msgid "Image"
797
  msgstr "Imagen"
798
 
799
  # @ gallery
800
+ #: gallery-plugin.php:1886
801
  msgid "Image size not defined"
802
  msgstr "Tanaño de imagen no definida"
803
 
 
 
 
 
804
  #: gallery-plugin.php:1901
805
+ msgid ""
806
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
807
+ "manually reload image."
808
+ msgstr ""
809
+ "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
810
+ "formatos necesita volver a subir elarchivo."
811
+
812
+ #: gallery-plugin.php:1912
813
  msgid "Image size changes not defined"
814
  msgstr "Tamaño de imagen no esta definida."
815
 
816
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
817
  msgid "Invalid path"
818
  msgstr "Ruta incorrecta."
 
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -1,665 +1,710 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:49+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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_n:1,2;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:95
21
  msgid "See images &raquo;"
22
  msgstr "Voir les images &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- 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"
 
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galeries"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galerie"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Ajouter une galerie"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Ajouter une nouvelle galerie"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Modifier la galerie"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Nouvelle galerie"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Voir la galerie"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Trouver une galerie"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Pas de galeries trouvées"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Envoi de fichier"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Gallery Shortcode"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  msgid "Gallery Categories"
76
  msgstr "Catégories de galeries"
77
 
78
- #: gallery-plugin.php:292
79
  msgid "Choose a media file that will be attached"
80
  msgstr "Choisissez une fichier qui sera attaché"
81
 
82
- #: gallery-plugin.php:292
83
  #, php-format
84
  msgid "You need to install \"%s\" plugin to use this functionality"
85
  msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
86
 
87
- #: gallery-plugin.php:293
88
  msgid "Attach media item to this gallery"
89
  msgstr "Attacher un fichier média à cette galerie"
90
 
91
- #: gallery-plugin.php:312
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:324
96
  msgid "Choose an image for upload:"
97
  msgstr "Choisir l'image à envoyer :"
98
 
99
- #: gallery-plugin.php:329
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:337
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:338
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:340
112
  msgid "Please make a choice"
113
  msgstr "Merci de faire un choix"
114
 
115
- #: gallery-plugin.php:340
116
- #: gallery-plugin.php:980
117
  msgid "Sort images by"
118
  msgstr "Trier les images par"
119
 
120
- #: gallery-plugin.php:340
121
  msgid "sort images"
122
  msgstr "trier les images"
123
 
124
- #: gallery-plugin.php:340
125
  msgid "on the plugin settings page ("
126
  msgstr "dans les paramètres de l'extension ("
127
 
128
- #: gallery-plugin.php:384
129
- #: gallery-plugin.php:645
130
  msgid "Title"
131
  msgstr "Titre"
132
 
133
- #: gallery-plugin.php:386
134
  msgid "Alt tag"
135
  msgstr "Tag Alt"
136
 
137
- #: gallery-plugin.php:387
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
- #: gallery-plugin.php:387
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:388
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:389
150
  msgid "Open the URL"
151
  msgstr "Ouvrir le lien"
152
 
153
- #: gallery-plugin.php:389
154
  msgid "Current window"
155
  msgstr "Fenêtre courrante"
156
 
157
- #: gallery-plugin.php:389
158
  msgid "New window"
159
  msgstr "Nouvelle fenêtre"
160
 
161
- #: gallery-plugin.php:390
162
  msgid "Lightbox button URL"
163
  msgstr "URL du bouton pour Lightbox"
164
 
165
- #: gallery-plugin.php:391
166
  msgid "Description"
167
  msgstr "Description"
168
 
169
- #: gallery-plugin.php:392
170
  msgid "Delete"
171
  msgstr "Supprimer"
172
 
173
- #: gallery-plugin.php:412
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:414
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:428
182
  msgid "Most Used"
183
  msgstr "Les plus utiliser"
184
 
185
- #: gallery-plugin.php:438
186
  msgid "Add New Gallery Category"
187
  msgstr "Ajouter une nouvelle catégorie de galerie"
188
 
189
- #: gallery-plugin.php:443
190
  msgid "Install plugin"
191
  msgstr "Installer l'extension"
192
 
193
- #: gallery-plugin.php:646
194
  msgid "Author"
195
  msgstr "Auteur"
196
 
197
- #: gallery-plugin.php:647
198
  msgid "Photo"
199
  msgstr "Photo"
200
 
201
- #: gallery-plugin.php:648
202
  msgid "Publishing"
203
  msgstr "Public"
204
 
205
- #: gallery-plugin.php:649
206
- #: gallery-plugin.php:984
207
  msgid "Date"
208
  msgstr "Date"
209
 
210
- #: gallery-plugin.php:817
211
  msgid "Settings are saved"
212
  msgstr "Paramètres enregistrés."
213
 
214
- #: gallery-plugin.php:828
215
  msgid "Gallery Settings"
216
  msgstr "Paramètres de la galerie"
217
 
218
- #: gallery-plugin.php:830
219
- #: gallery-plugin.php:1157
220
- #: gallery-plugin.php:1174
221
  msgid "Settings"
222
  msgstr "Réglages"
223
 
224
- #: gallery-plugin.php:831
225
- #: gallery-plugin.php:1158
226
  msgid "FAQ"
227
  msgstr "FAQ"
228
 
229
- #: gallery-plugin.php:832
230
  msgid "Go PRO"
231
  msgstr "Choisir la version PRO"
232
 
233
- #: gallery-plugin.php:837
234
  msgid "Notice:"
235
  msgstr "Avertissement :"
236
 
237
- #: gallery-plugin.php:837
238
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
239
- 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'."
 
 
 
 
240
 
241
- #: gallery-plugin.php:838
242
- 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:"
243
- 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 :"
 
 
 
 
244
 
245
- #: gallery-plugin.php:840
246
  msgid "Please enable JavaScript to use the option to renew images."
247
- msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
 
248
 
249
- #: gallery-plugin.php:844
250
  msgid "Update images for gallery"
251
  msgstr "Mettre à jour les images pour la galerie"
252
 
253
- #: gallery-plugin.php:846
254
  msgid "Update images"
255
  msgstr "Mettre à jour les images"
256
 
257
- #: gallery-plugin.php:854
258
  msgid "Image size for the album cover"
259
  msgstr "Taille de la vignette de l'album"
260
 
261
- #: gallery-plugin.php:856
262
- #: gallery-plugin.php:864
263
- #: gallery-plugin.php:880
264
  msgid "Image size"
265
  msgstr "Taille de l'image"
266
 
267
- #: gallery-plugin.php:857
268
- #: gallery-plugin.php:865
269
  msgid "Width (in px)"
270
  msgstr "Largeur (en pixels)"
271
 
272
- #: gallery-plugin.php:858
273
- #: gallery-plugin.php:866
274
  msgid "Height (in px)"
275
  msgstr "Hauteur (en pixels)"
276
 
277
- #: gallery-plugin.php:862
278
- #, fuzzy
279
  msgid "Image size for thumbnails"
280
- msgstr "Taille de la vignette de l'album"
281
 
282
- #: gallery-plugin.php:870
283
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
284
- msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
 
 
 
 
285
 
286
- #: gallery-plugin.php:878
287
- #, fuzzy
288
  msgid "Image size in the lightbox"
289
- msgstr "Taille de l'image de la galerie"
290
 
291
- #: gallery-plugin.php:881
292
  msgid "Max width (in px)"
293
  msgstr "Largeur maximum (en pixels)"
294
 
295
- #: gallery-plugin.php:882
296
  msgid "Max height (in px)"
297
  msgstr "Hauteur maximum (en pixels)"
298
 
299
- #: gallery-plugin.php:883
300
  msgid "Display a full size image in the lightbox"
301
  msgstr "Afficher une image en taille normale dans la boite"
302
 
303
- #: gallery-plugin.php:887
304
  msgid "Crop position"
305
  msgstr "Point de base"
306
 
307
- #: gallery-plugin.php:889
308
  msgid "Horizontal"
309
  msgstr "Horizontale"
310
 
311
- #: gallery-plugin.php:891
312
  msgid "left"
313
  msgstr "gauche"
314
 
315
- #: gallery-plugin.php:892
316
- #: gallery-plugin.php:899
317
  msgid "center"
318
  msgstr "centré"
319
 
320
- #: gallery-plugin.php:893
321
  msgid "right"
322
  msgstr "droite"
323
 
324
- #: gallery-plugin.php:896
325
  msgid "Vertical"
326
  msgstr "Verticale"
327
 
328
- #: gallery-plugin.php:898
329
  msgid "top"
330
  msgstr "haut"
331
 
332
- #: gallery-plugin.php:900
333
  msgid "bottom"
334
  msgstr "bas"
335
 
336
- #: gallery-plugin.php:905
337
  msgid "Lightbox background"
338
  msgstr "Fond de la boite"
339
 
340
- #: gallery-plugin.php:907
341
  msgid "Default"
342
  msgstr "Défaut"
343
 
344
- #: gallery-plugin.php:908
345
  msgid "Background transparency (from 0 to 1)"
346
  msgstr "Transparence du fond (de 0 à 1)"
347
 
348
- #: gallery-plugin.php:910
349
  msgid "Select a background color"
350
  msgstr "Choisir une couleur pour le fond"
351
 
352
- #: gallery-plugin.php:912
353
  msgid "Background color"
354
  msgstr "Couleur du fond"
355
 
356
- #: gallery-plugin.php:919
357
- #: gallery-plugin.php:1101
358
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
359
- msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
 
360
 
361
- #: gallery-plugin.php:926
362
- #: gallery-plugin.php:1108
363
  msgid "Unlock premium options by upgrading to a PRO version."
364
  msgstr "Déploquer les options premium en migrant vers la version PRO."
365
 
366
- #: gallery-plugin.php:927
367
- #: gallery-plugin.php:1109
368
  msgid "Learn More"
369
  msgstr "En savoir plus"
370
 
371
- #: gallery-plugin.php:931
372
- #: gallery-plugin.php:1113
373
  msgid "Start Your Trial"
374
  msgstr "Débuter votre essai"
375
 
376
- #: gallery-plugin.php:932
377
- #: gallery-plugin.php:1114
378
  msgid "or"
379
  msgstr "ou"
380
 
381
- #: gallery-plugin.php:935
382
- #: gallery-plugin.php:1117
383
  msgid "Go"
384
  msgstr "Passez"
385
 
386
- #: gallery-plugin.php:943
387
  msgid "Images with border"
388
  msgstr "Image avec bordure"
389
 
390
- #: gallery-plugin.php:946
391
  msgid "Border width in px, just numbers"
392
  msgstr "Taille de la bordure en pixel, juste le nombre"
393
 
394
- #: gallery-plugin.php:948
395
- #: gallery-plugin.php:950
396
  msgid "Select a border color"
397
  msgstr "Choisir une couleur pour la bordure"
398
 
399
- #: gallery-plugin.php:956
400
  msgid "Number of images in the row"
401
  msgstr "Nombre d'images par ligne"
402
 
403
- #: gallery-plugin.php:962
404
  msgid "Start slideshow"
405
  msgstr "Démarer le diaporama"
406
 
407
- #: gallery-plugin.php:968
408
  msgid "Slideshow interval"
409
  msgstr "Interval de transition pour le diaporama"
410
 
411
- #: gallery-plugin.php:974
412
  msgid "Use single lightbox for multiple galleries on one page"
413
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
414
 
415
- #: gallery-plugin.php:982
416
  msgid "Attachment ID"
417
  msgstr "ID du fichier"
418
 
419
- #: gallery-plugin.php:983
420
  msgid "Image Name"
421
  msgstr "Nom de l'image "
422
 
423
- #: gallery-plugin.php:985
424
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
425
- msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
 
 
 
 
426
 
427
- #: gallery-plugin.php:986
428
  msgid "Random"
429
  msgstr "Aléatoire"
430
 
431
- #: gallery-plugin.php:990
432
  msgid "Sort images"
433
  msgstr "Trier les images"
434
 
435
- #: gallery-plugin.php:992
436
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
437
- msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
 
 
438
 
439
- #: gallery-plugin.php:993
440
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
441
- msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
 
 
442
 
443
- #: gallery-plugin.php:997
444
  msgid "Display text under the image"
445
  msgstr "Afficher le texte au dessous de l'image"
446
 
447
- #: gallery-plugin.php:999
448
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
449
- msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
 
450
 
451
- #: gallery-plugin.php:1003
452
  msgid "Display the Back link"
453
  msgstr "Afficher le lien de retour"
454
 
455
- #: gallery-plugin.php:1009
456
  msgid "Display the Back link in the shortcode"
457
  msgstr "Afficher le lien de retour dans le code court"
458
 
459
- #: gallery-plugin.php:1015
460
  msgid "The Back link text"
461
  msgstr "Le text pour le lien de retour"
462
 
463
- #: gallery-plugin.php:1021
464
  msgid "The Back link URL"
465
  msgstr "L'URL pour le lien de retour"
466
 
467
- #: gallery-plugin.php:1023
468
  msgid "Gallery page (Page with Gallery Template)"
469
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
470
 
471
- #: gallery-plugin.php:1025
472
  msgid "(Full URL to custom page)"
473
  msgstr "(URL complète pour la page spécifique)"
474
 
475
- #: gallery-plugin.php:1029
476
  msgid "The Read More link text"
477
  msgstr "Texte pour le lien \"Read More\""
478
 
479
- #: gallery-plugin.php:1035
480
  msgid "Add gallery to the search"
481
  msgstr "Ajouter les galeries à la recherche"
482
 
483
- #: gallery-plugin.php:1040
484
  msgid "Using"
485
  msgstr "Utilisant"
486
 
487
- #: gallery-plugin.php:1040
488
  msgid "powered by"
489
  msgstr "fournis par"
490
 
491
- #: gallery-plugin.php:1043
492
- #: gallery-plugin.php:1047
493
  msgid "Using Custom Search powered by"
494
  msgstr "Utiliser les recherche personalisées fournies par"
495
 
496
- #: gallery-plugin.php:1043
497
  msgid "Activate Custom Search"
498
  msgstr "Activer les recherche personalisées"
499
 
500
- #: gallery-plugin.php:1047
501
  msgid "Download Custom Search"
502
  msgstr "Télécharger les recherches personalisées"
503
 
504
- #: gallery-plugin.php:1057
505
  msgid "Use pagination for images"
506
  msgstr "Utiliser la pagination pour les images"
507
 
508
- #: gallery-plugin.php:1060
509
  msgid "per page"
510
  msgstr "par page"
511
 
512
- #: gallery-plugin.php:1064
513
  msgid "The lightbox helper"
514
  msgstr "L'aide de lightbox"
515
 
516
- #: gallery-plugin.php:1066
517
  msgid "Do not use"
518
  msgstr "Ne pas utliser"
519
 
520
- #: gallery-plugin.php:1067
521
  msgid "Button helper"
522
  msgstr "Bouton pour l'assistant"
523
 
524
- #: gallery-plugin.php:1068
525
  msgid "Thumbnail helper"
526
  msgstr "Assistant de la galerie"
527
 
528
- #: gallery-plugin.php:1072
529
  msgid "Display Like buttons in the lightbox"
530
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
531
 
532
- #: gallery-plugin.php:1074
533
  msgid "FaceBook"
534
  msgstr "FaceBook"
535
 
536
- #: gallery-plugin.php:1075
537
  msgid "Twitter"
538
  msgstr "Twitter"
539
 
540
- #: gallery-plugin.php:1076
541
  msgid "Pinterest"
542
  msgstr "Pinterest"
543
 
544
- #: gallery-plugin.php:1077
545
  msgid "Google +1"
546
  msgstr "Google +1"
547
 
548
- #: gallery-plugin.php:1081
549
  msgid "Slug for gallery item"
550
  msgstr "Racine pour les pages des galeries"
551
 
552
- #: gallery-plugin.php:1083
553
  msgid "for any structure of permalinks except the default structure"
554
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
555
 
556
- #: gallery-plugin.php:1087
557
  msgid "Title for lightbox button"
558
  msgstr "Titre pour le bouton lightbox"
559
 
560
- #: gallery-plugin.php:1093
561
- msgid "Display all images in the lightbox instead of going into a single gallery"
562
- msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
563
-
564
  #: gallery-plugin.php:1096
565
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
566
- msgstr "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre `display=short`"
 
 
567
 
568
- #: gallery-plugin.php:1125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  msgid "Save Changes"
570
  msgstr "Enregistrer les modifications"
571
 
572
- #: gallery-plugin.php:1159
573
  msgid "Support"
574
  msgstr "Soutien"
575
 
576
- #: gallery-plugin.php:1267
577
  msgid "Updating images..."
578
  msgstr "Mise à jour des images..."
579
 
580
- #: gallery-plugin.php:1268
581
  msgid "No image found."
582
  msgstr "Pas d'image trouvée."
583
 
584
- #: gallery-plugin.php:1269
585
  msgid "All images are updated."
586
  msgstr "Toutes les images ont été mises à jour."
587
 
588
- #: gallery-plugin.php:1270
589
  msgid "Error."
590
  msgstr "Erreur."
591
 
592
- #: gallery-plugin.php:1279
593
  msgid "Learn more"
594
  msgstr "En savoir plus"
595
 
596
- #: gallery-plugin.php:1284
597
- #: gallery-plugin.php:1324
598
  msgid "Activate"
599
  msgstr "Activer"
600
 
601
- #: gallery-plugin.php:1291
602
- #: gallery-plugin.php:1331
603
  msgid "Install now"
604
  msgstr "Installé maintenant"
605
 
606
- #: gallery-plugin.php:1300
607
  msgid "Add multiple gallery categories"
608
  msgstr "Ajouter des catégories de galeries"
609
 
610
- #: gallery-plugin.php:1300
611
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
612
- msgstr "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de catégories."
 
 
 
613
 
614
- #: gallery-plugin.php:1309
615
- #: gallery-plugin.php:1350
616
  msgid "Close"
617
  msgstr "Fermer"
618
 
619
- #: gallery-plugin.php:1341
620
  msgid "Already attached?"
621
  msgstr "Déjà lié?"
622
 
623
- #: gallery-plugin.php:1341
624
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
625
- msgstr "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci d'utiliser l'extension 'Re-attacher'"
 
 
 
 
626
 
627
- #: gallery-plugin.php:1404
628
- #: template/gallery-single-template.php:19
629
  msgid "Download high resolution image"
630
  msgstr "Télécharger l'image en haute résolution"
631
 
632
- #: gallery-plugin.php:1557
633
- #: template/gallery-single-template.php:95
634
  msgid "Sorry, nothing found."
635
  msgstr "Désolé, rien n'a été trouvé"
636
 
637
- #: gallery-plugin.php:1579
638
- #: template/gallery-single-template.php:114
639
  msgid "Image"
640
  msgstr "Image "
641
 
642
- #: gallery-plugin.php:1875
643
  msgid "Image size not defined"
644
  msgstr "Taille de l'image non définie"
645
 
646
- #: gallery-plugin.php:1890
647
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
648
- 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."
649
-
650
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
651
  msgid "Image size changes not defined"
652
  msgstr "La modification de la taille n'est pas définie"
653
 
654
- #: gallery-plugin.php:1930
655
- #: gallery-plugin.php:1933
656
- #: gallery-plugin.php:1938
657
  msgid "Invalid path"
658
  msgstr "Chemin invalide"
659
 
660
- #~ msgid "Gallery image size"
661
- #~ msgstr "Taille de l'image de la galerie"
662
-
663
  #~ msgid "requires"
664
  #~ msgstr "requis"
665
 
@@ -893,31 +938,27 @@ msgstr "Chemin invalide"
893
  #~ msgid "Check license key"
894
  #~ msgstr "Vérifier la clé de licence"
895
 
896
- #~ msgid ""
897
- #~ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
898
- #~ "recommend you to solve the problem within 24 hours, otherwise the plugin "
899
- #~ "will be deactivated. Please go to your personal"
900
- #~ msgstr ""
901
- #~ "AVERTISSEMENT : Nous avons détecté une utilisation abusive de notre "
902
- #~ "extension. Nous vous recommandons de résoudre ce problème dans les 24 "
903
- #~ "heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans "
904
- #~ "votre espace personel"
905
 
906
  #~ msgid ""
907
- #~ "(your username is the email you specify when purchasing the product), "
908
- #~ "where you can make the necessary changes."
 
 
909
  #~ msgstr ""
910
- #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
911
- #~ "l'achat de l'extension), vous pourrez faire les modifications "
912
- #~ "nécessaires."
 
913
 
914
  #~ msgid ""
915
  #~ "Notice: Your PRO Trial license has expired. To continue using the plugin "
916
  #~ "you should buy a PRO license"
917
  #~ msgstr ""
918
- #~ "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
919
- #~ "support rapide et des mises à jour de l'extension vous devez la "
920
- #~ "renouveller."
921
 
922
  #~ msgid ""
923
  #~ "Your license has expired. To continue getting top-priority support and "
@@ -1129,6 +1170,17 @@ msgstr "Chemin invalide"
1129
  #~ msgid "Send to custom email &#187;"
1130
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1131
 
 
 
 
 
 
 
 
 
 
 
 
1132
  #~ msgid "This license key is valid, but your license has expired."
1133
  #~ msgstr "La clé de licence est valide, mais elle a expirée."
1134
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: gallery 4.3.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:22+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:22+0300\n"
7
+ "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;esc_html;esc_html__;esc_html_e;"
14
+ "esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: gallery-plugin.php:95
22
  msgid "See images &raquo;"
23
  msgstr "Voir les images &raquo;"
24
 
25
+ #: gallery-plugin.php:207
26
+ msgid ""
27
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
28
+ "php\" were not found in the directory of your theme. Please copy them from "
29
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
30
+ "directory of your theme for the correct work of the Gallery plugin"
31
+ msgstr ""
32
+ "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template."
33
+ "php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les "
34
+ "copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` "
35
+ "dans le répertoire de votre thème pour le bon fonctionnement de l'extension "
36
+ "Gallery"
37
 
38
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
39
  msgid "Galleries"
40
  msgstr "Galeries"
41
 
42
+ #: gallery-plugin.php:217
43
  msgid "Gallery"
44
  msgstr "Galerie"
45
 
46
+ #: gallery-plugin.php:218
47
  msgid "Add a Gallery"
48
  msgstr "Ajouter une galerie"
49
 
50
+ #: gallery-plugin.php:219
51
  msgid "Add New Gallery"
52
  msgstr "Ajouter une nouvelle galerie"
53
 
54
+ #: gallery-plugin.php:220
55
  msgid "Edit Gallery"
56
  msgstr "Modifier la galerie"
57
 
58
+ #: gallery-plugin.php:221
59
  msgid "New Gallery"
60
  msgstr "Nouvelle galerie"
61
 
62
+ #: gallery-plugin.php:222
63
  msgid "View Gallery"
64
  msgstr "Voir la galerie"
65
 
66
+ #: gallery-plugin.php:223
67
  msgid "Find a Gallery"
68
  msgstr "Trouver une galerie"
69
 
70
+ #: gallery-plugin.php:224
71
  msgid "No Gallery found"
72
  msgstr "Pas de galeries trouvées"
73
 
74
+ #: gallery-plugin.php:281
75
  msgid "Upload File"
76
  msgstr "Envoi de fichier"
77
 
78
+ #: gallery-plugin.php:282
79
  msgid "Gallery Shortcode"
80
  msgstr "Gallery Shortcode"
81
 
82
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
83
  msgid "Gallery Categories"
84
  msgstr "Catégories de galeries"
85
 
86
+ #: gallery-plugin.php:293
87
  msgid "Choose a media file that will be attached"
88
  msgstr "Choisissez une fichier qui sera attaché"
89
 
90
+ #: gallery-plugin.php:293
91
  #, php-format
92
  msgid "You need to install \"%s\" plugin to use this functionality"
93
  msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
94
 
95
+ #: gallery-plugin.php:294
96
  msgid "Attach media item to this gallery"
97
  msgstr "Attacher un fichier média à cette galerie"
98
 
99
+ #: gallery-plugin.php:313
100
+ msgid ""
101
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
102
+ "for record on your webserver. Please use the standard WP functionality to "
103
+ "upload images (media library)"
104
+ msgstr ""
105
+ "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est "
106
+ "pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
107
+ "fonctions standards de WP pour charger les images (Média)"
108
 
109
+ #: gallery-plugin.php:325
110
  msgid "Choose an image for upload:"
111
  msgstr "Choisir l'image à envoyer :"
112
 
113
+ #: gallery-plugin.php:330
114
  msgid "Please enable JavaScript to use the file uploader."
115
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
116
 
117
+ #: gallery-plugin.php:338
118
  msgid "Allow the download link for all images in this gallery"
119
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
120
 
121
+ #: gallery-plugin.php:339
122
+ msgid ""
123
+ "Please use the drag and drop function to change an order of the images "
124
+ "displaying and do not forget to save the post."
125
+ msgstr ""
126
+ "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre "
127
+ "d'affichage des images. Ne pas oublier d'enregistrer l'article."
128
 
129
+ #: gallery-plugin.php:341
130
  msgid "Please make a choice"
131
  msgstr "Merci de faire un choix"
132
 
133
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
134
  msgid "Sort images by"
135
  msgstr "Trier les images par"
136
 
137
+ #: gallery-plugin.php:341
138
  msgid "sort images"
139
  msgstr "trier les images"
140
 
141
+ #: gallery-plugin.php:341
142
  msgid "on the plugin settings page ("
143
  msgstr "dans les paramètres de l'extension ("
144
 
145
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
146
  msgid "Title"
147
  msgstr "Titre"
148
 
149
+ #: gallery-plugin.php:387
150
  msgid "Alt tag"
151
  msgstr "Tag Alt"
152
 
153
+ #: gallery-plugin.php:388
154
  msgid "URL"
155
  msgstr "URL"
156
 
157
+ #: gallery-plugin.php:388
158
  msgid "(by click on image opens a link in a new window)"
159
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
160
 
161
+ #: gallery-plugin.php:389
162
  msgid "This setting is available in Pro version"
163
  msgstr "Ce paramètre est disponible dans la version Pro"
164
 
165
+ #: gallery-plugin.php:390
166
  msgid "Open the URL"
167
  msgstr "Ouvrir le lien"
168
 
169
+ #: gallery-plugin.php:390
170
  msgid "Current window"
171
  msgstr "Fenêtre courrante"
172
 
173
+ #: gallery-plugin.php:390
174
  msgid "New window"
175
  msgstr "Nouvelle fenêtre"
176
 
177
+ #: gallery-plugin.php:391
178
  msgid "Lightbox button URL"
179
  msgstr "URL du bouton pour Lightbox"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr "Description"
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Supprimer"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
195
+ "court dans le contenu"
196
 
197
+ #: gallery-plugin.php:415
198
+ msgid ""
199
+ "If you want to display a short description containing a screenshot and the "
200
+ "link to the Single Gallery Page"
201
+ msgstr ""
202
+ "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page "
203
+ "unique de la galerie"
204
 
205
+ #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr "Les plus utiliser"
208
 
209
+ #: gallery-plugin.php:439
210
  msgid "Add New Gallery Category"
211
  msgstr "Ajouter une nouvelle catégorie de galerie"
212
 
213
+ #: gallery-plugin.php:444
214
  msgid "Install plugin"
215
  msgstr "Installer l'extension"
216
 
217
+ #: gallery-plugin.php:647
218
  msgid "Author"
219
  msgstr "Auteur"
220
 
221
+ #: gallery-plugin.php:648
222
  msgid "Photo"
223
  msgstr "Photo"
224
 
225
+ #: gallery-plugin.php:649
226
  msgid "Publishing"
227
  msgstr "Public"
228
 
229
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
230
  msgid "Date"
231
  msgstr "Date"
232
 
233
+ #: gallery-plugin.php:820
234
  msgid "Settings are saved"
235
  msgstr "Paramètres enregistrés."
236
 
237
+ #: gallery-plugin.php:831
238
  msgid "Gallery Settings"
239
  msgstr "Paramètres de la galerie"
240
 
241
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
242
  msgid "Settings"
243
  msgstr "Réglages"
244
 
245
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
246
  msgid "FAQ"
247
  msgstr "FAQ"
248
 
249
+ #: gallery-plugin.php:835
250
  msgid "Go PRO"
251
  msgstr "Choisir la version PRO"
252
 
253
+ #: gallery-plugin.php:840
254
  msgid "Notice:"
255
  msgstr "Avertissement :"
256
 
257
+ #: gallery-plugin.php:840
258
+ msgid ""
259
+ "The plugin's settings have been changed. In order to save them please don't "
260
+ "forget to click the 'Save Changes' button."
261
+ msgstr ""
262
+ "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
263
+ "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
264
 
265
+ #: gallery-plugin.php:841
266
+ msgid ""
267
+ "If you would like to add a Single Gallery to your page or post, just copy "
268
+ "and paste this shortcode into your post or page:"
269
+ msgstr ""
270
+ "Si vous voulez ajouter la galerie dans une page ou un article, copier le "
271
+ "code court suivant dans le contenu de votre page ou de votre article :"
272
 
273
+ #: gallery-plugin.php:843
274
  msgid "Please enable JavaScript to use the option to renew images."
275
+ msgstr ""
276
+ "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
277
 
278
+ #: gallery-plugin.php:847
279
  msgid "Update images for gallery"
280
  msgstr "Mettre à jour les images pour la galerie"
281
 
282
+ #: gallery-plugin.php:849
283
  msgid "Update images"
284
  msgstr "Mettre à jour les images"
285
 
286
+ #: gallery-plugin.php:857
287
  msgid "Image size for the album cover"
288
  msgstr "Taille de la vignette de l'album"
289
 
290
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
291
  msgid "Image size"
292
  msgstr "Taille de l'image"
293
 
294
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
295
  msgid "Width (in px)"
296
  msgstr "Largeur (en pixels)"
297
 
298
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
299
  msgid "Height (in px)"
300
  msgstr "Hauteur (en pixels)"
301
 
302
+ #: gallery-plugin.php:865
 
303
  msgid "Image size for thumbnails"
304
+ msgstr "Taille de l'image pour la vignette"
305
 
306
+ #: gallery-plugin.php:873
307
+ msgid ""
308
+ "WordPress will create a new thumbnail with the specified dimensions when you "
309
+ "upload a new photo."
310
+ msgstr ""
311
+ "WordPress créera une copie de la miniature avec les dimensions spécifiées "
312
+ "quand vous envoyez une nouvelle photo."
313
 
314
+ #: gallery-plugin.php:881
 
315
  msgid "Image size in the lightbox"
316
+ msgstr "Taille de l'image pour le diaporama"
317
 
318
+ #: gallery-plugin.php:884
319
  msgid "Max width (in px)"
320
  msgstr "Largeur maximum (en pixels)"
321
 
322
+ #: gallery-plugin.php:885
323
  msgid "Max height (in px)"
324
  msgstr "Hauteur maximum (en pixels)"
325
 
326
+ #: gallery-plugin.php:886
327
  msgid "Display a full size image in the lightbox"
328
  msgstr "Afficher une image en taille normale dans la boite"
329
 
330
+ #: gallery-plugin.php:890
331
  msgid "Crop position"
332
  msgstr "Point de base"
333
 
334
+ #: gallery-plugin.php:892
335
  msgid "Horizontal"
336
  msgstr "Horizontale"
337
 
338
+ #: gallery-plugin.php:894
339
  msgid "left"
340
  msgstr "gauche"
341
 
342
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
343
  msgid "center"
344
  msgstr "centré"
345
 
346
+ #: gallery-plugin.php:896
347
  msgid "right"
348
  msgstr "droite"
349
 
350
+ #: gallery-plugin.php:899
351
  msgid "Vertical"
352
  msgstr "Verticale"
353
 
354
+ #: gallery-plugin.php:901
355
  msgid "top"
356
  msgstr "haut"
357
 
358
+ #: gallery-plugin.php:903
359
  msgid "bottom"
360
  msgstr "bas"
361
 
362
+ #: gallery-plugin.php:908
363
  msgid "Lightbox background"
364
  msgstr "Fond de la boite"
365
 
366
+ #: gallery-plugin.php:910
367
  msgid "Default"
368
  msgstr "Défaut"
369
 
370
+ #: gallery-plugin.php:911
371
  msgid "Background transparency (from 0 to 1)"
372
  msgstr "Transparence du fond (de 0 à 1)"
373
 
374
+ #: gallery-plugin.php:913
375
  msgid "Select a background color"
376
  msgstr "Choisir une couleur pour le fond"
377
 
378
+ #: gallery-plugin.php:915
379
  msgid "Background color"
380
  msgstr "Couleur du fond"
381
 
382
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
383
+ msgid ""
384
+ "If you upgrade to Pro version all your settings and galleries will be saved."
385
+ msgstr ""
386
+ "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
387
 
388
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
389
  msgid "Unlock premium options by upgrading to a PRO version."
390
  msgstr "Déploquer les options premium en migrant vers la version PRO."
391
 
392
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
393
  msgid "Learn More"
394
  msgstr "En savoir plus"
395
 
396
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
397
  msgid "Start Your Trial"
398
  msgstr "Débuter votre essai"
399
 
400
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
401
  msgid "or"
402
  msgstr "ou"
403
 
404
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
405
  msgid "Go"
406
  msgstr "Passez"
407
 
408
+ #: gallery-plugin.php:946
409
  msgid "Images with border"
410
  msgstr "Image avec bordure"
411
 
412
+ #: gallery-plugin.php:949
413
  msgid "Border width in px, just numbers"
414
  msgstr "Taille de la bordure en pixel, juste le nombre"
415
 
416
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
417
  msgid "Select a border color"
418
  msgstr "Choisir une couleur pour la bordure"
419
 
420
+ #: gallery-plugin.php:959
421
  msgid "Number of images in the row"
422
  msgstr "Nombre d'images par ligne"
423
 
424
+ #: gallery-plugin.php:965
425
  msgid "Start slideshow"
426
  msgstr "Démarer le diaporama"
427
 
428
+ #: gallery-plugin.php:971
429
  msgid "Slideshow interval"
430
  msgstr "Interval de transition pour le diaporama"
431
 
432
+ #: gallery-plugin.php:977
433
  msgid "Use single lightbox for multiple galleries on one page"
434
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
435
 
436
+ #: gallery-plugin.php:985
437
  msgid "Attachment ID"
438
  msgstr "ID du fichier"
439
 
440
+ #: gallery-plugin.php:986
441
  msgid "Image Name"
442
  msgstr "Nom de l'image "
443
 
444
+ #: gallery-plugin.php:988
445
+ msgid ""
446
+ "Sorting order (the input field for sorting order in the Insert / Upload "
447
+ "Media Gallery dialog)"
448
+ msgstr ""
449
+ "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la "
450
+ "galerie)"
451
 
452
+ #: gallery-plugin.php:989
453
  msgid "Random"
454
  msgstr "Aléatoire"
455
 
456
+ #: gallery-plugin.php:993
457
  msgid "Sort images"
458
  msgstr "Trier les images"
459
 
460
+ #: gallery-plugin.php:995
461
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
462
+ msgstr ""
463
+ "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
464
+ "b, c)"
465
 
466
+ #: gallery-plugin.php:996
467
+ msgid ""
468
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
469
+ msgstr ""
470
+ "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
471
 
472
+ #: gallery-plugin.php:1000
473
  msgid "Display text under the image"
474
  msgstr "Afficher le texte au dessous de l'image"
475
 
476
+ #: gallery-plugin.php:1002
477
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
478
+ msgstr ""
479
+ "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
480
 
481
+ #: gallery-plugin.php:1006
482
  msgid "Display the Back link"
483
  msgstr "Afficher le lien de retour"
484
 
485
+ #: gallery-plugin.php:1012
486
  msgid "Display the Back link in the shortcode"
487
  msgstr "Afficher le lien de retour dans le code court"
488
 
489
+ #: gallery-plugin.php:1018
490
  msgid "The Back link text"
491
  msgstr "Le text pour le lien de retour"
492
 
493
+ #: gallery-plugin.php:1024
494
  msgid "The Back link URL"
495
  msgstr "L'URL pour le lien de retour"
496
 
497
+ #: gallery-plugin.php:1026
498
  msgid "Gallery page (Page with Gallery Template)"
499
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
500
 
501
+ #: gallery-plugin.php:1028
502
  msgid "(Full URL to custom page)"
503
  msgstr "(URL complète pour la page spécifique)"
504
 
505
+ #: gallery-plugin.php:1032
506
  msgid "The Read More link text"
507
  msgstr "Texte pour le lien \"Read More\""
508
 
509
+ #: gallery-plugin.php:1038
510
  msgid "Add gallery to the search"
511
  msgstr "Ajouter les galeries à la recherche"
512
 
513
+ #: gallery-plugin.php:1043
514
  msgid "Using"
515
  msgstr "Utilisant"
516
 
517
+ #: gallery-plugin.php:1043
518
  msgid "powered by"
519
  msgstr "fournis par"
520
 
521
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
522
  msgid "Using Custom Search powered by"
523
  msgstr "Utiliser les recherche personalisées fournies par"
524
 
525
+ #: gallery-plugin.php:1046
526
  msgid "Activate Custom Search"
527
  msgstr "Activer les recherche personalisées"
528
 
529
+ #: gallery-plugin.php:1050
530
  msgid "Download Custom Search"
531
  msgstr "Télécharger les recherches personalisées"
532
 
533
+ #: gallery-plugin.php:1060
534
  msgid "Use pagination for images"
535
  msgstr "Utiliser la pagination pour les images"
536
 
537
+ #: gallery-plugin.php:1063
538
  msgid "per page"
539
  msgstr "par page"
540
 
541
+ #: gallery-plugin.php:1067
542
  msgid "The lightbox helper"
543
  msgstr "L'aide de lightbox"
544
 
545
+ #: gallery-plugin.php:1069
546
  msgid "Do not use"
547
  msgstr "Ne pas utliser"
548
 
549
+ #: gallery-plugin.php:1070
550
  msgid "Button helper"
551
  msgstr "Bouton pour l'assistant"
552
 
553
+ #: gallery-plugin.php:1071
554
  msgid "Thumbnail helper"
555
  msgstr "Assistant de la galerie"
556
 
557
+ #: gallery-plugin.php:1075
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
560
 
561
+ #: gallery-plugin.php:1077
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
+ #: gallery-plugin.php:1078
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
+ #: gallery-plugin.php:1079
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
+ #: gallery-plugin.php:1080
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
+ #: gallery-plugin.php:1084
578
  msgid "Slug for gallery item"
579
  msgstr "Racine pour les pages des galeries"
580
 
581
+ #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
584
 
585
+ #: gallery-plugin.php:1090
586
  msgid "Title for lightbox button"
587
  msgstr "Titre pour le bouton lightbox"
588
 
 
 
 
 
589
  #: gallery-plugin.php:1096
590
+ msgid ""
591
+ "Display all images in the lightbox instead of going into a single gallery"
592
+ msgstr ""
593
+ "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
594
 
595
+ #: gallery-plugin.php:1099
596
+ msgid ""
597
+ "When using the gallery template or a shortcode with `display=short` parameter"
598
+ msgstr ""
599
+ "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre "
600
+ "`display=short`"
601
+
602
+ #: gallery-plugin.php:1128
603
+ msgid "Rewrite templates after update"
604
+ msgstr ""
605
+
606
+ #: gallery-plugin.php:1130
607
+ msgid ""
608
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
609
+ "'gallery-single-template.php' file in your theme folder and You don't want "
610
+ "to rewrite them"
611
+ msgstr ""
612
+
613
+ #: gallery-plugin.php:1136
614
  msgid "Save Changes"
615
  msgstr "Enregistrer les modifications"
616
 
617
+ #: gallery-plugin.php:1170
618
  msgid "Support"
619
  msgstr "Soutien"
620
 
621
+ #: gallery-plugin.php:1278
622
  msgid "Updating images..."
623
  msgstr "Mise à jour des images..."
624
 
625
+ #: gallery-plugin.php:1279
626
  msgid "No image found."
627
  msgstr "Pas d'image trouvée."
628
 
629
+ #: gallery-plugin.php:1280
630
  msgid "All images are updated."
631
  msgstr "Toutes les images ont été mises à jour."
632
 
633
+ #: gallery-plugin.php:1281
634
  msgid "Error."
635
  msgstr "Erreur."
636
 
637
+ #: gallery-plugin.php:1290
638
  msgid "Learn more"
639
  msgstr "En savoir plus"
640
 
641
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
642
  msgid "Activate"
643
  msgstr "Activer"
644
 
645
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
646
  msgid "Install now"
647
  msgstr "Installé maintenant"
648
 
649
+ #: gallery-plugin.php:1311
650
  msgid "Add multiple gallery categories"
651
  msgstr "Ajouter des catégories de galeries"
652
 
653
+ #: gallery-plugin.php:1311
654
+ msgid ""
655
+ "Install Gallery Categories plugin to add unlimited number of categories."
656
+ msgstr ""
657
+ "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de "
658
+ "catégories."
659
 
660
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
661
  msgid "Close"
662
  msgstr "Fermer"
663
 
664
+ #: gallery-plugin.php:1352
665
  msgid "Already attached?"
666
  msgstr "Déjà lié?"
667
 
668
+ #: gallery-plugin.php:1352
669
+ msgid ""
670
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
671
+ "attacher plugin."
672
+ msgstr ""
673
+ "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci "
674
+ "d'utiliser l'extension 'Re-attacher'"
675
 
676
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
677
  msgid "Download high resolution image"
678
  msgstr "Télécharger l'image en haute résolution"
679
 
680
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
681
  msgid "Sorry, nothing found."
682
  msgstr "Désolé, rien n'a été trouvé"
683
 
684
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
685
  msgid "Image"
686
  msgstr "Image "
687
 
688
+ #: gallery-plugin.php:1886
689
  msgid "Image size not defined"
690
  msgstr "Taille de l'image non définie"
691
 
 
 
 
 
692
  #: gallery-plugin.php:1901
693
+ msgid ""
694
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
695
+ "manually reload image."
696
+ msgstr ""
697
+ "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
698
+ "WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
699
+
700
+ #: gallery-plugin.php:1912
701
  msgid "Image size changes not defined"
702
  msgstr "La modification de la taille n'est pas définie"
703
 
704
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
705
  msgid "Invalid path"
706
  msgstr "Chemin invalide"
707
 
 
 
 
708
  #~ msgid "requires"
709
  #~ msgstr "requis"
710
 
938
  #~ msgid "Check license key"
939
  #~ msgstr "Vérifier la clé de licence"
940
 
941
+ #~ msgid "WARNING: Illegal use notification"
942
+ #~ msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
 
 
 
 
 
 
 
943
 
944
  #~ msgid ""
945
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
946
+ #~ "check and edit your license or domain if necessary using you personal "
947
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
948
+ #~ "hours, otherwise the Pro plugin will be deactivated."
949
  #~ msgstr ""
950
+ #~ "Vous ne pouvez utiliser qu'une licence pour un domaine de la version PRO "
951
+ #~ "de l'extension. Vérifiez et modifiez votre licence ou domaine si "
952
+ #~ "nécessaire dans votre zone client. Nous vous recommandons de résoudre ce "
953
+ #~ "problème dans les 24 heures, sinon l'extension sera rendue inactive. "
954
 
955
  #~ msgid ""
956
  #~ "Notice: Your PRO Trial license has expired. To continue using the plugin "
957
  #~ "you should buy a PRO license"
958
  #~ msgstr ""
959
+ #~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
960
+ #~ "disposer du support rapide et des mises à jour de l'extension vous devez "
961
+ #~ "la renouveller."
962
 
963
  #~ msgid ""
964
  #~ "Your license has expired. To continue getting top-priority support and "
1170
  #~ msgid "Send to custom email &#187;"
1171
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1172
 
1173
+ #~ msgid "Gallery image size"
1174
+ #~ msgstr "Taille de l'image de la galerie"
1175
+
1176
+ #~ msgid ""
1177
+ #~ "(your username is the email you specify when purchasing the product), "
1178
+ #~ "where you can make the necessary changes."
1179
+ #~ msgstr ""
1180
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
1181
+ #~ "l'achat de l'extension), où vous pourrez faire les modifications "
1182
+ #~ "nécessaires."
1183
+
1184
  #~ msgid "This license key is valid, but your license has expired."
1185
  #~ msgstr "La clé de licence est valide, mais elle a expirée."
1186
 
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:49+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
@@ -21,646 +21,686 @@ msgstr ""
21
  msgid "See images &raquo;"
22
  msgstr "Foto's bekijken &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- msgstr "De volgende bestanden \"gallery-template.php\" en \"gallery-single-template.php\" werden niet in de actieve 'theme' map gevonden. Voor de correcte werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galerijen"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galerij"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Galerij toevoegen"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Nieuwe Galerij toevoegen"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Galerij bewerken"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Nieuwe Galerij"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Galerij bekijken"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Galerij zoeken"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Geen Galerij gevonden"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Upload Bestand"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerij Shortcode"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  #, fuzzy
76
  msgid "Gallery Categories"
77
  msgstr "Afmeting galerij foto"
78
 
79
- #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
  msgstr ""
82
 
83
- #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:312
93
- 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)"
94
- msgstr "De tijdelijke, galerij, map (gallery-plugin/upload/files) is niet beschikbaar op de webserver. Gebruik aub de standaard WordPress methode om foto's te uploaden (media bibliotheek)"
 
 
 
 
 
 
95
 
96
- #: gallery-plugin.php:324
97
  msgid "Choose an image for upload:"
98
  msgstr "Kies een foto om te uploaden:"
99
 
100
- #: gallery-plugin.php:329
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "Activeer JavaScript om de uploader te gebruiken."
103
 
104
- #: gallery-plugin.php:337
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr "Sta de 'download' link toe voor alle foto's in deze galerij"
107
 
108
- #: gallery-plugin.php:338
109
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr "Om de volgorde van de foto's te wijzigen, kunnen deze gewoon versleept worden (vergeet echter niet om de wijziging ook op te slaan)."
 
 
 
 
111
 
112
- #: gallery-plugin.php:340
113
  msgid "Please make a choice"
114
  msgstr "Maak een keuze"
115
 
116
- #: gallery-plugin.php:340
117
- #: gallery-plugin.php:980
118
  msgid "Sort images by"
119
  msgstr "Sorteer foto's op"
120
 
121
- #: gallery-plugin.php:340
122
  msgid "sort images"
123
  msgstr "sorteer foto's"
124
 
125
- #: gallery-plugin.php:340
126
  msgid "on the plugin settings page ("
127
  msgstr "op de plugin instellingen pagina ("
128
 
129
- #: gallery-plugin.php:384
130
- #: gallery-plugin.php:645
131
  msgid "Title"
132
  msgstr "Titel"
133
 
134
- #: gallery-plugin.php:386
135
  msgid "Alt tag"
136
  msgstr "Alt tag"
137
 
138
- #: gallery-plugin.php:387
139
  msgid "URL"
140
  msgstr "URL"
141
 
142
- #: gallery-plugin.php:387
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(door op een foto te drukken, opent de link zich in een nieuwe pagina)"
145
 
146
- #: gallery-plugin.php:388
147
  msgid "This setting is available in Pro version"
148
  msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
149
 
150
- #: gallery-plugin.php:389
151
  msgid "Open the URL"
152
  msgstr "Open de URL"
153
 
154
- #: gallery-plugin.php:389
155
  msgid "Current window"
156
  msgstr "Huidig scherm"
157
 
158
- #: gallery-plugin.php:389
159
  msgid "New window"
160
  msgstr "Nieuw scherm"
161
 
162
- #: gallery-plugin.php:390
163
  msgid "Lightbox button URL"
164
  msgstr "Lightbox knop URL"
165
 
166
- #: gallery-plugin.php:391
167
  msgid "Description"
168
  msgstr "Omschrijving"
169
 
170
- #: gallery-plugin.php:392
171
  msgid "Delete"
172
  msgstr "Verwijderen"
173
 
174
- #: gallery-plugin.php:412
175
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
176
- msgstr "Je kunt een enkele galerij toevoegen aan een pagina, of bericht, door deze shortcode toe te voegen aan de inhoud"
 
 
 
 
177
 
178
- #: gallery-plugin.php:414
179
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
180
- msgstr "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
 
 
 
 
181
 
182
- #: gallery-plugin.php:428
183
  msgid "Most Used"
184
  msgstr ""
185
 
186
- #: gallery-plugin.php:438
187
  #, fuzzy
188
  msgid "Add New Gallery Category"
189
  msgstr "Nieuwe Galerij toevoegen"
190
 
191
- #: gallery-plugin.php:443
192
  #, fuzzy
193
  msgid "Install plugin"
194
  msgstr "Встановлених модулів"
195
 
196
- #: gallery-plugin.php:646
197
  msgid "Author"
198
  msgstr "Autheur"
199
 
200
- #: gallery-plugin.php:647
201
  msgid "Photo"
202
  msgstr "Foto"
203
 
204
- #: gallery-plugin.php:648
205
  msgid "Publishing"
206
  msgstr "Publiceren"
207
 
208
- #: gallery-plugin.php:649
209
- #: gallery-plugin.php:984
210
  msgid "Date"
211
  msgstr "Datum"
212
 
213
- #: gallery-plugin.php:817
214
  msgid "Settings are saved"
215
  msgstr "Instellingen opgeslagen"
216
 
217
- #: gallery-plugin.php:828
218
  msgid "Gallery Settings"
219
  msgstr "Galerij Instellingen"
220
 
221
- #: gallery-plugin.php:830
222
- #: gallery-plugin.php:1157
223
- #: gallery-plugin.php:1174
224
  msgid "Settings"
225
  msgstr "Instellingen"
226
 
227
- #: gallery-plugin.php:831
228
- #: gallery-plugin.php:1158
229
  msgid "FAQ"
230
  msgstr "FAQ "
231
 
232
- #: gallery-plugin.php:832
233
  msgid "Go PRO"
234
  msgstr "Ga PRO"
235
 
236
- #: gallery-plugin.php:837
237
  msgid "Notice:"
238
  msgstr "Opmerking:"
239
 
240
- #: gallery-plugin.php:837
241
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
242
- msgstr "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op de knop 'Instellingen Opslaan' te drukken."
 
 
 
 
243
 
244
- #: gallery-plugin.php:838
245
- 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:"
246
- msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
 
 
 
 
247
 
248
- #: gallery-plugin.php:840
249
  msgid "Please enable JavaScript to use the option to renew images."
250
- msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
 
 
251
 
252
- #: gallery-plugin.php:844
253
  msgid "Update images for gallery"
254
  msgstr "Foto's voor galerij bijwerken"
255
 
256
- #: gallery-plugin.php:846
257
  msgid "Update images"
258
  msgstr "Foto's bijwerken"
259
 
260
- #: gallery-plugin.php:854
261
  msgid "Image size for the album cover"
262
  msgstr "Foto afmeting voor de omslag van het album"
263
 
264
- #: gallery-plugin.php:856
265
- #: gallery-plugin.php:864
266
- #: gallery-plugin.php:880
267
  msgid "Image size"
268
  msgstr "Foto afmeting"
269
 
270
- #: gallery-plugin.php:857
271
- #: gallery-plugin.php:865
272
  msgid "Width (in px)"
273
  msgstr "Breedte (in px)"
274
 
275
- #: gallery-plugin.php:858
276
- #: gallery-plugin.php:866
277
  msgid "Height (in px)"
278
  msgstr "Hoogte (in px)"
279
 
280
- #: gallery-plugin.php:862
281
  #, fuzzy
282
  msgid "Image size for thumbnails"
283
  msgstr "Foto afmeting voor de omslag van het album"
284
 
285
- #: gallery-plugin.php:870
286
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
- msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
 
 
 
 
288
 
289
- #: gallery-plugin.php:878
290
  #, fuzzy
291
  msgid "Image size in the lightbox"
292
  msgstr "Foto afmeting voor lightbox"
293
 
294
- #: gallery-plugin.php:881
295
  msgid "Max width (in px)"
296
  msgstr "Max breedte (in px)"
297
 
298
- #: gallery-plugin.php:882
299
  msgid "Max height (in px)"
300
  msgstr "Max hoogte (in px)"
301
 
302
- #: gallery-plugin.php:883
303
  msgid "Display a full size image in the lightbox"
304
  msgstr "Geef volledige grootte weer, voor lightbox"
305
 
306
- #: gallery-plugin.php:887
307
  msgid "Crop position"
308
  msgstr "Positie bijsnijden"
309
 
310
- #: gallery-plugin.php:889
311
  msgid "Horizontal"
312
  msgstr "Horizontaal"
313
 
314
- #: gallery-plugin.php:891
315
  msgid "left"
316
  msgstr "links"
317
 
318
- #: gallery-plugin.php:892
319
- #: gallery-plugin.php:899
320
  msgid "center"
321
  msgstr "midden"
322
 
323
- #: gallery-plugin.php:893
324
  msgid "right"
325
  msgstr "rechts"
326
 
327
- #: gallery-plugin.php:896
328
  msgid "Vertical"
329
  msgstr "Verticaal"
330
 
331
- #: gallery-plugin.php:898
332
  msgid "top"
333
  msgstr "bovenkant"
334
 
335
- #: gallery-plugin.php:900
336
  msgid "bottom"
337
  msgstr "onderkant"
338
 
339
- #: gallery-plugin.php:905
340
  msgid "Lightbox background"
341
  msgstr "Lightbox achtergrond"
342
 
343
- #: gallery-plugin.php:907
344
  msgid "Default"
345
  msgstr "Standaard"
346
 
347
- #: gallery-plugin.php:908
348
  msgid "Background transparency (from 0 to 1)"
349
  msgstr "Achtergrond transparantie (van 0 tot 1)"
350
 
351
- #: gallery-plugin.php:910
352
  msgid "Select a background color"
353
  msgstr "Selecteer een achtergrondkleur"
354
 
355
- #: gallery-plugin.php:912
356
  msgid "Background color"
357
  msgstr "Achtergrondkleur"
358
 
359
- #: gallery-plugin.php:919
360
- #: gallery-plugin.php:1101
361
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
362
- msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
 
 
363
 
364
- #: gallery-plugin.php:926
365
- #: gallery-plugin.php:1108
366
  msgid "Unlock premium options by upgrading to a PRO version."
367
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
368
 
369
- #: gallery-plugin.php:927
370
- #: gallery-plugin.php:1109
371
  msgid "Learn More"
372
  msgstr "Kom meer te weten"
373
 
374
- #: gallery-plugin.php:931
375
- #: gallery-plugin.php:1113
376
  msgid "Start Your Trial"
377
  msgstr "Start Uw proefversie"
378
 
379
- #: gallery-plugin.php:932
380
- #: gallery-plugin.php:1114
381
  msgid "or"
382
  msgstr "of"
383
 
384
- #: gallery-plugin.php:935
385
- #: gallery-plugin.php:1117
386
  msgid "Go"
387
  msgstr "Ga"
388
 
389
- #: gallery-plugin.php:943
390
  msgid "Images with border"
391
  msgstr "Foto's met rand"
392
 
393
- #: gallery-plugin.php:946
394
  msgid "Border width in px, just numbers"
395
  msgstr "Randbreedte in px, alleen nummers"
396
 
397
- #: gallery-plugin.php:948
398
- #: gallery-plugin.php:950
399
  msgid "Select a border color"
400
  msgstr "Selecteer een randkleur"
401
 
402
- #: gallery-plugin.php:956
403
  msgid "Number of images in the row"
404
  msgstr "Aantal foto's op een rij"
405
 
406
- #: gallery-plugin.php:962
407
  msgid "Start slideshow"
408
  msgstr "Start diavoorstelling"
409
 
410
- #: gallery-plugin.php:968
411
  msgid "Slideshow interval"
412
  msgstr "Diavoorstelling interval"
413
 
414
- #: gallery-plugin.php:974
415
  msgid "Use single lightbox for multiple galleries on one page"
416
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
417
 
418
- #: gallery-plugin.php:982
419
  msgid "Attachment ID"
420
  msgstr "Bijlage ID"
421
 
422
- #: gallery-plugin.php:983
423
  msgid "Image Name"
424
  msgstr "Foto Naam"
425
 
426
- #: gallery-plugin.php:985
427
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
428
- msgstr "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload Media Galerij venster)"
 
 
 
 
429
 
430
- #: gallery-plugin.php:986
431
  msgid "Random"
432
  msgstr "Willekeurig"
433
 
434
- #: gallery-plugin.php:990
435
  msgid "Sort images"
436
  msgstr "Sorteer foto's"
437
 
438
- #: gallery-plugin.php:992
439
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
440
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
441
 
442
- #: gallery-plugin.php:993
443
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
444
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
445
 
446
- #: gallery-plugin.php:997
447
  msgid "Display text under the image"
448
  msgstr "Text weergeven onder de foto"
449
 
450
- #: gallery-plugin.php:999
451
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
452
- msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
 
453
 
454
- #: gallery-plugin.php:1003
455
  msgid "Display the Back link"
456
  msgstr "Toon de Terug link"
457
 
458
- #: gallery-plugin.php:1009
459
  msgid "Display the Back link in the shortcode"
460
  msgstr "Toon de Terug link in de shortcode"
461
 
462
- #: gallery-plugin.php:1015
463
  msgid "The Back link text"
464
  msgstr "De Terug link tekst"
465
 
466
- #: gallery-plugin.php:1021
467
  msgid "The Back link URL"
468
  msgstr "De Terug link URL"
469
 
470
- #: gallery-plugin.php:1023
471
  msgid "Gallery page (Page with Gallery Template)"
472
  msgstr "Galerij pagina (pagina met galerij template)"
473
 
474
- #: gallery-plugin.php:1025
475
  msgid "(Full URL to custom page)"
476
  msgstr "(Volledige URL naar aangepaste pagina)"
477
 
478
- #: gallery-plugin.php:1029
479
  msgid "The Read More link text"
480
  msgstr "De 'Lees Meer' link tekst"
481
 
482
- #: gallery-plugin.php:1035
483
  msgid "Add gallery to the search"
484
  msgstr "Galerij, aan zoeken, toevoegen"
485
 
486
- #: gallery-plugin.php:1040
487
  msgid "Using"
488
  msgstr "Gebruik"
489
 
490
- #: gallery-plugin.php:1040
491
  msgid "powered by"
492
  msgstr "powered by"
493
 
494
- #: gallery-plugin.php:1043
495
- #: gallery-plugin.php:1047
496
  msgid "Using Custom Search powered by"
497
  msgstr "Aangepast zoeken, powered by"
498
 
499
- #: gallery-plugin.php:1043
500
  msgid "Activate Custom Search"
501
  msgstr "Activeer Aangepast zoeken"
502
 
503
- #: gallery-plugin.php:1047
504
  msgid "Download Custom Search"
505
  msgstr "Aangepast zoeken, downloaden"
506
 
507
- #: gallery-plugin.php:1057
508
  msgid "Use pagination for images"
509
  msgstr "Gebruik paginering voor foto's"
510
 
511
- #: gallery-plugin.php:1060
512
  msgid "per page"
513
  msgstr "per pagina"
514
 
515
- #: gallery-plugin.php:1064
516
  msgid "The lightbox helper"
517
  msgstr "De lightbox helper"
518
 
519
- #: gallery-plugin.php:1066
520
  msgid "Do not use"
521
  msgstr "Niet gebruiken"
522
 
523
- #: gallery-plugin.php:1067
524
  msgid "Button helper"
525
  msgstr "Knop helper"
526
 
527
- #: gallery-plugin.php:1068
528
  msgid "Thumbnail helper"
529
  msgstr "Thumbnail helper"
530
 
531
- #: gallery-plugin.php:1072
532
  msgid "Display Like buttons in the lightbox"
533
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
534
 
535
- #: gallery-plugin.php:1074
536
  msgid "FaceBook"
537
  msgstr "FaceBook"
538
 
539
- #: gallery-plugin.php:1075
540
  msgid "Twitter"
541
  msgstr "Twitter"
542
 
543
- #: gallery-plugin.php:1076
544
  msgid "Pinterest"
545
  msgstr "Pinterest"
546
 
547
- #: gallery-plugin.php:1077
548
  msgid "Google +1"
549
  msgstr "Google +1"
550
 
551
- #: gallery-plugin.php:1081
552
  msgid "Slug for gallery item"
553
  msgstr "Slug voor galerij-item"
554
 
555
- #: gallery-plugin.php:1083
556
  msgid "for any structure of permalinks except the default structure"
557
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
558
 
559
- #: gallery-plugin.php:1087
560
  msgid "Title for lightbox button"
561
  msgstr "Titel voor lightbox knop"
562
 
563
- #: gallery-plugin.php:1093
564
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1096
568
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1125
 
 
 
 
 
 
 
572
  msgid "Save Changes"
573
  msgstr "Wijzigingen Opslaan"
574
 
575
- #: gallery-plugin.php:1159
576
  msgid "Support"
577
  msgstr "Ondersteuning"
578
 
579
- #: gallery-plugin.php:1267
580
  msgid "Updating images..."
581
  msgstr "Bijwerken foto's..."
582
 
583
- #: gallery-plugin.php:1268
584
  #, fuzzy
585
  msgid "No image found."
586
  msgstr "Geen foto gevonden"
587
 
588
- #: gallery-plugin.php:1269
589
  #, fuzzy
590
  msgid "All images are updated."
591
  msgstr "Alle foto's zijn bijgewerkt"
592
 
593
- #: gallery-plugin.php:1270
594
  msgid "Error."
595
  msgstr "Fout."
596
 
597
- #: gallery-plugin.php:1279
598
  #, fuzzy
599
  msgid "Learn more"
600
  msgstr "Kom meer te weten"
601
 
602
- #: gallery-plugin.php:1284
603
- #: gallery-plugin.php:1324
604
  msgid "Activate"
605
  msgstr "Activeren"
606
 
607
- #: gallery-plugin.php:1291
608
- #: gallery-plugin.php:1331
609
  #, fuzzy
610
  msgid "Install now"
611
  msgstr "Установка %"
612
 
613
- #: gallery-plugin.php:1300
614
  msgid "Add multiple gallery categories"
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1300
618
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1309
622
- #: gallery-plugin.php:1350
623
  msgid "Close"
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1341
627
  msgid "Already attached?"
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1341
631
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1404
635
- #: template/gallery-single-template.php:19
636
  msgid "Download high resolution image"
637
  msgstr "Download hoge-resolutie foto"
638
 
639
- #: gallery-plugin.php:1557
640
- #: template/gallery-single-template.php:95
641
  msgid "Sorry, nothing found."
642
  msgstr "Sorry, niets gevonden."
643
 
644
- #: gallery-plugin.php:1579
645
- #: template/gallery-single-template.php:114
646
  msgid "Image"
647
  msgstr "Foto"
648
 
649
- #: gallery-plugin.php:1875
650
  msgid "Image size not defined"
651
  msgstr "Afmetingen van foto, niet gedefinieerd"
652
 
653
- #: gallery-plugin.php:1890
654
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
655
- msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
656
-
657
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
658
  msgid "Image size changes not defined"
659
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
660
 
661
- #: gallery-plugin.php:1930
662
- #: gallery-plugin.php:1933
663
- #: gallery-plugin.php:1938
664
  msgid "Invalid path"
665
  msgstr "Ongeldig pad"
666
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
21
  msgid "See images &raquo;"
22
  msgstr "Foto's bekijken &raquo;"
23
 
24
+ #: gallery-plugin.php:207
25
+ msgid ""
26
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
27
+ "php\" were not found in the directory of your theme. Please copy them from "
28
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
+ "directory of your theme for the correct work of the Gallery plugin"
30
+ msgstr ""
31
+ "De volgende bestanden \"gallery-template.php\" en \"gallery-single-template."
32
+ "php\" werden niet in de actieve 'theme' map gevonden. Voor de correcte "
33
+ "werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-"
34
+ "plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
35
 
36
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
37
  msgid "Galleries"
38
  msgstr "Galerijen"
39
 
40
+ #: gallery-plugin.php:217
41
  msgid "Gallery"
42
  msgstr "Galerij"
43
 
44
+ #: gallery-plugin.php:218
45
  msgid "Add a Gallery"
46
  msgstr "Galerij toevoegen"
47
 
48
+ #: gallery-plugin.php:219
49
  msgid "Add New Gallery"
50
  msgstr "Nieuwe Galerij toevoegen"
51
 
52
+ #: gallery-plugin.php:220
53
  msgid "Edit Gallery"
54
  msgstr "Galerij bewerken"
55
 
56
+ #: gallery-plugin.php:221
57
  msgid "New Gallery"
58
  msgstr "Nieuwe Galerij"
59
 
60
+ #: gallery-plugin.php:222
61
  msgid "View Gallery"
62
  msgstr "Galerij bekijken"
63
 
64
+ #: gallery-plugin.php:223
65
  msgid "Find a Gallery"
66
  msgstr "Galerij zoeken"
67
 
68
+ #: gallery-plugin.php:224
69
  msgid "No Gallery found"
70
  msgstr "Geen Galerij gevonden"
71
 
72
+ #: gallery-plugin.php:281
73
  msgid "Upload File"
74
  msgstr "Upload Bestand"
75
 
76
+ #: gallery-plugin.php:282
77
  msgid "Gallery Shortcode"
78
  msgstr "Galerij Shortcode"
79
 
80
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Afmeting galerij foto"
84
 
85
+ #: gallery-plugin.php:293
86
  msgid "Choose a media file that will be attached"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:293
90
  #, php-format
91
  msgid "You need to install \"%s\" plugin to use this functionality"
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:294
95
  msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:313
99
+ msgid ""
100
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
+ "for record on your webserver. Please use the standard WP functionality to "
102
+ "upload images (media library)"
103
+ msgstr ""
104
+ "De tijdelijke, galerij, map (gallery-plugin/upload/files) is niet "
105
+ "beschikbaar op de webserver. Gebruik aub de standaard WordPress methode om "
106
+ "foto's te uploaden (media bibliotheek)"
107
 
108
+ #: gallery-plugin.php:325
109
  msgid "Choose an image for upload:"
110
  msgstr "Kies een foto om te uploaden:"
111
 
112
+ #: gallery-plugin.php:330
113
  msgid "Please enable JavaScript to use the file uploader."
114
  msgstr "Activeer JavaScript om de uploader te gebruiken."
115
 
116
+ #: gallery-plugin.php:338
117
  msgid "Allow the download link for all images in this gallery"
118
  msgstr "Sta de 'download' link toe voor alle foto's in deze galerij"
119
 
120
+ #: gallery-plugin.php:339
121
+ msgid ""
122
+ "Please use the drag and drop function to change an order of the images "
123
+ "displaying and do not forget to save the post."
124
+ msgstr ""
125
+ "Om de volgorde van de foto's te wijzigen, kunnen deze gewoon versleept "
126
+ "worden (vergeet echter niet om de wijziging ook op te slaan)."
127
 
128
+ #: gallery-plugin.php:341
129
  msgid "Please make a choice"
130
  msgstr "Maak een keuze"
131
 
132
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
133
  msgid "Sort images by"
134
  msgstr "Sorteer foto's op"
135
 
136
+ #: gallery-plugin.php:341
137
  msgid "sort images"
138
  msgstr "sorteer foto's"
139
 
140
+ #: gallery-plugin.php:341
141
  msgid "on the plugin settings page ("
142
  msgstr "op de plugin instellingen pagina ("
143
 
144
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
145
  msgid "Title"
146
  msgstr "Titel"
147
 
148
+ #: gallery-plugin.php:387
149
  msgid "Alt tag"
150
  msgstr "Alt tag"
151
 
152
+ #: gallery-plugin.php:388
153
  msgid "URL"
154
  msgstr "URL"
155
 
156
+ #: gallery-plugin.php:388
157
  msgid "(by click on image opens a link in a new window)"
158
  msgstr "(door op een foto te drukken, opent de link zich in een nieuwe pagina)"
159
 
160
+ #: gallery-plugin.php:389
161
  msgid "This setting is available in Pro version"
162
  msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
163
 
164
+ #: gallery-plugin.php:390
165
  msgid "Open the URL"
166
  msgstr "Open de URL"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "Huidig scherm"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "Nieuw scherm"
175
 
176
+ #: gallery-plugin.php:391
177
  msgid "Lightbox button URL"
178
  msgstr "Lightbox knop URL"
179
 
180
+ #: gallery-plugin.php:392
181
  msgid "Description"
182
  msgstr "Omschrijving"
183
 
184
+ #: gallery-plugin.php:393
185
  msgid "Delete"
186
  msgstr "Verwijderen"
187
 
188
+ #: gallery-plugin.php:413
189
+ msgid ""
190
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
191
+ "into the content"
192
+ msgstr ""
193
+ "Je kunt een enkele galerij toevoegen aan een pagina, of bericht, door deze "
194
+ "shortcode toe te voegen aan de inhoud"
195
 
196
+ #: gallery-plugin.php:415
197
+ msgid ""
198
+ "If you want to display a short description containing a screenshot and the "
199
+ "link to the Single Gallery Page"
200
+ msgstr ""
201
+ "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
202
+ "pagina, wilt weergeven "
203
 
204
+ #: gallery-plugin.php:429
205
  msgid "Most Used"
206
  msgstr ""
207
 
208
+ #: gallery-plugin.php:439
209
  #, fuzzy
210
  msgid "Add New Gallery Category"
211
  msgstr "Nieuwe Galerij toevoegen"
212
 
213
+ #: gallery-plugin.php:444
214
  #, fuzzy
215
  msgid "Install plugin"
216
  msgstr "Встановлених модулів"
217
 
218
+ #: gallery-plugin.php:647
219
  msgid "Author"
220
  msgstr "Autheur"
221
 
222
+ #: gallery-plugin.php:648
223
  msgid "Photo"
224
  msgstr "Foto"
225
 
226
+ #: gallery-plugin.php:649
227
  msgid "Publishing"
228
  msgstr "Publiceren"
229
 
230
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
231
  msgid "Date"
232
  msgstr "Datum"
233
 
234
+ #: gallery-plugin.php:820
235
  msgid "Settings are saved"
236
  msgstr "Instellingen opgeslagen"
237
 
238
+ #: gallery-plugin.php:831
239
  msgid "Gallery Settings"
240
  msgstr "Galerij Instellingen"
241
 
242
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
243
  msgid "Settings"
244
  msgstr "Instellingen"
245
 
246
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
247
  msgid "FAQ"
248
  msgstr "FAQ "
249
 
250
+ #: gallery-plugin.php:835
251
  msgid "Go PRO"
252
  msgstr "Ga PRO"
253
 
254
+ #: gallery-plugin.php:840
255
  msgid "Notice:"
256
  msgstr "Opmerking:"
257
 
258
+ #: gallery-plugin.php:840
259
+ msgid ""
260
+ "The plugin's settings have been changed. In order to save them please don't "
261
+ "forget to click the 'Save Changes' button."
262
+ msgstr ""
263
+ "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op "
264
+ "de knop 'Instellingen Opslaan' te drukken."
265
 
266
+ #: gallery-plugin.php:841
267
+ msgid ""
268
+ "If you would like to add a Single Gallery to your page or post, just copy "
269
+ "and paste this shortcode into your post or page:"
270
+ msgstr ""
271
+ "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer "
272
+ "& plak dan de volgende shortcode in je bericht, of pagina:"
273
 
274
+ #: gallery-plugin.php:843
275
  msgid "Please enable JavaScript to use the option to renew images."
276
+ msgstr ""
277
+ " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om "
278
+ "foto's te vernieuwen."
279
 
280
+ #: gallery-plugin.php:847
281
  msgid "Update images for gallery"
282
  msgstr "Foto's voor galerij bijwerken"
283
 
284
+ #: gallery-plugin.php:849
285
  msgid "Update images"
286
  msgstr "Foto's bijwerken"
287
 
288
+ #: gallery-plugin.php:857
289
  msgid "Image size for the album cover"
290
  msgstr "Foto afmeting voor de omslag van het album"
291
 
292
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
293
  msgid "Image size"
294
  msgstr "Foto afmeting"
295
 
296
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
297
  msgid "Width (in px)"
298
  msgstr "Breedte (in px)"
299
 
300
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
301
  msgid "Height (in px)"
302
  msgstr "Hoogte (in px)"
303
 
304
+ #: gallery-plugin.php:865
305
  #, fuzzy
306
  msgid "Image size for thumbnails"
307
  msgstr "Foto afmeting voor de omslag van het album"
308
 
309
+ #: gallery-plugin.php:873
310
+ msgid ""
311
+ "WordPress will create a new thumbnail with the specified dimensions when you "
312
+ "upload a new photo."
313
+ msgstr ""
314
+ "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er "
315
+ "een nieuwe foto wordt geupload."
316
 
317
+ #: gallery-plugin.php:881
318
  #, fuzzy
319
  msgid "Image size in the lightbox"
320
  msgstr "Foto afmeting voor lightbox"
321
 
322
+ #: gallery-plugin.php:884
323
  msgid "Max width (in px)"
324
  msgstr "Max breedte (in px)"
325
 
326
+ #: gallery-plugin.php:885
327
  msgid "Max height (in px)"
328
  msgstr "Max hoogte (in px)"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Display a full size image in the lightbox"
332
  msgstr "Geef volledige grootte weer, voor lightbox"
333
 
334
+ #: gallery-plugin.php:890
335
  msgid "Crop position"
336
  msgstr "Positie bijsnijden"
337
 
338
+ #: gallery-plugin.php:892
339
  msgid "Horizontal"
340
  msgstr "Horizontaal"
341
 
342
+ #: gallery-plugin.php:894
343
  msgid "left"
344
  msgstr "links"
345
 
346
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
347
  msgid "center"
348
  msgstr "midden"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "right"
352
  msgstr "rechts"
353
 
354
+ #: gallery-plugin.php:899
355
  msgid "Vertical"
356
  msgstr "Verticaal"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "top"
360
  msgstr "bovenkant"
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "bottom"
364
  msgstr "onderkant"
365
 
366
+ #: gallery-plugin.php:908
367
  msgid "Lightbox background"
368
  msgstr "Lightbox achtergrond"
369
 
370
+ #: gallery-plugin.php:910
371
  msgid "Default"
372
  msgstr "Standaard"
373
 
374
+ #: gallery-plugin.php:911
375
  msgid "Background transparency (from 0 to 1)"
376
  msgstr "Achtergrond transparantie (van 0 tot 1)"
377
 
378
+ #: gallery-plugin.php:913
379
  msgid "Select a background color"
380
  msgstr "Selecteer een achtergrondkleur"
381
 
382
+ #: gallery-plugin.php:915
383
  msgid "Background color"
384
  msgstr "Achtergrondkleur"
385
 
386
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
387
+ msgid ""
388
+ "If you upgrade to Pro version all your settings and galleries will be saved."
389
+ msgstr ""
390
+ "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
391
+ "bewaard blijven."
392
 
393
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
394
  msgid "Unlock premium options by upgrading to a PRO version."
395
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
396
 
397
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
398
  msgid "Learn More"
399
  msgstr "Kom meer te weten"
400
 
401
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
402
  msgid "Start Your Trial"
403
  msgstr "Start Uw proefversie"
404
 
405
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
406
  msgid "or"
407
  msgstr "of"
408
 
409
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
410
  msgid "Go"
411
  msgstr "Ga"
412
 
413
+ #: gallery-plugin.php:946
414
  msgid "Images with border"
415
  msgstr "Foto's met rand"
416
 
417
+ #: gallery-plugin.php:949
418
  msgid "Border width in px, just numbers"
419
  msgstr "Randbreedte in px, alleen nummers"
420
 
421
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
422
  msgid "Select a border color"
423
  msgstr "Selecteer een randkleur"
424
 
425
+ #: gallery-plugin.php:959
426
  msgid "Number of images in the row"
427
  msgstr "Aantal foto's op een rij"
428
 
429
+ #: gallery-plugin.php:965
430
  msgid "Start slideshow"
431
  msgstr "Start diavoorstelling"
432
 
433
+ #: gallery-plugin.php:971
434
  msgid "Slideshow interval"
435
  msgstr "Diavoorstelling interval"
436
 
437
+ #: gallery-plugin.php:977
438
  msgid "Use single lightbox for multiple galleries on one page"
439
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
440
 
441
+ #: gallery-plugin.php:985
442
  msgid "Attachment ID"
443
  msgstr "Bijlage ID"
444
 
445
+ #: gallery-plugin.php:986
446
  msgid "Image Name"
447
  msgstr "Foto Naam"
448
 
449
+ #: gallery-plugin.php:988
450
+ msgid ""
451
+ "Sorting order (the input field for sorting order in the Insert / Upload "
452
+ "Media Gallery dialog)"
453
+ msgstr ""
454
+ "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
455
+ "Media Galerij venster)"
456
 
457
+ #: gallery-plugin.php:989
458
  msgid "Random"
459
  msgstr "Willekeurig"
460
 
461
+ #: gallery-plugin.php:993
462
  msgid "Sort images"
463
  msgstr "Sorteer foto's"
464
 
465
+ #: gallery-plugin.php:995
466
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
467
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
468
 
469
+ #: gallery-plugin.php:996
470
+ msgid ""
471
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
472
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
473
 
474
+ #: gallery-plugin.php:1000
475
  msgid "Display text under the image"
476
  msgstr "Text weergeven onder de foto"
477
 
478
+ #: gallery-plugin.php:1002
479
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
480
+ msgstr ""
481
+ "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
482
 
483
+ #: gallery-plugin.php:1006
484
  msgid "Display the Back link"
485
  msgstr "Toon de Terug link"
486
 
487
+ #: gallery-plugin.php:1012
488
  msgid "Display the Back link in the shortcode"
489
  msgstr "Toon de Terug link in de shortcode"
490
 
491
+ #: gallery-plugin.php:1018
492
  msgid "The Back link text"
493
  msgstr "De Terug link tekst"
494
 
495
+ #: gallery-plugin.php:1024
496
  msgid "The Back link URL"
497
  msgstr "De Terug link URL"
498
 
499
+ #: gallery-plugin.php:1026
500
  msgid "Gallery page (Page with Gallery Template)"
501
  msgstr "Galerij pagina (pagina met galerij template)"
502
 
503
+ #: gallery-plugin.php:1028
504
  msgid "(Full URL to custom page)"
505
  msgstr "(Volledige URL naar aangepaste pagina)"
506
 
507
+ #: gallery-plugin.php:1032
508
  msgid "The Read More link text"
509
  msgstr "De 'Lees Meer' link tekst"
510
 
511
+ #: gallery-plugin.php:1038
512
  msgid "Add gallery to the search"
513
  msgstr "Galerij, aan zoeken, toevoegen"
514
 
515
+ #: gallery-plugin.php:1043
516
  msgid "Using"
517
  msgstr "Gebruik"
518
 
519
+ #: gallery-plugin.php:1043
520
  msgid "powered by"
521
  msgstr "powered by"
522
 
523
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
524
  msgid "Using Custom Search powered by"
525
  msgstr "Aangepast zoeken, powered by"
526
 
527
+ #: gallery-plugin.php:1046
528
  msgid "Activate Custom Search"
529
  msgstr "Activeer Aangepast zoeken"
530
 
531
+ #: gallery-plugin.php:1050
532
  msgid "Download Custom Search"
533
  msgstr "Aangepast zoeken, downloaden"
534
 
535
+ #: gallery-plugin.php:1060
536
  msgid "Use pagination for images"
537
  msgstr "Gebruik paginering voor foto's"
538
 
539
+ #: gallery-plugin.php:1063
540
  msgid "per page"
541
  msgstr "per pagina"
542
 
543
+ #: gallery-plugin.php:1067
544
  msgid "The lightbox helper"
545
  msgstr "De lightbox helper"
546
 
547
+ #: gallery-plugin.php:1069
548
  msgid "Do not use"
549
  msgstr "Niet gebruiken"
550
 
551
+ #: gallery-plugin.php:1070
552
  msgid "Button helper"
553
  msgstr "Knop helper"
554
 
555
+ #: gallery-plugin.php:1071
556
  msgid "Thumbnail helper"
557
  msgstr "Thumbnail helper"
558
 
559
+ #: gallery-plugin.php:1075
560
  msgid "Display Like buttons in the lightbox"
561
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
562
 
563
+ #: gallery-plugin.php:1077
564
  msgid "FaceBook"
565
  msgstr "FaceBook"
566
 
567
+ #: gallery-plugin.php:1078
568
  msgid "Twitter"
569
  msgstr "Twitter"
570
 
571
+ #: gallery-plugin.php:1079
572
  msgid "Pinterest"
573
  msgstr "Pinterest"
574
 
575
+ #: gallery-plugin.php:1080
576
  msgid "Google +1"
577
  msgstr "Google +1"
578
 
579
+ #: gallery-plugin.php:1084
580
  msgid "Slug for gallery item"
581
  msgstr "Slug voor galerij-item"
582
 
583
+ #: gallery-plugin.php:1086
584
  msgid "for any structure of permalinks except the default structure"
585
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
586
 
587
+ #: gallery-plugin.php:1090
588
  msgid "Title for lightbox button"
589
  msgstr "Titel voor lightbox knop"
590
 
591
+ #: gallery-plugin.php:1096
592
+ msgid ""
593
+ "Display all images in the lightbox instead of going into a single gallery"
594
  msgstr ""
595
 
596
+ #: gallery-plugin.php:1099
597
+ msgid ""
598
+ "When using the gallery template or a shortcode with `display=short` parameter"
599
+ msgstr ""
600
+
601
+ #: gallery-plugin.php:1128
602
+ msgid "Rewrite templates after update"
603
  msgstr ""
604
 
605
+ #: gallery-plugin.php:1130
606
+ msgid ""
607
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
608
+ "'gallery-single-template.php' file in your theme folder and You don't want "
609
+ "to rewrite them"
610
+ msgstr ""
611
+
612
+ #: gallery-plugin.php:1136
613
  msgid "Save Changes"
614
  msgstr "Wijzigingen Opslaan"
615
 
616
+ #: gallery-plugin.php:1170
617
  msgid "Support"
618
  msgstr "Ondersteuning"
619
 
620
+ #: gallery-plugin.php:1278
621
  msgid "Updating images..."
622
  msgstr "Bijwerken foto's..."
623
 
624
+ #: gallery-plugin.php:1279
625
  #, fuzzy
626
  msgid "No image found."
627
  msgstr "Geen foto gevonden"
628
 
629
+ #: gallery-plugin.php:1280
630
  #, fuzzy
631
  msgid "All images are updated."
632
  msgstr "Alle foto's zijn bijgewerkt"
633
 
634
+ #: gallery-plugin.php:1281
635
  msgid "Error."
636
  msgstr "Fout."
637
 
638
+ #: gallery-plugin.php:1290
639
  #, fuzzy
640
  msgid "Learn more"
641
  msgstr "Kom meer te weten"
642
 
643
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
644
  msgid "Activate"
645
  msgstr "Activeren"
646
 
647
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
648
  #, fuzzy
649
  msgid "Install now"
650
  msgstr "Установка %"
651
 
652
+ #: gallery-plugin.php:1311
653
  msgid "Add multiple gallery categories"
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1311
657
+ msgid ""
658
+ "Install Gallery Categories plugin to add unlimited number of categories."
659
  msgstr ""
660
 
661
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
662
  msgid "Close"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1352
666
  msgid "Already attached?"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1352
670
+ msgid ""
671
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
672
+ "attacher plugin."
673
  msgstr ""
674
 
675
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
676
  msgid "Download high resolution image"
677
  msgstr "Download hoge-resolutie foto"
678
 
679
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
680
  msgid "Sorry, nothing found."
681
  msgstr "Sorry, niets gevonden."
682
 
683
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
684
  msgid "Image"
685
  msgstr "Foto"
686
 
687
+ #: gallery-plugin.php:1886
688
  msgid "Image size not defined"
689
  msgstr "Afmetingen van foto, niet gedefinieerd"
690
 
 
 
 
 
691
  #: gallery-plugin.php:1901
692
+ msgid ""
693
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
694
+ "manually reload image."
695
+ msgstr ""
696
+ "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
697
+ "XBM (Voor overige, aub handmatig herladen)."
698
+
699
+ #: gallery-plugin.php:1912
700
  msgid "Image size changes not defined"
701
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
702
 
703
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
704
  msgid "Invalid path"
705
  msgstr "Ongeldig pad"
706
 
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.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: 2015-05-18 12:49+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:49+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -24,752 +24,789 @@ msgid "See images &raquo;"
24
  msgstr "Ver imagens &raquo;"
25
 
26
  # @ gallery
27
- #: gallery-plugin.php:206
28
- 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"
29
- msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
 
 
 
 
 
 
 
 
30
 
31
  # @ gallery
32
- #: gallery-plugin.php:215
33
- #: gallery-plugin.php:225
34
  msgid "Galleries"
35
  msgstr "Galerias"
36
 
37
  # @ gallery
38
- #: gallery-plugin.php:216
39
  msgid "Gallery"
40
  msgstr "Galeria"
41
 
42
  # @ gallery
43
- #: gallery-plugin.php:217
44
  msgid "Add a Gallery"
45
  msgstr "Adicionar uma Galeria"
46
 
47
  # @ gallery
48
- #: gallery-plugin.php:218
49
  msgid "Add New Gallery"
50
  msgstr "Adicionar Nova Galeria"
51
 
52
  # @ gallery
53
- #: gallery-plugin.php:219
54
  msgid "Edit Gallery"
55
  msgstr "Editar Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:220
59
  msgid "New Gallery"
60
  msgstr "Nova Galeria"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:221
64
  msgid "View Gallery"
65
  msgstr "Ver Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:222
69
  msgid "Find a Gallery"
70
  msgstr "Encontre uma Galeria"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:223
74
  msgid "No Gallery found"
75
  msgstr "Nenhuma Galeria foi encontrada"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:280
79
  msgid "Upload File"
80
  msgstr "Enviar Arquivo"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:281
84
  msgid "Gallery Shortcode"
85
  msgstr "Shortcode da Galeria"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:283
89
- #: gallery-plugin.php:427
90
  #, fuzzy
91
  msgid "Gallery Categories"
92
  msgstr "Tamanho da imagem da galeria"
93
 
94
- #: gallery-plugin.php:292
95
  msgid "Choose a media file that will be attached"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:292
99
  #, php-format
100
  msgid "You need to install \"%s\" plugin to use this functionality"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:293
104
  msgid "Attach media item to this gallery"
105
  msgstr ""
106
 
107
  # @ gallery
108
- #: gallery-plugin.php:312
109
- 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)"
110
- msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
 
 
 
 
 
 
111
 
112
  # @ gallery
113
- #: gallery-plugin.php:324
114
  msgid "Choose an image for upload:"
115
  msgstr "Escolha uma imagem para fazer upload:"
116
 
117
  # @ gallery
118
- #: gallery-plugin.php:329
119
  msgid "Please enable JavaScript to use the file uploader."
120
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
121
 
122
  # @ gallery
123
- #: gallery-plugin.php:337
124
  msgid "Allow the download link for all images in this gallery"
125
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
126
 
127
  # @ gallery
128
- #: gallery-plugin.php:338
129
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
130
- msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
 
 
 
 
131
 
132
  # @ gallery
133
- #: gallery-plugin.php:340
134
  msgid "Please make a choice"
135
  msgstr "Por favor, faça uma escolha"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:340
139
- #: gallery-plugin.php:980
140
  msgid "Sort images by"
141
  msgstr "Ordenar imagens por"
142
 
143
  # @ gallery
144
- #: gallery-plugin.php:340
145
  msgid "sort images"
146
  msgstr "ordenar imagens"
147
 
148
  # @ gallery
149
- #: gallery-plugin.php:340
150
  msgid "on the plugin settings page ("
151
  msgstr "da página de configurações do plugin ("
152
 
153
  # @ gallery
154
- #: gallery-plugin.php:384
155
- #: gallery-plugin.php:645
156
  msgid "Title"
157
  msgstr "Título"
158
 
159
- #: gallery-plugin.php:386
160
  msgid "Alt tag"
161
  msgstr ""
162
 
163
  # @ gallery
164
- #: gallery-plugin.php:387
165
  msgid "URL"
166
  msgstr "URL"
167
 
168
  # @ gallery
169
- #: gallery-plugin.php:387
170
  msgid "(by click on image opens a link in a new window)"
171
  msgstr "(clicar na imagem abre um link em uma nova janela)"
172
 
173
  # @ gallery
174
- #: gallery-plugin.php:388
175
  msgid "This setting is available in Pro version"
176
  msgstr "Esta configuração está disponível na versão Pro"
177
 
178
  # @ gallery
179
- #: gallery-plugin.php:389
180
  #, fuzzy
181
  msgid "Open the URL"
182
  msgstr "Abrir o link"
183
 
184
  # @ gallery
185
- #: gallery-plugin.php:389
186
  msgid "Current window"
187
  msgstr "Janela atual"
188
 
189
  # @ gallery
190
- #: gallery-plugin.php:389
191
  msgid "New window"
192
  msgstr "Nova janela"
193
 
194
  # @ gallery
195
- #: gallery-plugin.php:390
196
  #, fuzzy
197
  msgid "Lightbox button URL"
198
  msgstr "Fundo do Lightbox"
199
 
200
- #: gallery-plugin.php:391
201
  msgid "Description"
202
  msgstr ""
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:392
206
  msgid "Delete"
207
  msgstr "Excluir"
208
 
209
  # @ gallery
210
- #: gallery-plugin.php:412
211
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
212
- msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
 
 
 
 
213
 
214
  # @ gallery
215
- #: gallery-plugin.php:414
216
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
217
- msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
 
 
 
 
218
 
219
- #: gallery-plugin.php:428
220
  msgid "Most Used"
221
  msgstr ""
222
 
223
  # @ gallery
224
- #: gallery-plugin.php:438
225
  #, fuzzy
226
  msgid "Add New Gallery Category"
227
  msgstr "Adicionar Nova Galeria"
228
 
229
- #: gallery-plugin.php:443
230
  msgid "Install plugin"
231
  msgstr ""
232
 
233
  # @ gallery
234
- #: gallery-plugin.php:646
235
  msgid "Author"
236
  msgstr "Autor"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:647
240
  msgid "Photo"
241
  msgstr "Foto"
242
 
243
  # @ gallery
244
- #: gallery-plugin.php:648
245
  msgid "Publishing"
246
  msgstr "Publicação"
247
 
248
  # @ gallery
249
- #: gallery-plugin.php:649
250
- #: gallery-plugin.php:984
251
  msgid "Date"
252
  msgstr "Data"
253
 
254
  # @ gallery
255
- #: gallery-plugin.php:817
256
  msgid "Settings are saved"
257
  msgstr "As configurações estão salvas"
258
 
259
  # @ gallery
260
- #: gallery-plugin.php:828
261
  msgid "Gallery Settings"
262
  msgstr "Configurações da Galeria"
263
 
264
  # @ bestwebsoft
265
  # @ gallery
266
- #: gallery-plugin.php:830
267
- #: gallery-plugin.php:1157
268
- #: gallery-plugin.php:1174
269
  msgid "Settings"
270
  msgstr "Configurações"
271
 
272
  # @ gallery
273
- #: gallery-plugin.php:831
274
- #: gallery-plugin.php:1158
275
  msgid "FAQ"
276
  msgstr "FAQ"
277
 
278
- #: gallery-plugin.php:832
279
  msgid "Go PRO"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:837
283
  msgid "Notice:"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:837
287
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
288
  msgstr ""
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:838
292
- 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:"
293
- msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
 
 
 
 
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:840
297
  #, fuzzy
298
  msgid "Please enable JavaScript to use the option to renew images."
299
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
300
 
301
- #: gallery-plugin.php:844
302
  msgid "Update images for gallery"
303
  msgstr ""
304
 
305
  # @ gallery
306
- #: gallery-plugin.php:846
307
  #, fuzzy
308
  msgid "Update images"
309
  msgstr "ordenar imagens"
310
 
311
  # @ gallery
312
- #: gallery-plugin.php:854
313
  msgid "Image size for the album cover"
314
  msgstr "Tamanho da imagem de capa do álbum"
315
 
316
  # @ gallery
317
- #: gallery-plugin.php:856
318
- #: gallery-plugin.php:864
319
- #: gallery-plugin.php:880
320
  msgid "Image size"
321
  msgstr "Tamanho da imagem"
322
 
323
  # @ gallery
324
- #: gallery-plugin.php:857
325
- #: gallery-plugin.php:865
326
  msgid "Width (in px)"
327
  msgstr "Largura (em px)"
328
 
329
  # @ gallery
330
- #: gallery-plugin.php:858
331
- #: gallery-plugin.php:866
332
  msgid "Height (in px)"
333
  msgstr "Altura (em px)"
334
 
335
  # @ gallery
336
- #: gallery-plugin.php:862
337
  #, fuzzy
338
  msgid "Image size for thumbnails"
339
  msgstr "Tamanho da imagem de capa do álbum"
340
 
341
  # @ gallery
342
- #: gallery-plugin.php:870
343
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
344
- msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
 
 
 
 
345
 
346
  # @ gallery
347
- #: gallery-plugin.php:878
348
  #, fuzzy
349
  msgid "Image size in the lightbox"
350
  msgstr "Tamanho da imagem da galeria no Lightbox"
351
 
352
  # @ gallery
353
- #: gallery-plugin.php:881
354
  msgid "Max width (in px)"
355
  msgstr "Largura máxima (em px)"
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:882
359
  msgid "Max height (in px)"
360
  msgstr "Altura máxima (em px)"
361
 
362
  # @ gallery
363
- #: gallery-plugin.php:883
364
  msgid "Display a full size image in the lightbox"
365
  msgstr "Exibir a imagem em tamanho original no Lightbox"
366
 
367
  # @ gallery
368
- #: gallery-plugin.php:887
369
  msgid "Crop position"
370
  msgstr "Posição de recorte"
371
 
372
  # @ gallery
373
- #: gallery-plugin.php:889
374
  msgid "Horizontal"
375
  msgstr "Horizontal"
376
 
377
  # @ gallery
378
- #: gallery-plugin.php:891
379
  msgid "left"
380
  msgstr "esquerda"
381
 
382
  # @ gallery
383
- #: gallery-plugin.php:892
384
- #: gallery-plugin.php:899
385
  msgid "center"
386
  msgstr "centro"
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:893
390
  msgid "right"
391
  msgstr "direita"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:896
395
  msgid "Vertical"
396
  msgstr "Vertical"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:898
400
  msgid "top"
401
  msgstr "topo"
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:900
405
  msgid "bottom"
406
  msgstr "fundo"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:905
410
  msgid "Lightbox background"
411
  msgstr "Fundo do Lightbox"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:907
415
  msgid "Default"
416
  msgstr "Padrão"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:908
420
  msgid "Background transparency (from 0 to 1)"
421
  msgstr "Transparência de background (de 0 a 1)"
422
 
423
  # @ gallery
424
- #: gallery-plugin.php:910
425
  msgid "Select a background color"
426
  msgstr "Selecionar uma cor de fundo"
427
 
428
  # @ gallery
429
- #: gallery-plugin.php:912
430
  msgid "Background color"
431
  msgstr "Cor de fundo"
432
 
433
- #: gallery-plugin.php:919
434
- #: gallery-plugin.php:1101
435
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:926
439
- #: gallery-plugin.php:1108
440
  msgid "Unlock premium options by upgrading to a PRO version."
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:927
444
- #: gallery-plugin.php:1109
445
  msgid "Learn More"
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:931
449
- #: gallery-plugin.php:1113
450
  msgid "Start Your Trial"
451
  msgstr ""
452
 
453
- #: gallery-plugin.php:932
454
- #: gallery-plugin.php:1114
455
  msgid "or"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:935
459
- #: gallery-plugin.php:1117
460
  msgid "Go"
461
  msgstr ""
462
 
463
  # @ gallery
464
- #: gallery-plugin.php:943
465
  msgid "Images with border"
466
  msgstr "Imagens com borda"
467
 
468
  # @ gallery
469
- #: gallery-plugin.php:946
470
  msgid "Border width in px, just numbers"
471
  msgstr "Largura da borda em px, apenas os números"
472
 
473
  # @ gallery
474
- #: gallery-plugin.php:948
475
- #: gallery-plugin.php:950
476
  msgid "Select a border color"
477
  msgstr "Escolha a cor da borda"
478
 
479
  # @ gallery
480
- #: gallery-plugin.php:956
481
  msgid "Number of images in the row"
482
  msgstr "Número de imagens por linha"
483
 
484
  # @ gallery
485
- #: gallery-plugin.php:962
486
  msgid "Start slideshow"
487
  msgstr "Iniciar Apresentação de Slides"
488
 
489
  # @ gallery
490
- #: gallery-plugin.php:968
491
  msgid "Slideshow interval"
492
  msgstr "Intervalo de tempo entre cada Slide"
493
 
494
- #: gallery-plugin.php:974
495
  msgid "Use single lightbox for multiple galleries on one page"
496
  msgstr ""
497
 
498
  # @ gallery
499
- #: gallery-plugin.php:982
500
  msgid "Attachment ID"
501
  msgstr "ID do anexo"
502
 
503
  # @ gallery
504
- #: gallery-plugin.php:983
505
  msgid "Image Name"
506
  msgstr "Nome da Imagem"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:985
510
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
511
- msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
 
 
 
 
512
 
513
  # @ gallery
514
- #: gallery-plugin.php:986
515
  msgid "Random"
516
  msgstr "Aleatório"
517
 
518
  # @ gallery
519
- #: gallery-plugin.php:990
520
  msgid "Sort images"
521
  msgstr "Ordenar imagens:"
522
 
523
  # @ gallery
524
- #: gallery-plugin.php:992
525
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
526
- msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
 
 
527
 
528
  # @ gallery
529
- #: gallery-plugin.php:993
530
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
531
- msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
 
 
 
532
 
533
  # @ gallery
534
- #: gallery-plugin.php:997
535
  #, fuzzy
536
  msgid "Display text under the image"
537
  msgstr "Mostrar texto acima da imagem"
538
 
539
  # @ gallery
540
- #: gallery-plugin.php:999
541
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
542
- msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
 
 
543
 
544
  # @ gallery
545
- #: gallery-plugin.php:1003
546
  msgid "Display the Back link"
547
  msgstr "Exibir o link Voltar"
548
 
549
  # @ gallery
550
- #: gallery-plugin.php:1009
551
  msgid "Display the Back link in the shortcode"
552
  msgstr "Exibir o link Voltar no shortcode"
553
 
554
  # @ gallery
555
- #: gallery-plugin.php:1015
556
  msgid "The Back link text"
557
  msgstr "Texto do link Voltar"
558
 
559
  # @ gallery
560
- #: gallery-plugin.php:1021
561
  msgid "The Back link URL"
562
  msgstr "URL do link Voltar"
563
 
564
  # @ gallery
565
- #: gallery-plugin.php:1023
566
  msgid "Gallery page (Page with Gallery Template)"
567
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
568
 
569
  # @ gallery
570
- #: gallery-plugin.php:1025
571
  msgid "(Full URL to custom page)"
572
  msgstr "(URL completa para a página personalizada)"
573
 
574
  # @ gallery
575
- #: gallery-plugin.php:1029
576
  msgid "The Read More link text"
577
  msgstr "Texto do link Leia Mais"
578
 
579
- #: gallery-plugin.php:1035
580
  msgid "Add gallery to the search"
581
  msgstr ""
582
 
583
- #: gallery-plugin.php:1040
584
  msgid "Using"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1040
588
  msgid "powered by"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1043
592
- #: gallery-plugin.php:1047
593
  msgid "Using Custom Search powered by"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1043
597
  msgid "Activate Custom Search"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1047
601
  msgid "Download Custom Search"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1057
605
  msgid "Use pagination for images"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1060
609
  msgid "per page"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1064
613
  msgid "The lightbox helper"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1066
617
  msgid "Do not use"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1067
621
  msgid "Button helper"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1068
625
  msgid "Thumbnail helper"
626
  msgstr ""
627
 
628
  # @ gallery
629
- #: gallery-plugin.php:1072
630
  msgid "Display Like buttons in the lightbox"
631
  msgstr "Exibir botões de Curtir no Lightbox"
632
 
633
  # @ gallery
634
- #: gallery-plugin.php:1074
635
  msgid "FaceBook"
636
  msgstr "Facebook"
637
 
638
  # @ gallery
639
- #: gallery-plugin.php:1075
640
  msgid "Twitter"
641
  msgstr "Twitter"
642
 
643
  # @ gallery
644
- #: gallery-plugin.php:1076
645
  msgid "Pinterest"
646
  msgstr "Pinterest"
647
 
648
  # @ gallery
649
- #: gallery-plugin.php:1077
650
  msgid "Google +1"
651
  msgstr "Google +1"
652
 
653
  # @ gallery
654
- #: gallery-plugin.php:1081
655
  msgid "Slug for gallery item"
656
  msgstr "Slug para o item da galeria"
657
 
658
  # @ gallery
659
- #: gallery-plugin.php:1083
660
  msgid "for any structure of permalinks except the default structure"
661
- msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
 
662
 
663
- #: gallery-plugin.php:1087
664
  msgid "Title for lightbox button"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:1093
668
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
669
  msgstr ""
670
 
671
- #: gallery-plugin.php:1096
672
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
 
 
 
 
 
 
 
673
  msgstr ""
674
 
675
  # @ default
676
- #: gallery-plugin.php:1125
677
  msgid "Save Changes"
678
  msgstr "Salvar Alterações"
679
 
680
  # @ gallery
681
- #: gallery-plugin.php:1159
682
  msgid "Support"
683
  msgstr "Suporte"
684
 
685
- #: gallery-plugin.php:1267
686
  msgid "Updating images..."
687
  msgstr ""
688
 
689
  # @ gallery
690
- #: gallery-plugin.php:1268
691
  #, fuzzy
692
  msgid "No image found."
693
  msgstr "Nenhuma Galeria foi encontrada"
694
 
695
- #: gallery-plugin.php:1269
696
  msgid "All images are updated."
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:1270
700
  msgid "Error."
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:1279
704
  msgid "Learn more"
705
  msgstr ""
706
 
707
- #: gallery-plugin.php:1284
708
- #: gallery-plugin.php:1324
709
  msgid "Activate"
710
  msgstr ""
711
 
712
- #: gallery-plugin.php:1291
713
- #: gallery-plugin.php:1331
714
  msgid "Install now"
715
  msgstr ""
716
 
717
- #: gallery-plugin.php:1300
718
  msgid "Add multiple gallery categories"
719
  msgstr ""
720
 
721
- #: gallery-plugin.php:1300
722
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
723
  msgstr ""
724
 
725
- #: gallery-plugin.php:1309
726
- #: gallery-plugin.php:1350
727
  msgid "Close"
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:1341
731
  msgid "Already attached?"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:1341
735
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
736
  msgstr ""
737
 
738
  # @ gallery
739
- #: gallery-plugin.php:1404
740
- #: template/gallery-single-template.php:19
741
  msgid "Download high resolution image"
742
  msgstr "Download de imagem de alta resolução"
743
 
744
  # @ gallery
745
- #: gallery-plugin.php:1557
746
- #: template/gallery-single-template.php:95
747
  msgid "Sorry, nothing found."
748
  msgstr "Desculpe, nada foi encontrado."
749
 
750
  # @ gallery
751
- #: gallery-plugin.php:1579
752
- #: template/gallery-single-template.php:114
753
  msgid "Image"
754
  msgstr "Imagem"
755
 
756
  # @ gallery
757
- #: gallery-plugin.php:1875
758
  #, fuzzy
759
  msgid "Image size not defined"
760
  msgstr "Tamanho da imagem"
761
 
762
- #: gallery-plugin.php:1890
763
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:1901
767
  msgid "Image size changes not defined"
768
  msgstr ""
769
 
770
- #: gallery-plugin.php:1930
771
- #: gallery-plugin.php:1933
772
- #: gallery-plugin.php:1938
773
  msgid "Invalid path"
774
  msgstr ""
775
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
24
  msgstr "Ver imagens &raquo;"
25
 
26
  # @ gallery
27
+ #: gallery-plugin.php:207
28
+ msgid ""
29
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
30
+ "php\" were not found in the directory of your theme. Please copy them from "
31
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
32
+ "directory of your theme for the correct work of the Gallery plugin"
33
+ msgstr ""
34
+ "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template."
35
+ "php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a "
36
+ "partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o "
37
+ "diretório do seu tema para que o plugin Galeria funcione corretamente"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
41
  msgid "Galleries"
42
  msgstr "Galerias"
43
 
44
  # @ gallery
45
+ #: gallery-plugin.php:217
46
  msgid "Gallery"
47
  msgstr "Galeria"
48
 
49
  # @ gallery
50
+ #: gallery-plugin.php:218
51
  msgid "Add a Gallery"
52
  msgstr "Adicionar uma Galeria"
53
 
54
  # @ gallery
55
+ #: gallery-plugin.php:219
56
  msgid "Add New Gallery"
57
  msgstr "Adicionar Nova Galeria"
58
 
59
  # @ gallery
60
+ #: gallery-plugin.php:220
61
  msgid "Edit Gallery"
62
  msgstr "Editar Galeria"
63
 
64
  # @ gallery
65
+ #: gallery-plugin.php:221
66
  msgid "New Gallery"
67
  msgstr "Nova Galeria"
68
 
69
  # @ gallery
70
+ #: gallery-plugin.php:222
71
  msgid "View Gallery"
72
  msgstr "Ver Galeria"
73
 
74
  # @ gallery
75
+ #: gallery-plugin.php:223
76
  msgid "Find a Gallery"
77
  msgstr "Encontre uma Galeria"
78
 
79
  # @ gallery
80
+ #: gallery-plugin.php:224
81
  msgid "No Gallery found"
82
  msgstr "Nenhuma Galeria foi encontrada"
83
 
84
  # @ gallery
85
+ #: gallery-plugin.php:281
86
  msgid "Upload File"
87
  msgstr "Enviar Arquivo"
88
 
89
  # @ gallery
90
+ #: gallery-plugin.php:282
91
  msgid "Gallery Shortcode"
92
  msgstr "Shortcode da Galeria"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanho da imagem da galeria"
99
 
100
+ #: gallery-plugin.php:293
101
  msgid "Choose a media file that will be attached"
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:293
105
  #, php-format
106
  msgid "You need to install \"%s\" plugin to use this functionality"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:294
110
  msgid "Attach media item to this gallery"
111
  msgstr ""
112
 
113
  # @ gallery
114
+ #: gallery-plugin.php:313
115
+ msgid ""
116
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
117
+ "for record on your webserver. Please use the standard WP functionality to "
118
+ "upload images (media library)"
119
+ msgstr ""
120
+ "O diretório temporário da Galeria (gallery-plugin/upload/files) não está "
121
+ "disponível para escrita em seu servidor Web. Por favor, utilize o método "
122
+ "padrão do WP para fazer upload de imagens (biblioteca de mídia)"
123
 
124
  # @ gallery
125
+ #: gallery-plugin.php:325
126
  msgid "Choose an image for upload:"
127
  msgstr "Escolha uma imagem para fazer upload:"
128
 
129
  # @ gallery
130
+ #: gallery-plugin.php:330
131
  msgid "Please enable JavaScript to use the file uploader."
132
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
133
 
134
  # @ gallery
135
+ #: gallery-plugin.php:338
136
  msgid "Allow the download link for all images in this gallery"
137
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
138
 
139
  # @ gallery
140
+ #: gallery-plugin.php:339
141
+ msgid ""
142
+ "Please use the drag and drop function to change an order of the images "
143
+ "displaying and do not forget to save the post."
144
+ msgstr ""
145
+ "Por favor, use a função arrastar e soltar para alterar a ordem de exibição "
146
+ "das imagens e não se esqueça de salvar o post."
147
 
148
  # @ gallery
149
+ #: gallery-plugin.php:341
150
  msgid "Please make a choice"
151
  msgstr "Por favor, faça uma escolha"
152
 
153
  # @ gallery
154
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
155
  msgid "Sort images by"
156
  msgstr "Ordenar imagens por"
157
 
158
  # @ gallery
159
+ #: gallery-plugin.php:341
160
  msgid "sort images"
161
  msgstr "ordenar imagens"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:341
165
  msgid "on the plugin settings page ("
166
  msgstr "da página de configurações do plugin ("
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
170
  msgid "Title"
171
  msgstr "Título"
172
 
173
+ #: gallery-plugin.php:387
174
  msgid "Alt tag"
175
  msgstr ""
176
 
177
  # @ gallery
178
+ #: gallery-plugin.php:388
179
  msgid "URL"
180
  msgstr "URL"
181
 
182
  # @ gallery
183
+ #: gallery-plugin.php:388
184
  msgid "(by click on image opens a link in a new window)"
185
  msgstr "(clicar na imagem abre um link em uma nova janela)"
186
 
187
  # @ gallery
188
+ #: gallery-plugin.php:389
189
  msgid "This setting is available in Pro version"
190
  msgstr "Esta configuração está disponível na versão Pro"
191
 
192
  # @ gallery
193
+ #: gallery-plugin.php:390
194
  #, fuzzy
195
  msgid "Open the URL"
196
  msgstr "Abrir o link"
197
 
198
  # @ gallery
199
+ #: gallery-plugin.php:390
200
  msgid "Current window"
201
  msgstr "Janela atual"
202
 
203
  # @ gallery
204
+ #: gallery-plugin.php:390
205
  msgid "New window"
206
  msgstr "Nova janela"
207
 
208
  # @ gallery
209
+ #: gallery-plugin.php:391
210
  #, fuzzy
211
  msgid "Lightbox button URL"
212
  msgstr "Fundo do Lightbox"
213
 
214
+ #: gallery-plugin.php:392
215
  msgid "Description"
216
  msgstr ""
217
 
218
  # @ gallery
219
+ #: gallery-plugin.php:393
220
  msgid "Delete"
221
  msgstr "Excluir"
222
 
223
  # @ gallery
224
+ #: gallery-plugin.php:413
225
+ msgid ""
226
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
227
+ "into the content"
228
+ msgstr ""
229
+ "Você pode adicionar esta Galeria numa página ou post inserindo este "
230
+ "shortcode no conteúdo"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:415
234
+ msgid ""
235
+ "If you want to display a short description containing a screenshot and the "
236
+ "link to the Single Gallery Page"
237
+ msgstr ""
238
+ "Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
239
+ "para a Página da Galeria use assim"
240
 
241
+ #: gallery-plugin.php:429
242
  msgid "Most Used"
243
  msgstr ""
244
 
245
  # @ gallery
246
+ #: gallery-plugin.php:439
247
  #, fuzzy
248
  msgid "Add New Gallery Category"
249
  msgstr "Adicionar Nova Galeria"
250
 
251
+ #: gallery-plugin.php:444
252
  msgid "Install plugin"
253
  msgstr ""
254
 
255
  # @ gallery
256
+ #: gallery-plugin.php:647
257
  msgid "Author"
258
  msgstr "Autor"
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:648
262
  msgid "Photo"
263
  msgstr "Foto"
264
 
265
  # @ gallery
266
+ #: gallery-plugin.php:649
267
  msgid "Publishing"
268
  msgstr "Publicação"
269
 
270
  # @ gallery
271
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
272
  msgid "Date"
273
  msgstr "Data"
274
 
275
  # @ gallery
276
+ #: gallery-plugin.php:820
277
  msgid "Settings are saved"
278
  msgstr "As configurações estão salvas"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:831
282
  msgid "Gallery Settings"
283
  msgstr "Configurações da Galeria"
284
 
285
  # @ bestwebsoft
286
  # @ gallery
287
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
288
  msgid "Settings"
289
  msgstr "Configurações"
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
+ #: gallery-plugin.php:835
297
  msgid "Go PRO"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:840
301
  msgid "Notice:"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:840
305
+ msgid ""
306
+ "The plugin's settings have been changed. In order to save them please don't "
307
+ "forget to click the 'Save Changes' button."
308
  msgstr ""
309
 
310
  # @ gallery
311
+ #: gallery-plugin.php:841
312
+ msgid ""
313
+ "If you would like to add a Single Gallery to your page or post, just copy "
314
+ "and paste this shortcode into your post or page:"
315
+ msgstr ""
316
+ "Se você quiser adicionar uma Galeria específica em sua página ou post, basta "
317
+ "copiar e colar este shortcode em seu post ou página:"
318
 
319
  # @ gallery
320
+ #: gallery-plugin.php:843
321
  #, fuzzy
322
  msgid "Please enable JavaScript to use the option to renew images."
323
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
324
 
325
+ #: gallery-plugin.php:847
326
  msgid "Update images for gallery"
327
  msgstr ""
328
 
329
  # @ gallery
330
+ #: gallery-plugin.php:849
331
  #, fuzzy
332
  msgid "Update images"
333
  msgstr "ordenar imagens"
334
 
335
  # @ gallery
336
+ #: gallery-plugin.php:857
337
  msgid "Image size for the album cover"
338
  msgstr "Tamanho da imagem de capa do álbum"
339
 
340
  # @ gallery
341
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
342
  msgid "Image size"
343
  msgstr "Tamanho da imagem"
344
 
345
  # @ gallery
346
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
347
  msgid "Width (in px)"
348
  msgstr "Largura (em px)"
349
 
350
  # @ gallery
351
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
352
  msgid "Height (in px)"
353
  msgstr "Altura (em px)"
354
 
355
  # @ gallery
356
+ #: gallery-plugin.php:865
357
  #, fuzzy
358
  msgid "Image size for thumbnails"
359
  msgstr "Tamanho da imagem de capa do álbum"
360
 
361
  # @ gallery
362
+ #: gallery-plugin.php:873
363
+ msgid ""
364
+ "WordPress will create a new thumbnail with the specified dimensions when you "
365
+ "upload a new photo."
366
+ msgstr ""
367
+ "WordPress irá criar uma nova miniatura com os tamanhos especificados quando "
368
+ "você enviar uma nova foto."
369
 
370
  # @ gallery
371
+ #: gallery-plugin.php:881
372
  #, fuzzy
373
  msgid "Image size in the lightbox"
374
  msgstr "Tamanho da imagem da galeria no Lightbox"
375
 
376
  # @ gallery
377
+ #: gallery-plugin.php:884
378
  msgid "Max width (in px)"
379
  msgstr "Largura máxima (em px)"
380
 
381
  # @ gallery
382
+ #: gallery-plugin.php:885
383
  msgid "Max height (in px)"
384
  msgstr "Altura máxima (em px)"
385
 
386
  # @ gallery
387
+ #: gallery-plugin.php:886
388
  msgid "Display a full size image in the lightbox"
389
  msgstr "Exibir a imagem em tamanho original no Lightbox"
390
 
391
  # @ gallery
392
+ #: gallery-plugin.php:890
393
  msgid "Crop position"
394
  msgstr "Posição de recorte"
395
 
396
  # @ gallery
397
+ #: gallery-plugin.php:892
398
  msgid "Horizontal"
399
  msgstr "Horizontal"
400
 
401
  # @ gallery
402
+ #: gallery-plugin.php:894
403
  msgid "left"
404
  msgstr "esquerda"
405
 
406
  # @ gallery
407
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
408
  msgid "center"
409
  msgstr "centro"
410
 
411
  # @ gallery
412
+ #: gallery-plugin.php:896
413
  msgid "right"
414
  msgstr "direita"
415
 
416
  # @ gallery
417
+ #: gallery-plugin.php:899
418
  msgid "Vertical"
419
  msgstr "Vertical"
420
 
421
  # @ gallery
422
+ #: gallery-plugin.php:901
423
  msgid "top"
424
  msgstr "topo"
425
 
426
  # @ gallery
427
+ #: gallery-plugin.php:903
428
  msgid "bottom"
429
  msgstr "fundo"
430
 
431
  # @ gallery
432
+ #: gallery-plugin.php:908
433
  msgid "Lightbox background"
434
  msgstr "Fundo do Lightbox"
435
 
436
  # @ gallery
437
+ #: gallery-plugin.php:910
438
  msgid "Default"
439
  msgstr "Padrão"
440
 
441
  # @ gallery
442
+ #: gallery-plugin.php:911
443
  msgid "Background transparency (from 0 to 1)"
444
  msgstr "Transparência de background (de 0 a 1)"
445
 
446
  # @ gallery
447
+ #: gallery-plugin.php:913
448
  msgid "Select a background color"
449
  msgstr "Selecionar uma cor de fundo"
450
 
451
  # @ gallery
452
+ #: gallery-plugin.php:915
453
  msgid "Background color"
454
  msgstr "Cor de fundo"
455
 
456
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
457
+ msgid ""
458
+ "If you upgrade to Pro version all your settings and galleries will be saved."
459
  msgstr ""
460
 
461
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
462
  msgid "Unlock premium options by upgrading to a PRO version."
463
  msgstr ""
464
 
465
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
466
  msgid "Learn More"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
470
  msgid "Start Your Trial"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
474
  msgid "or"
475
  msgstr ""
476
 
477
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
478
  msgid "Go"
479
  msgstr ""
480
 
481
  # @ gallery
482
+ #: gallery-plugin.php:946
483
  msgid "Images with border"
484
  msgstr "Imagens com borda"
485
 
486
  # @ gallery
487
+ #: gallery-plugin.php:949
488
  msgid "Border width in px, just numbers"
489
  msgstr "Largura da borda em px, apenas os números"
490
 
491
  # @ gallery
492
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
493
  msgid "Select a border color"
494
  msgstr "Escolha a cor da borda"
495
 
496
  # @ gallery
497
+ #: gallery-plugin.php:959
498
  msgid "Number of images in the row"
499
  msgstr "Número de imagens por linha"
500
 
501
  # @ gallery
502
+ #: gallery-plugin.php:965
503
  msgid "Start slideshow"
504
  msgstr "Iniciar Apresentação de Slides"
505
 
506
  # @ gallery
507
+ #: gallery-plugin.php:971
508
  msgid "Slideshow interval"
509
  msgstr "Intervalo de tempo entre cada Slide"
510
 
511
+ #: gallery-plugin.php:977
512
  msgid "Use single lightbox for multiple galleries on one page"
513
  msgstr ""
514
 
515
  # @ gallery
516
+ #: gallery-plugin.php:985
517
  msgid "Attachment ID"
518
  msgstr "ID do anexo"
519
 
520
  # @ gallery
521
+ #: gallery-plugin.php:986
522
  msgid "Image Name"
523
  msgstr "Nome da Imagem"
524
 
525
  # @ gallery
526
+ #: gallery-plugin.php:988
527
+ msgid ""
528
+ "Sorting order (the input field for sorting order in the Insert / Upload "
529
+ "Media Gallery dialog)"
530
+ msgstr ""
531
+ "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar "
532
+ "Mídia)"
533
 
534
  # @ gallery
535
+ #: gallery-plugin.php:989
536
  msgid "Random"
537
  msgstr "Aleatório"
538
 
539
  # @ gallery
540
+ #: gallery-plugin.php:993
541
  msgid "Sort images"
542
  msgstr "Ordenar imagens:"
543
 
544
  # @ gallery
545
+ #: gallery-plugin.php:995
546
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
547
+ msgstr ""
548
+ "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
549
+ "a, b, c)"
550
 
551
  # @ gallery
552
+ #: gallery-plugin.php:996
553
+ msgid ""
554
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
555
+ msgstr ""
556
+ "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
557
+ "1; c, b, a)"
558
 
559
  # @ gallery
560
+ #: gallery-plugin.php:1000
561
  #, fuzzy
562
  msgid "Display text under the image"
563
  msgstr "Mostrar texto acima da imagem"
564
 
565
  # @ gallery
566
+ #: gallery-plugin.php:1002
567
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
568
+ msgstr ""
569
+ "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa "
570
+ "lightbox"
571
 
572
  # @ gallery
573
+ #: gallery-plugin.php:1006
574
  msgid "Display the Back link"
575
  msgstr "Exibir o link Voltar"
576
 
577
  # @ gallery
578
+ #: gallery-plugin.php:1012
579
  msgid "Display the Back link in the shortcode"
580
  msgstr "Exibir o link Voltar no shortcode"
581
 
582
  # @ gallery
583
+ #: gallery-plugin.php:1018
584
  msgid "The Back link text"
585
  msgstr "Texto do link Voltar"
586
 
587
  # @ gallery
588
+ #: gallery-plugin.php:1024
589
  msgid "The Back link URL"
590
  msgstr "URL do link Voltar"
591
 
592
  # @ gallery
593
+ #: gallery-plugin.php:1026
594
  msgid "Gallery page (Page with Gallery Template)"
595
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
596
 
597
  # @ gallery
598
+ #: gallery-plugin.php:1028
599
  msgid "(Full URL to custom page)"
600
  msgstr "(URL completa para a página personalizada)"
601
 
602
  # @ gallery
603
+ #: gallery-plugin.php:1032
604
  msgid "The Read More link text"
605
  msgstr "Texto do link Leia Mais"
606
 
607
+ #: gallery-plugin.php:1038
608
  msgid "Add gallery to the search"
609
  msgstr ""
610
 
611
+ #: gallery-plugin.php:1043
612
  msgid "Using"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1043
616
  msgid "powered by"
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
620
  msgid "Using Custom Search powered by"
621
  msgstr ""
622
 
623
+ #: gallery-plugin.php:1046
624
  msgid "Activate Custom Search"
625
  msgstr ""
626
 
627
+ #: gallery-plugin.php:1050
628
  msgid "Download Custom Search"
629
  msgstr ""
630
 
631
+ #: gallery-plugin.php:1060
632
  msgid "Use pagination for images"
633
  msgstr ""
634
 
635
+ #: gallery-plugin.php:1063
636
  msgid "per page"
637
  msgstr ""
638
 
639
+ #: gallery-plugin.php:1067
640
  msgid "The lightbox helper"
641
  msgstr ""
642
 
643
+ #: gallery-plugin.php:1069
644
  msgid "Do not use"
645
  msgstr ""
646
 
647
+ #: gallery-plugin.php:1070
648
  msgid "Button helper"
649
  msgstr ""
650
 
651
+ #: gallery-plugin.php:1071
652
  msgid "Thumbnail helper"
653
  msgstr ""
654
 
655
  # @ gallery
656
+ #: gallery-plugin.php:1075
657
  msgid "Display Like buttons in the lightbox"
658
  msgstr "Exibir botões de Curtir no Lightbox"
659
 
660
  # @ gallery
661
+ #: gallery-plugin.php:1077
662
  msgid "FaceBook"
663
  msgstr "Facebook"
664
 
665
  # @ gallery
666
+ #: gallery-plugin.php:1078
667
  msgid "Twitter"
668
  msgstr "Twitter"
669
 
670
  # @ gallery
671
+ #: gallery-plugin.php:1079
672
  msgid "Pinterest"
673
  msgstr "Pinterest"
674
 
675
  # @ gallery
676
+ #: gallery-plugin.php:1080
677
  msgid "Google +1"
678
  msgstr "Google +1"
679
 
680
  # @ gallery
681
+ #: gallery-plugin.php:1084
682
  msgid "Slug for gallery item"
683
  msgstr "Slug para o item da galeria"
684
 
685
  # @ gallery
686
+ #: gallery-plugin.php:1086
687
  msgid "for any structure of permalinks except the default structure"
688
+ msgstr ""
689
+ "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
690
 
691
+ #: gallery-plugin.php:1090
692
  msgid "Title for lightbox button"
693
  msgstr ""
694
 
695
+ #: gallery-plugin.php:1096
696
+ msgid ""
697
+ "Display all images in the lightbox instead of going into a single gallery"
698
  msgstr ""
699
 
700
+ #: gallery-plugin.php:1099
701
+ msgid ""
702
+ "When using the gallery template or a shortcode with `display=short` parameter"
703
+ msgstr ""
704
+
705
+ #: gallery-plugin.php:1128
706
+ msgid "Rewrite templates after update"
707
+ msgstr ""
708
+
709
+ #: gallery-plugin.php:1130
710
+ msgid ""
711
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
712
+ "'gallery-single-template.php' file in your theme folder and You don't want "
713
+ "to rewrite them"
714
  msgstr ""
715
 
716
  # @ default
717
+ #: gallery-plugin.php:1136
718
  msgid "Save Changes"
719
  msgstr "Salvar Alterações"
720
 
721
  # @ gallery
722
+ #: gallery-plugin.php:1170
723
  msgid "Support"
724
  msgstr "Suporte"
725
 
726
+ #: gallery-plugin.php:1278
727
  msgid "Updating images..."
728
  msgstr ""
729
 
730
  # @ gallery
731
+ #: gallery-plugin.php:1279
732
  #, fuzzy
733
  msgid "No image found."
734
  msgstr "Nenhuma Galeria foi encontrada"
735
 
736
+ #: gallery-plugin.php:1280
737
  msgid "All images are updated."
738
  msgstr ""
739
 
740
+ #: gallery-plugin.php:1281
741
  msgid "Error."
742
  msgstr ""
743
 
744
+ #: gallery-plugin.php:1290
745
  msgid "Learn more"
746
  msgstr ""
747
 
748
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
749
  msgid "Activate"
750
  msgstr ""
751
 
752
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
753
  msgid "Install now"
754
  msgstr ""
755
 
756
+ #: gallery-plugin.php:1311
757
  msgid "Add multiple gallery categories"
758
  msgstr ""
759
 
760
+ #: gallery-plugin.php:1311
761
+ msgid ""
762
+ "Install Gallery Categories plugin to add unlimited number of categories."
763
  msgstr ""
764
 
765
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
766
  msgid "Close"
767
  msgstr ""
768
 
769
+ #: gallery-plugin.php:1352
770
  msgid "Already attached?"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:1352
774
+ msgid ""
775
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
776
+ "attacher plugin."
777
  msgstr ""
778
 
779
  # @ gallery
780
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
781
  msgid "Download high resolution image"
782
  msgstr "Download de imagem de alta resolução"
783
 
784
  # @ gallery
785
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
786
  msgid "Sorry, nothing found."
787
  msgstr "Desculpe, nada foi encontrado."
788
 
789
  # @ gallery
790
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
791
  msgid "Image"
792
  msgstr "Imagem"
793
 
794
  # @ gallery
795
+ #: gallery-plugin.php:1886
796
  #, fuzzy
797
  msgid "Image size not defined"
798
  msgstr "Tamanho da imagem"
799
 
800
+ #: gallery-plugin.php:1901
801
+ msgid ""
802
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
803
+ "manually reload image."
804
  msgstr ""
805
 
806
+ #: gallery-plugin.php:1912
807
  msgid "Image size changes not defined"
808
  msgstr ""
809
 
810
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
811
  msgid "Invalid path"
812
  msgstr ""
 
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -20,637 +20,687 @@ msgstr ""
20
  msgid "See images &raquo;"
21
  msgstr "Смотреть фотографии &raquo;"
22
 
23
- #: gallery-plugin.php:206
24
- 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"
25
- msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Gallery"
 
 
 
 
 
 
 
 
26
 
27
- #: gallery-plugin.php:215
28
- #: gallery-plugin.php:225
29
  msgid "Galleries"
30
  msgstr "Галереи"
31
 
32
- #: gallery-plugin.php:216
33
  msgid "Gallery"
34
  msgstr "Галерея"
35
 
36
- #: gallery-plugin.php:217
37
  msgid "Add a Gallery"
38
  msgstr "Добавить галерею"
39
 
40
- #: gallery-plugin.php:218
41
  msgid "Add New Gallery"
42
  msgstr "Добавить новую галерею"
43
 
44
- #: gallery-plugin.php:219
45
  msgid "Edit Gallery"
46
  msgstr "Редактировать галерею"
47
 
48
- #: gallery-plugin.php:220
49
  msgid "New Gallery"
50
  msgstr "Новая галерея"
51
 
52
- #: gallery-plugin.php:221
53
  msgid "View Gallery"
54
  msgstr "Просмотреть галерею"
55
 
56
- #: gallery-plugin.php:222
57
  msgid "Find a Gallery"
58
  msgstr "Редактировать галерею"
59
 
60
- #: gallery-plugin.php:223
61
  msgid "No Gallery found"
62
  msgstr "Ни одной галереи не найдено"
63
 
64
- #: gallery-plugin.php:280
65
  msgid "Upload File"
66
  msgstr "Загрузить файлы"
67
 
68
- #: gallery-plugin.php:281
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод для галереи"
71
 
72
- #: gallery-plugin.php:283
73
- #: gallery-plugin.php:427
74
  msgid "Gallery Categories"
75
  msgstr "Категории галерей"
76
 
77
- #: gallery-plugin.php:292
78
  msgid "Choose a media file that will be attached"
79
  msgstr "Выберите медиа файлы для прикрепления"
80
 
81
- #: gallery-plugin.php:292
82
  #, php-format
83
  msgid "You need to install \"%s\" plugin to use this functionality"
84
  msgstr "Чтобы использовать этот функционал, вам нужно установить плагин \"%s\""
85
 
86
- #: gallery-plugin.php:293
87
  msgid "Attach media item to this gallery"
88
  msgstr "Прикрепить медиа файл к галерее"
89
 
90
- #: gallery-plugin.php:312
91
- 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)"
92
- msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
 
 
 
 
 
 
93
 
94
- #: gallery-plugin.php:324
95
  msgid "Choose an image for upload:"
96
  msgstr "Выбрать файлы для загрузки:"
97
 
98
- #: gallery-plugin.php:329
99
  msgid "Please enable JavaScript to use the file uploader."
100
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
101
 
102
- #: gallery-plugin.php:337
103
  msgid "Allow the download link for all images in this gallery"
104
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
105
 
106
- #: gallery-plugin.php:338
107
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
108
- msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
 
 
 
 
109
 
110
- #: gallery-plugin.php:340
111
  msgid "Please make a choice"
112
  msgstr "Пожалуйста, выберите"
113
 
114
- #: gallery-plugin.php:340
115
- #: gallery-plugin.php:980
116
  msgid "Sort images by"
117
  msgstr "Изображения сортируются по"
118
 
119
- #: gallery-plugin.php:340
120
  msgid "sort images"
121
  msgstr "сортировать изображения"
122
 
123
- #: gallery-plugin.php:340
124
  msgid "on the plugin settings page ("
125
  msgstr "на странице настроек плагина ("
126
 
127
- #: gallery-plugin.php:384
128
- #: gallery-plugin.php:645
129
  msgid "Title"
130
  msgstr "Название"
131
 
132
- #: gallery-plugin.php:386
133
  msgid "Alt tag"
134
  msgstr "Тэг \"Alt\""
135
 
136
- #: gallery-plugin.php:387
137
  msgid "URL"
138
  msgstr "Ссылка"
139
 
140
- #: gallery-plugin.php:387
141
  msgid "(by click on image opens a link in a new window)"
142
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
143
 
144
- #: gallery-plugin.php:388
145
  msgid "This setting is available in Pro version"
146
  msgstr "Эти настройки доступны в Pro версии"
147
 
148
- #: gallery-plugin.php:389
149
  msgid "Open the URL"
150
  msgstr "Открыть ссылку"
151
 
152
- #: gallery-plugin.php:389
153
  msgid "Current window"
154
  msgstr "Текущее окно"
155
 
156
- #: gallery-plugin.php:389
157
  msgid "New window"
158
  msgstr "Новое окно"
159
 
160
- #: gallery-plugin.php:390
161
  msgid "Lightbox button URL"
162
  msgstr "Ссылка кнопки в лайтбоксе"
163
 
164
- #: gallery-plugin.php:391
165
  msgid "Description"
166
  msgstr "Описание"
167
 
168
- #: gallery-plugin.php:392
169
  msgid "Delete"
170
  msgstr "Удалить"
171
 
172
- #: gallery-plugin.php:412
173
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
174
- msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
 
 
 
 
175
 
176
- #: gallery-plugin.php:414
177
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
178
- msgstr "Если вы хотите вывести краткое описание галереи со скриншотом и со ссылкой на отдельную страницу с галерей"
 
 
 
 
179
 
180
- #: gallery-plugin.php:428
181
  msgid "Most Used"
182
  msgstr "Наиболее используемые"
183
 
184
- #: gallery-plugin.php:438
185
  msgid "Add New Gallery Category"
186
  msgstr "Добавить новую категорию галерей"
187
 
188
- #: gallery-plugin.php:443
189
  msgid "Install plugin"
190
  msgstr "Установить плагин"
191
 
192
- #: gallery-plugin.php:646
193
  msgid "Author"
194
  msgstr "Автор"
195
 
196
- #: gallery-plugin.php:647
197
  msgid "Photo"
198
  msgstr "Фото"
199
 
200
- #: gallery-plugin.php:648
201
  msgid "Publishing"
202
  msgstr "Опубликование"
203
 
204
- #: gallery-plugin.php:649
205
- #: gallery-plugin.php:984
206
  msgid "Date"
207
  msgstr "дате"
208
 
209
- #: gallery-plugin.php:817
210
  msgid "Settings are saved"
211
  msgstr "Опции сохранены"
212
 
213
- #: gallery-plugin.php:828
214
  msgid "Gallery Settings"
215
  msgstr "Настройки Gallery"
216
 
217
- #: gallery-plugin.php:830
218
- #: gallery-plugin.php:1157
219
- #: gallery-plugin.php:1174
220
  msgid "Settings"
221
  msgstr "Настройки"
222
 
223
- #: gallery-plugin.php:831
224
- #: gallery-plugin.php:1158
225
  msgid "FAQ"
226
  msgstr "FAQ"
227
 
228
- #: gallery-plugin.php:832
229
  msgid "Go PRO"
230
  msgstr "Перейти на PRO версию"
231
 
232
- #: gallery-plugin.php:837
233
  msgid "Notice:"
234
  msgstr "Внимание:"
235
 
236
- #: gallery-plugin.php:837
237
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
- msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
 
 
 
 
239
 
240
- #: gallery-plugin.php:838
241
- 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:"
242
- msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
 
 
 
 
243
 
244
- #: gallery-plugin.php:840
245
  msgid "Please enable JavaScript to use the option to renew images."
246
- msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
 
 
247
 
248
- #: gallery-plugin.php:844
249
  msgid "Update images for gallery"
250
  msgstr "Обновить изображения для галереи"
251
 
252
- #: gallery-plugin.php:846
253
  msgid "Update images"
254
  msgstr "Обновить изображения"
255
 
256
- #: gallery-plugin.php:854
257
  msgid "Image size for the album cover"
258
  msgstr "Размер изображения для обложки альбома галереи"
259
 
260
- #: gallery-plugin.php:856
261
- #: gallery-plugin.php:864
262
- #: gallery-plugin.php:880
263
  msgid "Image size"
264
  msgstr "Название размера изображения"
265
 
266
- #: gallery-plugin.php:857
267
- #: gallery-plugin.php:865
268
  msgid "Width (in px)"
269
  msgstr "Ширина (в px)"
270
 
271
- #: gallery-plugin.php:858
272
- #: gallery-plugin.php:866
273
  msgid "Height (in px)"
274
  msgstr "Высота (в px)"
275
 
276
- #: gallery-plugin.php:862
277
  msgid "Image size for thumbnails"
278
  msgstr "Размер изображения для миниатюр"
279
 
280
- #: gallery-plugin.php:870
281
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
- msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
 
 
 
 
283
 
284
- #: gallery-plugin.php:878
285
  msgid "Image size in the lightbox"
286
  msgstr "Размер изображений в лайтбоксе"
287
 
288
- #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
290
  msgstr "Макс. ширина (в px)"
291
 
292
- #: gallery-plugin.php:882
293
  msgid "Max height (in px)"
294
  msgstr "Макс. высота (в px)"
295
 
296
- #: gallery-plugin.php:883
297
  msgid "Display a full size image in the lightbox"
298
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
299
 
300
- #: gallery-plugin.php:887
301
  msgid "Crop position"
302
  msgstr "Позиция обрезки"
303
 
304
- #: gallery-plugin.php:889
305
  msgid "Horizontal"
306
  msgstr "Горизонтальная"
307
 
308
- #: gallery-plugin.php:891
309
  msgid "left"
310
  msgstr "лево"
311
 
312
- #: gallery-plugin.php:892
313
- #: gallery-plugin.php:899
314
  msgid "center"
315
  msgstr "центр"
316
 
317
- #: gallery-plugin.php:893
318
  msgid "right"
319
  msgstr "право"
320
 
321
- #: gallery-plugin.php:896
322
  msgid "Vertical"
323
  msgstr "Вертикальная"
324
 
325
- #: gallery-plugin.php:898
326
  msgid "top"
327
  msgstr "верх"
328
 
329
- #: gallery-plugin.php:900
330
  msgid "bottom"
331
  msgstr "низ"
332
 
333
- #: gallery-plugin.php:905
334
  msgid "Lightbox background"
335
  msgstr "Фон лайтбокса"
336
 
337
- #: gallery-plugin.php:907
338
  msgid "Default"
339
  msgstr "По-умолчанию"
340
 
341
- #: gallery-plugin.php:908
342
  msgid "Background transparency (from 0 to 1)"
343
  msgstr "Прозрачность для фона (от 0 до 1)"
344
 
345
- #: gallery-plugin.php:910
346
  msgid "Select a background color"
347
  msgstr "Выберите цвет фона"
348
 
349
- #: gallery-plugin.php:912
350
  msgid "Background color"
351
  msgstr "Цвет фона"
352
 
353
- #: gallery-plugin.php:919
354
- #: gallery-plugin.php:1101
355
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
356
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
357
 
358
- #: gallery-plugin.php:926
359
- #: gallery-plugin.php:1108
360
  msgid "Unlock premium options by upgrading to a PRO version."
361
  msgstr "Активируйте премиум опции обновившись до PRO версии"
362
 
363
- #: gallery-plugin.php:927
364
- #: gallery-plugin.php:1109
365
  msgid "Learn More"
366
  msgstr "Подробнее"
367
 
368
- #: gallery-plugin.php:931
369
- #: gallery-plugin.php:1113
370
  msgid "Start Your Trial"
371
  msgstr "Получить пробную версию"
372
 
373
- #: gallery-plugin.php:932
374
- #: gallery-plugin.php:1114
375
  msgid "or"
376
  msgstr "или"
377
 
378
- #: gallery-plugin.php:935
379
- #: gallery-plugin.php:1117
380
  msgid "Go"
381
  msgstr "Перейти на"
382
 
383
- #: gallery-plugin.php:943
384
  msgid "Images with border"
385
  msgstr "Изображения с рамкой"
386
 
387
- #: gallery-plugin.php:946
388
  msgid "Border width in px, just numbers"
389
  msgstr "Ширина рамки в px, только числа"
390
 
391
- #: gallery-plugin.php:948
392
- #: gallery-plugin.php:950
393
  msgid "Select a border color"
394
  msgstr "Выберите цвет рамки"
395
 
396
- #: gallery-plugin.php:956
397
  msgid "Number of images in the row"
398
  msgstr "Количество изображений в строке"
399
 
400
- #: gallery-plugin.php:962
401
  msgid "Start slideshow"
402
  msgstr "Начать слайдшоу"
403
 
404
- #: gallery-plugin.php:968
405
  msgid "Slideshow interval"
406
  msgstr "Интервал времени при показе слайдшоу"
407
 
408
- #: gallery-plugin.php:974
409
  msgid "Use single lightbox for multiple galleries on one page"
410
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
411
 
412
- #: gallery-plugin.php:982
413
  msgid "Attachment ID"
414
  msgstr "id изображения"
415
 
416
- #: gallery-plugin.php:983
417
  msgid "Image Name"
418
  msgstr "названию изображения"
419
 
420
- #: gallery-plugin.php:985
421
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
422
- msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
 
 
 
 
423
 
424
- #: gallery-plugin.php:986
425
  msgid "Random"
426
  msgstr "произвольно"
427
 
428
- #: gallery-plugin.php:990
429
  msgid "Sort images"
430
  msgstr "Сортировать изображения"
431
 
432
- #: gallery-plugin.php:992
433
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
434
- msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
 
 
435
 
436
- #: gallery-plugin.php:993
437
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
438
- msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
 
 
 
439
 
440
- #: gallery-plugin.php:997
441
  msgid "Display text under the image"
442
  msgstr "Отображение текста под изображением"
443
 
444
- #: gallery-plugin.php:999
445
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
446
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
447
 
448
- #: gallery-plugin.php:1003
449
  msgid "Display the Back link"
450
  msgstr "Отображать ссылку Вернуться"
451
 
452
- #: gallery-plugin.php:1009
453
  msgid "Display the Back link in the shortcode"
454
  msgstr "Отображаться ссылку Вернуться в шорткоде"
455
 
456
- #: gallery-plugin.php:1015
457
  msgid "The Back link text"
458
  msgstr "Текст для ссылки Вернуться"
459
 
460
- #: gallery-plugin.php:1021
461
  msgid "The Back link URL"
462
  msgstr "URL для ссылки Вернуться"
463
 
464
- #: gallery-plugin.php:1023
465
  msgid "Gallery page (Page with Gallery Template)"
466
  msgstr "Страница галереи (Страница с Gallery Template)"
467
 
468
- #: gallery-plugin.php:1025
469
  msgid "(Full URL to custom page)"
470
  msgstr "(Полная ссылка на пользовательскую страницу)"
471
 
472
- #: gallery-plugin.php:1029
473
  msgid "The Read More link text"
474
  msgstr "Текст для ссылки Вернуться"
475
 
476
- #: gallery-plugin.php:1035
477
  msgid "Add gallery to the search"
478
  msgstr "Добавить галерею в поиск"
479
 
480
- #: gallery-plugin.php:1040
481
  msgid "Using"
482
  msgstr "Используя"
483
 
484
- #: gallery-plugin.php:1040
485
  msgid "powered by"
486
  msgstr "разработанный"
487
 
488
- #: gallery-plugin.php:1043
489
- #: gallery-plugin.php:1047
490
  msgid "Using Custom Search powered by"
491
  msgstr "Используя Custom Search, разработанный"
492
 
493
- #: gallery-plugin.php:1043
494
  msgid "Activate Custom Search"
495
  msgstr "Активировать Custom Search"
496
 
497
- #: gallery-plugin.php:1047
498
  msgid "Download Custom Search"
499
  msgstr "Загрузить Custom Search"
500
 
501
- #: gallery-plugin.php:1057
502
  msgid "Use pagination for images"
503
  msgstr "Использовать пагинацию для изображений"
504
 
505
- #: gallery-plugin.php:1060
506
  msgid "per page"
507
  msgstr "на странице"
508
 
509
- #: gallery-plugin.php:1064
510
  msgid "The lightbox helper"
511
  msgstr "Вспомогательные элементы в лайтбоксе"
512
 
513
- #: gallery-plugin.php:1066
514
  msgid "Do not use"
515
  msgstr "Не использовать"
516
 
517
- #: gallery-plugin.php:1067
518
  msgid "Button helper"
519
  msgstr "Вспомогательные кнопки"
520
 
521
- #: gallery-plugin.php:1068
522
  msgid "Thumbnail helper"
523
  msgstr "Вспомогательные миниатюры"
524
 
525
- #: gallery-plugin.php:1072
526
  msgid "Display Like buttons in the lightbox"
527
  msgstr "Отображать Like кнопки в лайтбоксе"
528
 
529
- #: gallery-plugin.php:1074
530
  msgid "FaceBook"
531
  msgstr "FaceBook"
532
 
533
- #: gallery-plugin.php:1075
534
  msgid "Twitter"
535
  msgstr "Twitter"
536
 
537
- #: gallery-plugin.php:1076
538
  msgid "Pinterest"
539
  msgstr "Pinterest"
540
 
541
- #: gallery-plugin.php:1077
542
  msgid "Google +1"
543
  msgstr "Google +1"
544
 
545
- #: gallery-plugin.php:1081
546
  msgid "Slug for gallery item"
547
  msgstr "Название для элементов галереи"
548
 
549
- #: gallery-plugin.php:1083
550
  msgid "for any structure of permalinks except the default structure"
551
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
552
 
553
- #: gallery-plugin.php:1087
554
  msgid "Title for lightbox button"
555
  msgstr "Название кнопки в лайтбоксе"
556
 
557
- #: gallery-plugin.php:1093
558
- msgid "Display all images in the lightbox instead of going into a single gallery"
559
- msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
560
-
561
  #: gallery-plugin.php:1096
562
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
- msgstr "Когда используется темплейт галереи или шорткод с параметром `display=short`"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
 
565
- #: gallery-plugin.php:1125
566
  msgid "Save Changes"
567
  msgstr "Сохранить изменения"
568
 
569
- #: gallery-plugin.php:1159
570
  msgid "Support"
571
  msgstr "Поддержка"
572
 
573
- #: gallery-plugin.php:1267
574
  msgid "Updating images..."
575
  msgstr "Обновление изображений..."
576
 
577
- #: gallery-plugin.php:1268
578
  msgid "No image found."
579
  msgstr "Ни одного изображения не найдено."
580
 
581
- #: gallery-plugin.php:1269
582
  msgid "All images are updated."
583
  msgstr "Все изображения были обновлены."
584
 
585
- #: gallery-plugin.php:1270
586
  msgid "Error."
587
  msgstr "Ошибка."
588
 
589
- #: gallery-plugin.php:1279
590
  msgid "Learn more"
591
  msgstr "Подробнее"
592
 
593
- #: gallery-plugin.php:1284
594
- #: gallery-plugin.php:1324
595
  msgid "Activate"
596
  msgstr "Активировать"
597
 
598
- #: gallery-plugin.php:1291
599
- #: gallery-plugin.php:1331
600
  msgid "Install now"
601
  msgstr "Установить"
602
 
603
- #: gallery-plugin.php:1300
604
  msgid "Add multiple gallery categories"
605
  msgstr "Добавить несколько категорий галереи"
606
 
607
- #: gallery-plugin.php:1300
608
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
609
- msgstr "Установить плагин Gallery Categories, чтобы иметь возможность добавлять неограниченное количество категорий."
 
 
 
610
 
611
- #: gallery-plugin.php:1309
612
- #: gallery-plugin.php:1350
613
  msgid "Close"
614
  msgstr "Закрыть"
615
 
616
- #: gallery-plugin.php:1341
617
  msgid "Already attached?"
618
  msgstr "Уже прикреплен?"
619
 
620
- #: gallery-plugin.php:1341
621
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
622
- msgstr "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим плагином Re-attacher."
 
 
 
 
623
 
624
- #: gallery-plugin.php:1404
625
- #: template/gallery-single-template.php:19
626
  msgid "Download high resolution image"
627
  msgstr "Скачать изображение в высоком разрешении"
628
 
629
- #: gallery-plugin.php:1557
630
- #: template/gallery-single-template.php:95
631
  msgid "Sorry, nothing found."
632
  msgstr "Извините, ничего не найдено."
633
 
634
- #: gallery-plugin.php:1579
635
- #: template/gallery-single-template.php:114
636
  msgid "Image"
637
  msgstr "Изображение"
638
 
639
- #: gallery-plugin.php:1875
640
  msgid "Image size not defined"
641
  msgstr "Невозможно определить размер изображения"
642
 
643
- #: gallery-plugin.php:1890
644
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
645
- msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
646
-
647
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
648
  msgid "Image size changes not defined"
649
  msgstr "Не удалось вычислить изменения размеров изображения"
650
 
651
- #: gallery-plugin.php:1930
652
- #: gallery-plugin.php:1933
653
- #: gallery-plugin.php:1938
654
  msgid "Invalid path"
655
  msgstr "Путь к изображению для редактирования некорректный"
656
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:18+0300\n"
6
+ "PO-Revision-Date: 2015-06-08 12:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
20
  msgid "See images &raquo;"
21
  msgstr "Смотреть фотографии &raquo;"
22
 
23
+ #: gallery-plugin.php:207
24
+ msgid ""
25
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
26
+ "php\" were not found in the directory of your theme. Please copy them from "
27
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
+ "directory of your theme for the correct work of the Gallery plugin"
29
+ msgstr ""
30
+ "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найдены "
31
+ "в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/"
32
+ "plugins/gallery-plugin/template /` в директорию вашей темы для корректной "
33
+ "работы плагина Gallery"
34
 
35
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галереи"
38
 
39
+ #: gallery-plugin.php:217
40
  msgid "Gallery"
41
  msgstr "Галерея"
42
 
43
+ #: gallery-plugin.php:218
44
  msgid "Add a Gallery"
45
  msgstr "Добавить галерею"
46
 
47
+ #: gallery-plugin.php:219
48
  msgid "Add New Gallery"
49
  msgstr "Добавить новую галерею"
50
 
51
+ #: gallery-plugin.php:220
52
  msgid "Edit Gallery"
53
  msgstr "Редактировать галерею"
54
 
55
+ #: gallery-plugin.php:221
56
  msgid "New Gallery"
57
  msgstr "Новая галерея"
58
 
59
+ #: gallery-plugin.php:222
60
  msgid "View Gallery"
61
  msgstr "Просмотреть галерею"
62
 
63
+ #: gallery-plugin.php:223
64
  msgid "Find a Gallery"
65
  msgstr "Редактировать галерею"
66
 
67
+ #: gallery-plugin.php:224
68
  msgid "No Gallery found"
69
  msgstr "Ни одной галереи не найдено"
70
 
71
+ #: gallery-plugin.php:281
72
  msgid "Upload File"
73
  msgstr "Загрузить файлы"
74
 
75
+ #: gallery-plugin.php:282
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод для галереи"
78
 
79
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
83
+ #: gallery-plugin.php:293
84
  msgid "Choose a media file that will be attached"
85
  msgstr "Выберите медиа файлы для прикрепления"
86
 
87
+ #: gallery-plugin.php:293
88
  #, php-format
89
  msgid "You need to install \"%s\" plugin to use this functionality"
90
  msgstr "Чтобы использовать этот функционал, вам нужно установить плагин \"%s\""
91
 
92
+ #: gallery-plugin.php:294
93
  msgid "Attach media item to this gallery"
94
  msgstr "Прикрепить медиа файл к галерее"
95
 
96
+ #: gallery-plugin.php:313
97
+ msgid ""
98
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
99
+ "for record on your webserver. Please use the standard WP functionality to "
100
+ "upload images (media library)"
101
+ msgstr ""
102
+ "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/"
103
+ "files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь "
104
+ "стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
105
 
106
+ #: gallery-plugin.php:325
107
  msgid "Choose an image for upload:"
108
  msgstr "Выбрать файлы для загрузки:"
109
 
110
+ #: gallery-plugin.php:330
111
  msgid "Please enable JavaScript to use the file uploader."
112
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
113
 
114
+ #: gallery-plugin.php:338
115
  msgid "Allow the download link for all images in this gallery"
116
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
117
 
118
+ #: gallery-plugin.php:339
119
+ msgid ""
120
+ "Please use the drag and drop function to change an order of the images "
121
+ "displaying and do not forget to save the post."
122
+ msgstr ""
123
+ "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения "
124
+ "изображений и не забудьте сохранить пост."
125
 
126
+ #: gallery-plugin.php:341
127
  msgid "Please make a choice"
128
  msgstr "Пожалуйста, выберите"
129
 
130
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
131
  msgid "Sort images by"
132
  msgstr "Изображения сортируются по"
133
 
134
+ #: gallery-plugin.php:341
135
  msgid "sort images"
136
  msgstr "сортировать изображения"
137
 
138
+ #: gallery-plugin.php:341
139
  msgid "on the plugin settings page ("
140
  msgstr "на странице настроек плагина ("
141
 
142
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
143
  msgid "Title"
144
  msgstr "Название"
145
 
146
+ #: gallery-plugin.php:387
147
  msgid "Alt tag"
148
  msgstr "Тэг \"Alt\""
149
 
150
+ #: gallery-plugin.php:388
151
  msgid "URL"
152
  msgstr "Ссылка"
153
 
154
+ #: gallery-plugin.php:388
155
  msgid "(by click on image opens a link in a new window)"
156
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
157
 
158
+ #: gallery-plugin.php:389
159
  msgid "This setting is available in Pro version"
160
  msgstr "Эти настройки доступны в Pro версии"
161
 
162
+ #: gallery-plugin.php:390
163
  msgid "Open the URL"
164
  msgstr "Открыть ссылку"
165
 
166
+ #: gallery-plugin.php:390
167
  msgid "Current window"
168
  msgstr "Текущее окно"
169
 
170
+ #: gallery-plugin.php:390
171
  msgid "New window"
172
  msgstr "Новое окно"
173
 
174
+ #: gallery-plugin.php:391
175
  msgid "Lightbox button URL"
176
  msgstr "Ссылка кнопки в лайтбоксе"
177
 
178
+ #: gallery-plugin.php:392
179
  msgid "Description"
180
  msgstr "Описание"
181
 
182
+ #: gallery-plugin.php:393
183
  msgid "Delete"
184
  msgstr "Удалить"
185
 
186
+ #: gallery-plugin.php:413
187
+ msgid ""
188
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
189
+ "into the content"
190
+ msgstr ""
191
+ "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
192
+ "поместите этот шорткод в контент поста или страницы:"
193
 
194
+ #: gallery-plugin.php:415
195
+ msgid ""
196
+ "If you want to display a short description containing a screenshot and the "
197
+ "link to the Single Gallery Page"
198
+ msgstr ""
199
+ "Если вы хотите вывести краткое описание галереи со скриншотом и со ссылкой "
200
+ "на отдельную страницу с галереей"
201
 
202
+ #: gallery-plugin.php:429
203
  msgid "Most Used"
204
  msgstr "Наиболее используемые"
205
 
206
+ #: gallery-plugin.php:439
207
  msgid "Add New Gallery Category"
208
  msgstr "Добавить новую категорию галерей"
209
 
210
+ #: gallery-plugin.php:444
211
  msgid "Install plugin"
212
  msgstr "Установить плагин"
213
 
214
+ #: gallery-plugin.php:647
215
  msgid "Author"
216
  msgstr "Автор"
217
 
218
+ #: gallery-plugin.php:648
219
  msgid "Photo"
220
  msgstr "Фото"
221
 
222
+ #: gallery-plugin.php:649
223
  msgid "Publishing"
224
  msgstr "Опубликование"
225
 
226
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
227
  msgid "Date"
228
  msgstr "дате"
229
 
230
+ #: gallery-plugin.php:820
231
  msgid "Settings are saved"
232
  msgstr "Опции сохранены"
233
 
234
+ #: gallery-plugin.php:831
235
  msgid "Gallery Settings"
236
  msgstr "Настройки Gallery"
237
 
238
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
239
  msgid "Settings"
240
  msgstr "Настройки"
241
 
242
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
243
  msgid "FAQ"
244
  msgstr "FAQ"
245
 
246
+ #: gallery-plugin.php:835
247
  msgid "Go PRO"
248
  msgstr "Перейти на PRO версию"
249
 
250
+ #: gallery-plugin.php:840
251
  msgid "Notice:"
252
  msgstr "Внимание:"
253
 
254
+ #: gallery-plugin.php:840
255
+ msgid ""
256
+ "The plugin's settings have been changed. In order to save them please don't "
257
+ "forget to click the 'Save Changes' button."
258
+ msgstr ""
259
+ "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
260
+ "не забудьте нажать кнопку \"Сохранить\"."
261
 
262
+ #: gallery-plugin.php:841
263
+ msgid ""
264
+ "If you would like to add a Single Gallery to your page or post, just copy "
265
+ "and paste this shortcode into your post or page:"
266
+ msgstr ""
267
+ "Если вы хотели бы добавить галерею на вашу страницу или пост, просто "
268
+ "скопируйте и поместите этот шорткод в контент поста или страницы:"
269
 
270
+ #: gallery-plugin.php:843
271
  msgid "Please enable JavaScript to use the option to renew images."
272
+ msgstr ""
273
+ "Пожалуйста, включите javascript для использования опции обновления "
274
+ "изображений."
275
 
276
+ #: gallery-plugin.php:847
277
  msgid "Update images for gallery"
278
  msgstr "Обновить изображения для галереи"
279
 
280
+ #: gallery-plugin.php:849
281
  msgid "Update images"
282
  msgstr "Обновить изображения"
283
 
284
+ #: gallery-plugin.php:857
285
  msgid "Image size for the album cover"
286
  msgstr "Размер изображения для обложки альбома галереи"
287
 
288
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
289
  msgid "Image size"
290
  msgstr "Название размера изображения"
291
 
292
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
293
  msgid "Width (in px)"
294
  msgstr "Ширина (в px)"
295
 
296
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
297
  msgid "Height (in px)"
298
  msgstr "Высота (в px)"
299
 
300
+ #: gallery-plugin.php:865
301
  msgid "Image size for thumbnails"
302
  msgstr "Размер изображения для миниатюр"
303
 
304
+ #: gallery-plugin.php:873
305
+ msgid ""
306
+ "WordPress will create a new thumbnail with the specified dimensions when you "
307
+ "upload a new photo."
308
+ msgstr ""
309
+ "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
310
+ "фотографии."
311
 
312
+ #: gallery-plugin.php:881
313
  msgid "Image size in the lightbox"
314
  msgstr "Размер изображений в лайтбоксе"
315
 
316
+ #: gallery-plugin.php:884
317
  msgid "Max width (in px)"
318
  msgstr "Макс. ширина (в px)"
319
 
320
+ #: gallery-plugin.php:885
321
  msgid "Max height (in px)"
322
  msgstr "Макс. высота (в px)"
323
 
324
+ #: gallery-plugin.php:886
325
  msgid "Display a full size image in the lightbox"
326
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
327
 
328
+ #: gallery-plugin.php:890
329
  msgid "Crop position"
330
  msgstr "Позиция обрезки"
331
 
332
+ #: gallery-plugin.php:892
333
  msgid "Horizontal"
334
  msgstr "Горизонтальная"
335
 
336
+ #: gallery-plugin.php:894
337
  msgid "left"
338
  msgstr "лево"
339
 
340
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
341
  msgid "center"
342
  msgstr "центр"
343
 
344
+ #: gallery-plugin.php:896
345
  msgid "right"
346
  msgstr "право"
347
 
348
+ #: gallery-plugin.php:899
349
  msgid "Vertical"
350
  msgstr "Вертикальная"
351
 
352
+ #: gallery-plugin.php:901
353
  msgid "top"
354
  msgstr "верх"
355
 
356
+ #: gallery-plugin.php:903
357
  msgid "bottom"
358
  msgstr "низ"
359
 
360
+ #: gallery-plugin.php:908
361
  msgid "Lightbox background"
362
  msgstr "Фон лайтбокса"
363
 
364
+ #: gallery-plugin.php:910
365
  msgid "Default"
366
  msgstr "По-умолчанию"
367
 
368
+ #: gallery-plugin.php:911
369
  msgid "Background transparency (from 0 to 1)"
370
  msgstr "Прозрачность для фона (от 0 до 1)"
371
 
372
+ #: gallery-plugin.php:913
373
  msgid "Select a background color"
374
  msgstr "Выберите цвет фона"
375
 
376
+ #: gallery-plugin.php:915
377
  msgid "Background color"
378
  msgstr "Цвет фона"
379
 
380
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
381
+ msgid ""
382
+ "If you upgrade to Pro version all your settings and galleries will be saved."
383
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
384
 
385
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
386
  msgid "Unlock premium options by upgrading to a PRO version."
387
  msgstr "Активируйте премиум опции обновившись до PRO версии"
388
 
389
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
390
  msgid "Learn More"
391
  msgstr "Подробнее"
392
 
393
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
394
  msgid "Start Your Trial"
395
  msgstr "Получить пробную версию"
396
 
397
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
398
  msgid "or"
399
  msgstr "или"
400
 
401
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
402
  msgid "Go"
403
  msgstr "Перейти на"
404
 
405
+ #: gallery-plugin.php:946
406
  msgid "Images with border"
407
  msgstr "Изображения с рамкой"
408
 
409
+ #: gallery-plugin.php:949
410
  msgid "Border width in px, just numbers"
411
  msgstr "Ширина рамки в px, только числа"
412
 
413
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
414
  msgid "Select a border color"
415
  msgstr "Выберите цвет рамки"
416
 
417
+ #: gallery-plugin.php:959
418
  msgid "Number of images in the row"
419
  msgstr "Количество изображений в строке"
420
 
421
+ #: gallery-plugin.php:965
422
  msgid "Start slideshow"
423
  msgstr "Начать слайдшоу"
424
 
425
+ #: gallery-plugin.php:971
426
  msgid "Slideshow interval"
427
  msgstr "Интервал времени при показе слайдшоу"
428
 
429
+ #: gallery-plugin.php:977
430
  msgid "Use single lightbox for multiple galleries on one page"
431
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
432
 
433
+ #: gallery-plugin.php:985
434
  msgid "Attachment ID"
435
  msgstr "id изображения"
436
 
437
+ #: gallery-plugin.php:986
438
  msgid "Image Name"
439
  msgstr "названию изображения"
440
 
441
+ #: gallery-plugin.php:988
442
+ msgid ""
443
+ "Sorting order (the input field for sorting order in the Insert / Upload "
444
+ "Media Gallery dialog)"
445
+ msgstr ""
446
+ "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
447
+ "Upload Media Gallery)"
448
 
449
+ #: gallery-plugin.php:989
450
  msgid "Random"
451
  msgstr "произвольно"
452
 
453
+ #: gallery-plugin.php:993
454
  msgid "Sort images"
455
  msgstr "Сортировать изображения"
456
 
457
+ #: gallery-plugin.php:995
458
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
459
+ msgstr ""
460
+ "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
461
+ "a, b, c)"
462
 
463
+ #: gallery-plugin.php:996
464
+ msgid ""
465
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
466
+ msgstr ""
467
+ "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; "
468
+ "c, b, a)"
469
 
470
+ #: gallery-plugin.php:1000
471
  msgid "Display text under the image"
472
  msgstr "Отображение текста под изображением"
473
 
474
+ #: gallery-plugin.php:1002
475
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
476
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
477
 
478
+ #: gallery-plugin.php:1006
479
  msgid "Display the Back link"
480
  msgstr "Отображать ссылку Вернуться"
481
 
482
+ #: gallery-plugin.php:1012
483
  msgid "Display the Back link in the shortcode"
484
  msgstr "Отображаться ссылку Вернуться в шорткоде"
485
 
486
+ #: gallery-plugin.php:1018
487
  msgid "The Back link text"
488
  msgstr "Текст для ссылки Вернуться"
489
 
490
+ #: gallery-plugin.php:1024
491
  msgid "The Back link URL"
492
  msgstr "URL для ссылки Вернуться"
493
 
494
+ #: gallery-plugin.php:1026
495
  msgid "Gallery page (Page with Gallery Template)"
496
  msgstr "Страница галереи (Страница с Gallery Template)"
497
 
498
+ #: gallery-plugin.php:1028
499
  msgid "(Full URL to custom page)"
500
  msgstr "(Полная ссылка на пользовательскую страницу)"
501
 
502
+ #: gallery-plugin.php:1032
503
  msgid "The Read More link text"
504
  msgstr "Текст для ссылки Вернуться"
505
 
506
+ #: gallery-plugin.php:1038
507
  msgid "Add gallery to the search"
508
  msgstr "Добавить галерею в поиск"
509
 
510
+ #: gallery-plugin.php:1043
511
  msgid "Using"
512
  msgstr "Используя"
513
 
514
+ #: gallery-plugin.php:1043
515
  msgid "powered by"
516
  msgstr "разработанный"
517
 
518
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
519
  msgid "Using Custom Search powered by"
520
  msgstr "Используя Custom Search, разработанный"
521
 
522
+ #: gallery-plugin.php:1046
523
  msgid "Activate Custom Search"
524
  msgstr "Активировать Custom Search"
525
 
526
+ #: gallery-plugin.php:1050
527
  msgid "Download Custom Search"
528
  msgstr "Загрузить Custom Search"
529
 
530
+ #: gallery-plugin.php:1060
531
  msgid "Use pagination for images"
532
  msgstr "Использовать пагинацию для изображений"
533
 
534
+ #: gallery-plugin.php:1063
535
  msgid "per page"
536
  msgstr "на странице"
537
 
538
+ #: gallery-plugin.php:1067
539
  msgid "The lightbox helper"
540
  msgstr "Вспомогательные элементы в лайтбоксе"
541
 
542
+ #: gallery-plugin.php:1069
543
  msgid "Do not use"
544
  msgstr "Не использовать"
545
 
546
+ #: gallery-plugin.php:1070
547
  msgid "Button helper"
548
  msgstr "Вспомогательные кнопки"
549
 
550
+ #: gallery-plugin.php:1071
551
  msgid "Thumbnail helper"
552
  msgstr "Вспомогательные миниатюры"
553
 
554
+ #: gallery-plugin.php:1075
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Отображать Like кнопки в лайтбоксе"
557
 
558
+ #: gallery-plugin.php:1077
559
  msgid "FaceBook"
560
  msgstr "FaceBook"
561
 
562
+ #: gallery-plugin.php:1078
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
+ #: gallery-plugin.php:1079
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
+ #: gallery-plugin.php:1080
571
  msgid "Google +1"
572
  msgstr "Google +1"
573
 
574
+ #: gallery-plugin.php:1084
575
  msgid "Slug for gallery item"
576
  msgstr "Название для элементов галереи"
577
 
578
+ #: gallery-plugin.php:1086
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
581
 
582
+ #: gallery-plugin.php:1090
583
  msgid "Title for lightbox button"
584
  msgstr "Название кнопки в лайтбоксе"
585
 
 
 
 
 
586
  #: gallery-plugin.php:1096
587
+ msgid ""
588
+ "Display all images in the lightbox instead of going into a single gallery"
589
+ msgstr ""
590
+ "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
591
+
592
+ #: gallery-plugin.php:1099
593
+ msgid ""
594
+ "When using the gallery template or a shortcode with `display=short` parameter"
595
+ msgstr ""
596
+ "Когда используется темплейт галереи или шорткод с параметром `display=short`"
597
+
598
+ #: gallery-plugin.php:1128
599
+ msgid "Rewrite templates after update"
600
+ msgstr "Перезапись шаблонов после обновления"
601
+
602
+ #: gallery-plugin.php:1130
603
+ msgid ""
604
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
605
+ "'gallery-single-template.php' file in your theme folder and You don't want "
606
+ "to rewrite them"
607
+ msgstr ""
608
+ "Отключите чекбокс, если вы внесли изменения в файлы 'gallery-template.php' "
609
+ "или 'gallery-single-template.php' в папке темы, и вы не хотите чтобы они "
610
+ "были обновлены"
611
 
612
+ #: gallery-plugin.php:1136
613
  msgid "Save Changes"
614
  msgstr "Сохранить изменения"
615
 
616
+ #: gallery-plugin.php:1170
617
  msgid "Support"
618
  msgstr "Поддержка"
619
 
620
+ #: gallery-plugin.php:1278
621
  msgid "Updating images..."
622
  msgstr "Обновление изображений..."
623
 
624
+ #: gallery-plugin.php:1279
625
  msgid "No image found."
626
  msgstr "Ни одного изображения не найдено."
627
 
628
+ #: gallery-plugin.php:1280
629
  msgid "All images are updated."
630
  msgstr "Все изображения были обновлены."
631
 
632
+ #: gallery-plugin.php:1281
633
  msgid "Error."
634
  msgstr "Ошибка."
635
 
636
+ #: gallery-plugin.php:1290
637
  msgid "Learn more"
638
  msgstr "Подробнее"
639
 
640
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
641
  msgid "Activate"
642
  msgstr "Активировать"
643
 
644
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
645
  msgid "Install now"
646
  msgstr "Установить"
647
 
648
+ #: gallery-plugin.php:1311
649
  msgid "Add multiple gallery categories"
650
  msgstr "Добавить несколько категорий галереи"
651
 
652
+ #: gallery-plugin.php:1311
653
+ msgid ""
654
+ "Install Gallery Categories plugin to add unlimited number of categories."
655
+ msgstr ""
656
+ "Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
657
+ "неограниченное количество категорий."
658
 
659
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
660
  msgid "Close"
661
  msgstr "Закрыть"
662
 
663
+ #: gallery-plugin.php:1352
664
  msgid "Already attached?"
665
  msgstr "Уже прикреплен?"
666
 
667
+ #: gallery-plugin.php:1352
668
+ msgid ""
669
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
670
+ "attacher plugin."
671
+ msgstr ""
672
+ "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим "
673
+ "плагином Re-attacher."
674
 
675
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
676
  msgid "Download high resolution image"
677
  msgstr "Скачать изображение в высоком разрешении"
678
 
679
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
680
  msgid "Sorry, nothing found."
681
  msgstr "Извините, ничего не найдено."
682
 
683
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
684
  msgid "Image"
685
  msgstr "Изображение"
686
 
687
+ #: gallery-plugin.php:1886
688
  msgid "Image size not defined"
689
  msgstr "Невозможно определить размер изображения"
690
 
 
 
 
 
691
  #: gallery-plugin.php:1901
692
+ msgid ""
693
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
694
+ "manually reload image."
695
+ msgstr ""
696
+ "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
697
+ "других, пожалуйста, вручную перезагрузите изображения."
698
+
699
+ #: gallery-plugin.php:1912
700
  msgid "Image size changes not defined"
701
  msgstr "Не удалось вычислить изменения размеров изображения"
702
 
703
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
704
  msgid "Invalid path"
705
  msgstr "Путь к изображению для редактирования некорректный"
706
 
languages/gallery-sk_SK.mo CHANGED
Binary file
languages/gallery-sk_SK.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: 2015-05-18 12:53+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
@@ -20,651 +20,687 @@ msgstr ""
20
  msgid "See images &raquo;"
21
  msgstr "Vidieť fotky &raquo;"
22
 
23
- #: gallery-plugin.php:206
24
- 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"
25
- msgstr "Nasledujúci súbor \"gallery-template.php\" a \"gallery-single-template.php\" nebol nájdený v priečinku vo vašej téme. Prosím skopírujte ich z `/wp-content/plugins/gallery-plugin/template/` do priečinku vašej témy pre správnu prácu pluginu Galérie."
 
 
 
 
 
 
 
 
26
 
27
- #: gallery-plugin.php:215
28
- #: gallery-plugin.php:225
29
  msgid "Galleries"
30
  msgstr "Galérie"
31
 
32
- #: gallery-plugin.php:216
33
  msgid "Gallery"
34
  msgstr "Galéria"
35
 
36
- #: gallery-plugin.php:217
37
  msgid "Add a Gallery"
38
  msgstr "Pridať galériu"
39
 
40
- #: gallery-plugin.php:218
41
  msgid "Add New Gallery"
42
  msgstr "Pridať novú galériu"
43
 
44
- #: gallery-plugin.php:219
45
  msgid "Edit Gallery"
46
  msgstr "Upraviť galériu"
47
 
48
- #: gallery-plugin.php:220
49
  msgid "New Gallery"
50
  msgstr "Nová galéria"
51
 
52
- #: gallery-plugin.php:221
53
  msgid "View Gallery"
54
  msgstr "Zobraziť galériu"
55
 
56
- #: gallery-plugin.php:222
57
  msgid "Find a Gallery"
58
  msgstr "Nájsť galériu"
59
 
60
- #: gallery-plugin.php:223
61
  msgid "No Gallery found"
62
  msgstr "Galéria nebola nájdená"
63
 
64
- #: gallery-plugin.php:280
65
  msgid "Upload File"
66
  msgstr "Nahrať súbor"
67
 
68
- #: gallery-plugin.php:281
69
  msgid "Gallery Shortcode"
70
  msgstr "Krátky kód galérie"
71
 
72
- #: gallery-plugin.php:283
73
- #: gallery-plugin.php:427
74
  #, fuzzy
75
  msgid "Gallery Categories"
76
  msgstr "Veľkosť obrázka galérie"
77
 
78
- #: gallery-plugin.php:292
79
  msgid "Choose a media file that will be attached"
80
  msgstr ""
81
 
82
- #: gallery-plugin.php:292
83
  #, php-format
84
  msgid "You need to install \"%s\" plugin to use this functionality"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:293
88
  msgid "Attach media item to this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:312
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 "Priečinok temp galérie (gallery-plugin/upload/files) nie je dostupný pre nahratie na váš server. Prosím použite klasickú WP funkciu na nahrávanie obrázkov(knižnicu médií)."
 
 
 
 
 
 
94
 
95
- #: gallery-plugin.php:324
96
  msgid "Choose an image for upload:"
97
  msgstr "Vyberte obrázok na nahratie:"
98
 
99
- #: gallery-plugin.php:329
100
  msgid "Please enable JavaScript to use the file uploader."
101
  msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
102
 
103
- #: gallery-plugin.php:337
104
  msgid "Allow the download link for all images in this gallery"
105
  msgstr "Dovoľiť sťahovanie pre všetky obrázky v tejto galérii"
106
 
107
- #: gallery-plugin.php:338
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 "Prosím použite funkciu potiahnutie a položenie pre zmenu poradia obrázkov a nezabudnite článok uložiť!"
 
 
 
 
110
 
111
- #: gallery-plugin.php:340
112
  msgid "Please make a choice"
113
  msgstr "Prosím vyberte si"
114
 
115
- #: gallery-plugin.php:340
116
- #: gallery-plugin.php:980
117
  msgid "Sort images by"
118
  msgstr "Zoradiť podľa"
119
 
120
- #: gallery-plugin.php:340
121
  msgid "sort images"
122
  msgstr "zoradené obrázky"
123
 
124
- #: gallery-plugin.php:340
125
  msgid "on the plugin settings page ("
126
  msgstr "na strane nastavení ("
127
 
128
- #: gallery-plugin.php:384
129
- #: gallery-plugin.php:645
130
  msgid "Title"
131
  msgstr "Nadpis"
132
 
133
- #: gallery-plugin.php:386
134
  msgid "Alt tag"
135
  msgstr "Popisný text"
136
 
137
- #: gallery-plugin.php:387
138
  msgid "URL"
139
  msgstr "Adresa URL"
140
 
141
- #: gallery-plugin.php:387
142
  msgid "(by click on image opens a link in a new window)"
143
  msgstr "(kliknutím na obrázok sa otvorí odkaz v novom okne)"
144
 
145
- #: gallery-plugin.php:388
146
  msgid "This setting is available in Pro version"
147
  msgstr "Toto nastavanie je k dispozíti v Pro verzii"
148
 
149
- #: gallery-plugin.php:389
150
  #, fuzzy
151
  msgid "Open the URL"
152
  msgstr "Otvoriť odkaz"
153
 
154
- #: gallery-plugin.php:389
155
  msgid "Current window"
156
  msgstr "Súčasné okno"
157
 
158
- #: gallery-plugin.php:389
159
  msgid "New window"
160
  msgstr "Nové okno"
161
 
162
- #: gallery-plugin.php:390
163
  #, fuzzy
164
  msgid "Lightbox button URL"
165
  msgstr "pozadie Lightboxu"
166
 
167
- #: gallery-plugin.php:391
168
  msgid "Description"
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:392
172
  msgid "Delete"
173
  msgstr "Zmazať"
174
 
175
- #: gallery-plugin.php:412
176
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
177
- msgstr "Pre pridanie jednoduchej galérie na vašu stránku alebo článok, skopírujte tento krátky kód do obsahu."
 
 
 
 
178
 
179
- #: gallery-plugin.php:414
180
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
181
- msgstr "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku galérie"
 
 
 
 
182
 
183
- #: gallery-plugin.php:428
184
  msgid "Most Used"
185
  msgstr ""
186
 
187
- #: gallery-plugin.php:438
188
  #, fuzzy
189
  msgid "Add New Gallery Category"
190
  msgstr "Pridať novú galériu"
191
 
192
- #: gallery-plugin.php:443
193
  #, fuzzy
194
  msgid "Install plugin"
195
  msgstr "Plugin nainštalovaný"
196
 
197
- #: gallery-plugin.php:646
198
  msgid "Author"
199
  msgstr "Autor"
200
 
201
- #: gallery-plugin.php:647
202
  msgid "Photo"
203
  msgstr "Fotka"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Publishing"
207
  msgstr "Publikovanie"
208
 
209
- #: gallery-plugin.php:649
210
- #: gallery-plugin.php:984
211
  msgid "Date"
212
  msgstr "Dátum"
213
 
214
- #: gallery-plugin.php:817
215
  msgid "Settings are saved"
216
  msgstr "Nastavenia boli uložené."
217
 
218
- #: gallery-plugin.php:828
219
  msgid "Gallery Settings"
220
  msgstr "Nastavenie galérie"
221
 
222
- #: gallery-plugin.php:830
223
- #: gallery-plugin.php:1157
224
- #: gallery-plugin.php:1174
225
  msgid "Settings"
226
  msgstr "Nastavenia"
227
 
228
- #: gallery-plugin.php:831
229
- #: gallery-plugin.php:1158
230
  msgid "FAQ"
231
  msgstr "FAQ"
232
 
233
- #: gallery-plugin.php:832
234
  msgid "Go PRO"
235
  msgstr ""
236
 
237
- #: gallery-plugin.php:837
238
  msgid "Notice:"
239
  msgstr "Poznámka:"
240
 
241
- #: gallery-plugin.php:837
242
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
243
- msgstr "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na tlačítko 'Uložiť zmeny'."
 
 
 
 
244
 
245
- #: gallery-plugin.php:838
246
- 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:"
247
- msgstr "Ak si prajete pridať galériu do vášho článku alebo na stránku, len skopírujte tento krátky kód na vašu stránku alebo článok:"
 
 
 
 
248
 
249
- #: gallery-plugin.php:840
250
  msgid "Please enable JavaScript to use the option to renew images."
251
- msgstr "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
 
252
 
253
- #: gallery-plugin.php:844
254
  msgid "Update images for gallery"
255
  msgstr "Nahrať obrázky do galérie"
256
 
257
- #: gallery-plugin.php:846
258
  msgid "Update images"
259
  msgstr "Nahrať obrázky"
260
 
261
- #: gallery-plugin.php:854
262
  msgid "Image size for the album cover"
263
  msgstr "Veľkosť obrázku pre obal albumu"
264
 
265
- #: gallery-plugin.php:856
266
- #: gallery-plugin.php:864
267
- #: gallery-plugin.php:880
268
  msgid "Image size"
269
  msgstr "Veľkosť obrázku"
270
 
271
- #: gallery-plugin.php:857
272
- #: gallery-plugin.php:865
273
  msgid "Width (in px)"
274
  msgstr "Šírka (v px)"
275
 
276
- #: gallery-plugin.php:858
277
- #: gallery-plugin.php:866
278
  msgid "Height (in px)"
279
  msgstr "Výška (v px)"
280
 
281
- #: gallery-plugin.php:862
282
  #, fuzzy
283
  msgid "Image size for thumbnails"
284
  msgstr "Veľkosť obrázku pre obal albumu"
285
 
286
- #: gallery-plugin.php:870
287
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
288
- msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
 
 
 
 
289
 
290
- #: gallery-plugin.php:878
291
  #, fuzzy
292
  msgid "Image size in the lightbox"
293
  msgstr "Veľkosť obrázku galérie v Lightbox"
294
 
295
- #: gallery-plugin.php:881
296
  msgid "Max width (in px)"
297
  msgstr "max. šírka (v pixeloch)"
298
 
299
- #: gallery-plugin.php:882
300
  msgid "Max height (in px)"
301
  msgstr "max. výška (v pixeloch)"
302
 
303
- #: gallery-plugin.php:883
304
  msgid "Display a full size image in the lightbox"
305
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
306
 
307
- #: gallery-plugin.php:887
308
  msgid "Crop position"
309
  msgstr "Orezať"
310
 
311
- #: gallery-plugin.php:889
312
  msgid "Horizontal"
313
  msgstr "Horizontálne"
314
 
315
- #: gallery-plugin.php:891
316
  msgid "left"
317
  msgstr "vľavo"
318
 
319
- #: gallery-plugin.php:892
320
- #: gallery-plugin.php:899
321
  msgid "center"
322
  msgstr "na stred"
323
 
324
- #: gallery-plugin.php:893
325
  msgid "right"
326
  msgstr "vpravo"
327
 
328
- #: gallery-plugin.php:896
329
  msgid "Vertical"
330
  msgstr "vertikálne"
331
 
332
- #: gallery-plugin.php:898
333
  msgid "top"
334
  msgstr "hore"
335
 
336
- #: gallery-plugin.php:900
337
  msgid "bottom"
338
  msgstr "dole"
339
 
340
- #: gallery-plugin.php:905
341
  msgid "Lightbox background"
342
  msgstr "pozadie Lightboxu"
343
 
344
- #: gallery-plugin.php:907
345
  msgid "Default"
346
  msgstr "Štandardné"
347
 
348
- #: gallery-plugin.php:908
349
  msgid "Background transparency (from 0 to 1)"
350
  msgstr "Priehľadnosť pozadia (0 – 1)"
351
 
352
- #: gallery-plugin.php:910
353
  msgid "Select a background color"
354
  msgstr "Vyberte farbu pozadia"
355
 
356
- #: gallery-plugin.php:912
357
  msgid "Background color"
358
  msgstr "Farba pozadia"
359
 
360
- #: gallery-plugin.php:919
361
- #: gallery-plugin.php:1101
362
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
363
- msgstr "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú uložené."
 
 
364
 
365
- #: gallery-plugin.php:926
366
- #: gallery-plugin.php:1108
367
  msgid "Unlock premium options by upgrading to a PRO version."
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:927
371
- #: gallery-plugin.php:1109
372
  msgid "Learn More"
373
  msgstr "Viac"
374
 
375
- #: gallery-plugin.php:931
376
- #: gallery-plugin.php:1113
377
  msgid "Start Your Trial"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:932
381
- #: gallery-plugin.php:1114
382
  msgid "or"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:935
386
- #: gallery-plugin.php:1117
387
  msgid "Go"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:943
391
  msgid "Images with border"
392
  msgstr "Obrázky s rámčekom"
393
 
394
- #: gallery-plugin.php:946
395
  msgid "Border width in px, just numbers"
396
  msgstr "Šírka rámčeka v px, iba čísla"
397
 
398
- #: gallery-plugin.php:948
399
- #: gallery-plugin.php:950
400
  msgid "Select a border color"
401
  msgstr "Vyberte farbu rámčeka"
402
 
403
- #: gallery-plugin.php:956
404
  msgid "Number of images in the row"
405
  msgstr "Počet obrázkov v rade"
406
 
407
- #: gallery-plugin.php:962
408
  msgid "Start slideshow"
409
  msgstr "Spustiť Slideshow"
410
 
411
- #: gallery-plugin.php:968
412
  msgid "Slideshow interval"
413
  msgstr "Trvanie slideshow"
414
 
415
- #: gallery-plugin.php:974
416
  msgid "Use single lightbox for multiple galleries on one page"
417
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
418
 
419
- #: gallery-plugin.php:982
420
  msgid "Attachment ID"
421
  msgstr "ID pripojenia"
422
 
423
- #: gallery-plugin.php:983
424
  msgid "Image Name"
425
  msgstr "Meno obrázka"
426
 
427
- #: gallery-plugin.php:985
428
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
429
- msgstr "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte dialóg galérie medíí)"
 
 
 
 
430
 
431
- #: gallery-plugin.php:986
432
  msgid "Random"
433
  msgstr "Náhodne"
434
 
435
- #: gallery-plugin.php:990
436
  msgid "Sort images"
437
  msgstr "Zoradenie obrázkov"
438
 
439
- #: gallery-plugin.php:992
440
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
441
  msgstr "ASC (vzostupne)"
442
 
443
- #: gallery-plugin.php:993
444
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
445
  msgstr "DESC (zostupne)"
446
 
447
- #: gallery-plugin.php:997
448
  #, fuzzy
449
  msgid "Display text under the image"
450
  msgstr "Zobraziť text pod obrázkovm"
451
 
452
- #: gallery-plugin.php:999
453
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
454
  msgstr "Ak chcete zobraiť text iba v Lightbox"
455
 
456
- #: gallery-plugin.php:1003
457
  msgid "Display the Back link"
458
  msgstr "Zobraziť spätný odkaz"
459
 
460
- #: gallery-plugin.php:1009
461
  msgid "Display the Back link in the shortcode"
462
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
463
 
464
- #: gallery-plugin.php:1015
465
  msgid "The Back link text"
466
  msgstr "Text spatného odkazu"
467
 
468
- #: gallery-plugin.php:1021
469
  msgid "The Back link URL"
470
  msgstr "URL spätného odkazu"
471
 
472
- #: gallery-plugin.php:1023
473
  msgid "Gallery page (Page with Gallery Template)"
474
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
475
 
476
- #: gallery-plugin.php:1025
477
  msgid "(Full URL to custom page)"
478
  msgstr "(Celé URL na stránku)"
479
 
480
- #: gallery-plugin.php:1029
481
  msgid "The Read More link text"
482
  msgstr "Text odkazu pre čítaj dalej"
483
 
484
- #: gallery-plugin.php:1035
485
  msgid "Add gallery to the search"
486
  msgstr "Pridať galériu do hľadania"
487
 
488
- #: gallery-plugin.php:1040
489
  msgid "Using"
490
  msgstr ""
491
 
492
- #: gallery-plugin.php:1040
493
  msgid "powered by"
494
  msgstr ""
495
 
496
- #: gallery-plugin.php:1043
497
- #: gallery-plugin.php:1047
498
  msgid "Using Custom Search powered by"
499
  msgstr "Použiť vlastné vyhľadávanie podporujúce"
500
 
501
- #: gallery-plugin.php:1043
502
  msgid "Activate Custom Search"
503
  msgstr "Aktivovať vlastné hľadanie"
504
 
505
- #: gallery-plugin.php:1047
506
  msgid "Download Custom Search"
507
  msgstr "Sťiahnuť vlastné hľadanie"
508
 
509
- #: gallery-plugin.php:1057
510
  #, fuzzy
511
  msgid "Use pagination for images"
512
  msgstr "Nahrávanie obrázkov..."
513
 
514
- #: gallery-plugin.php:1060
515
  msgid "per page"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1064
519
  msgid "The lightbox helper"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1066
523
  msgid "Do not use"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1067
527
  msgid "Button helper"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1068
531
  msgid "Thumbnail helper"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1072
535
  msgid "Display Like buttons in the lightbox"
536
  msgstr "Zobraziť Like tlačítko v Lightbox"
537
 
538
- #: gallery-plugin.php:1074
539
  msgid "FaceBook"
540
  msgstr "Facebook"
541
 
542
- #: gallery-plugin.php:1075
543
  msgid "Twitter"
544
  msgstr "Twitter"
545
 
546
- #: gallery-plugin.php:1076
547
  msgid "Pinterest"
548
  msgstr "Pinterest"
549
 
550
- #: gallery-plugin.php:1077
551
  msgid "Google +1"
552
  msgstr "Goolge+"
553
 
554
- #: gallery-plugin.php:1081
555
  msgid "Slug for gallery item"
556
  msgstr "Skratka pre položku galérie"
557
 
558
- #: gallery-plugin.php:1083
559
  msgid "for any structure of permalinks except the default structure"
560
  msgstr "pre inú štruktúru permalinok ako je základná"
561
 
562
- #: gallery-plugin.php:1087
563
  msgid "Title for lightbox button"
564
  msgstr ""
565
 
566
- #: gallery-plugin.php:1093
567
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1096
571
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
 
 
 
 
 
 
 
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1125
575
  msgid "Save Changes"
576
  msgstr "Uložiť zmeny"
577
 
578
- #: gallery-plugin.php:1159
579
  msgid "Support"
580
  msgstr "Podpora"
581
 
582
- #: gallery-plugin.php:1267
583
  msgid "Updating images..."
584
  msgstr "Nahrávanie obrázkov..."
585
 
586
- #: gallery-plugin.php:1268
587
  #, fuzzy
588
  msgid "No image found."
589
  msgstr "Obrázok nebol nájdený"
590
 
591
- #: gallery-plugin.php:1269
592
  #, fuzzy
593
  msgid "All images are updated."
594
  msgstr "Všetky obrázky boli nahraté"
595
 
596
- #: gallery-plugin.php:1270
597
  msgid "Error."
598
  msgstr "Chyba"
599
 
600
- #: gallery-plugin.php:1279
601
  #, fuzzy
602
  msgid "Learn more"
603
  msgstr "Viac"
604
 
605
- #: gallery-plugin.php:1284
606
- #: gallery-plugin.php:1324
607
  #, fuzzy
608
  msgid "Activate"
609
  msgstr "Plugin aktivovaný"
610
 
611
- #: gallery-plugin.php:1291
612
- #: gallery-plugin.php:1331
613
  #, fuzzy
614
  msgid "Install now"
615
  msgstr "Inštalovať %s"
616
 
617
- #: gallery-plugin.php:1300
618
  msgid "Add multiple gallery categories"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1300
622
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:1309
626
- #: gallery-plugin.php:1350
627
  msgid "Close"
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1341
631
  msgid "Already attached?"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1341
635
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1404
639
- #: template/gallery-single-template.php:19
640
  msgid "Download high resolution image"
641
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
642
 
643
- #: gallery-plugin.php:1557
644
- #: template/gallery-single-template.php:95
645
  msgid "Sorry, nothing found."
646
  msgstr "Prepáčte, nič som nenašiel."
647
 
648
- #: gallery-plugin.php:1579
649
- #: template/gallery-single-template.php:114
650
  msgid "Image"
651
  msgstr "Obrázok"
652
 
653
- #: gallery-plugin.php:1875
654
  msgid "Image size not defined"
655
  msgstr "Veľkosť obrázka nebola definovaná"
656
 
657
- #: gallery-plugin.php:1890
658
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
659
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
660
 
661
- #: gallery-plugin.php:1901
662
  msgid "Image size changes not defined"
663
  msgstr "Zmeny veľkosti obrázka neboli definované"
664
 
665
- #: gallery-plugin.php:1930
666
- #: gallery-plugin.php:1933
667
- #: gallery-plugin.php:1938
668
  msgid "Invalid path"
669
  msgstr "Neplatná cesta"
670
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
20
  msgid "See images &raquo;"
21
  msgstr "Vidieť fotky &raquo;"
22
 
23
+ #: gallery-plugin.php:207
24
+ msgid ""
25
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
26
+ "php\" were not found in the directory of your theme. Please copy them from "
27
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
+ "directory of your theme for the correct work of the Gallery plugin"
29
+ msgstr ""
30
+ "Nasledujúci súbor \"gallery-template.php\" a \"gallery-single-template.php\" "
31
+ "nebol nájdený v priečinku vo vašej téme. Prosím skopírujte ich z `/wp-"
32
+ "content/plugins/gallery-plugin/template/` do priečinku vašej témy pre "
33
+ "správnu prácu pluginu Galérie."
34
 
35
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Galérie"
38
 
39
+ #: gallery-plugin.php:217
40
  msgid "Gallery"
41
  msgstr "Galéria"
42
 
43
+ #: gallery-plugin.php:218
44
  msgid "Add a Gallery"
45
  msgstr "Pridať galériu"
46
 
47
+ #: gallery-plugin.php:219
48
  msgid "Add New Gallery"
49
  msgstr "Pridať novú galériu"
50
 
51
+ #: gallery-plugin.php:220
52
  msgid "Edit Gallery"
53
  msgstr "Upraviť galériu"
54
 
55
+ #: gallery-plugin.php:221
56
  msgid "New Gallery"
57
  msgstr "Nová galéria"
58
 
59
+ #: gallery-plugin.php:222
60
  msgid "View Gallery"
61
  msgstr "Zobraziť galériu"
62
 
63
+ #: gallery-plugin.php:223
64
  msgid "Find a Gallery"
65
  msgstr "Nájsť galériu"
66
 
67
+ #: gallery-plugin.php:224
68
  msgid "No Gallery found"
69
  msgstr "Galéria nebola nájdená"
70
 
71
+ #: gallery-plugin.php:281
72
  msgid "Upload File"
73
  msgstr "Nahrať súbor"
74
 
75
+ #: gallery-plugin.php:282
76
  msgid "Gallery Shortcode"
77
  msgstr "Krátky kód galérie"
78
 
79
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Veľkosť obrázka galérie"
83
 
84
+ #: gallery-plugin.php:293
85
  msgid "Choose a media file that will be attached"
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:293
89
  #, php-format
90
  msgid "You need to install \"%s\" plugin to use this functionality"
91
  msgstr ""
92
 
93
+ #: gallery-plugin.php:294
94
  msgid "Attach media item to this gallery"
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:313
98
+ msgid ""
99
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
+ "for record on your webserver. Please use the standard WP functionality to "
101
+ "upload images (media library)"
102
+ msgstr ""
103
+ "Priečinok temp galérie (gallery-plugin/upload/files) nie je dostupný pre "
104
+ "nahratie na váš server. Prosím použite klasickú WP funkciu na nahrávanie "
105
+ "obrázkov(knižnicu médií)."
106
 
107
+ #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
109
  msgstr "Vyberte obrázok na nahratie:"
110
 
111
+ #: gallery-plugin.php:330
112
  msgid "Please enable JavaScript to use the file uploader."
113
  msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
114
 
115
+ #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
  msgstr "Dovoľiť sťahovanie pre všetky obrázky v tejto galérii"
118
 
119
+ #: gallery-plugin.php:339
120
+ msgid ""
121
+ "Please use the drag and drop function to change an order of the images "
122
+ "displaying and do not forget to save the post."
123
+ msgstr ""
124
+ "Prosím použite funkciu potiahnutie a položenie pre zmenu poradia obrázkov a "
125
+ "nezabudnite článok uložiť!"
126
 
127
+ #: gallery-plugin.php:341
128
  msgid "Please make a choice"
129
  msgstr "Prosím vyberte si"
130
 
131
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
132
  msgid "Sort images by"
133
  msgstr "Zoradiť podľa"
134
 
135
+ #: gallery-plugin.php:341
136
  msgid "sort images"
137
  msgstr "zoradené obrázky"
138
 
139
+ #: gallery-plugin.php:341
140
  msgid "on the plugin settings page ("
141
  msgstr "na strane nastavení ("
142
 
143
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
144
  msgid "Title"
145
  msgstr "Nadpis"
146
 
147
+ #: gallery-plugin.php:387
148
  msgid "Alt tag"
149
  msgstr "Popisný text"
150
 
151
+ #: gallery-plugin.php:388
152
  msgid "URL"
153
  msgstr "Adresa URL"
154
 
155
+ #: gallery-plugin.php:388
156
  msgid "(by click on image opens a link in a new window)"
157
  msgstr "(kliknutím na obrázok sa otvorí odkaz v novom okne)"
158
 
159
+ #: gallery-plugin.php:389
160
  msgid "This setting is available in Pro version"
161
  msgstr "Toto nastavanie je k dispozíti v Pro verzii"
162
 
163
+ #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Open the URL"
166
  msgstr "Otvoriť odkaz"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "Súčasné okno"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "Nové okno"
175
 
176
+ #: gallery-plugin.php:391
177
  #, fuzzy
178
  msgid "Lightbox button URL"
179
  msgstr "pozadie Lightboxu"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr ""
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Zmazať"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Pre pridanie jednoduchej galérie na vašu stránku alebo článok, skopírujte "
195
+ "tento krátky kód do obsahu."
196
 
197
+ #: gallery-plugin.php:415
198
+ msgid ""
199
+ "If you want to display a short description containing a screenshot and the "
200
+ "link to the Single Gallery Page"
201
+ msgstr ""
202
+ "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
203
+ "galérie"
204
 
205
+ #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:439
210
  #, fuzzy
211
  msgid "Add New Gallery Category"
212
  msgstr "Pridať novú galériu"
213
 
214
+ #: gallery-plugin.php:444
215
  #, fuzzy
216
  msgid "Install plugin"
217
  msgstr "Plugin nainštalovaný"
218
 
219
+ #: gallery-plugin.php:647
220
  msgid "Author"
221
  msgstr "Autor"
222
 
223
+ #: gallery-plugin.php:648
224
  msgid "Photo"
225
  msgstr "Fotka"
226
 
227
+ #: gallery-plugin.php:649
228
  msgid "Publishing"
229
  msgstr "Publikovanie"
230
 
231
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
232
  msgid "Date"
233
  msgstr "Dátum"
234
 
235
+ #: gallery-plugin.php:820
236
  msgid "Settings are saved"
237
  msgstr "Nastavenia boli uložené."
238
 
239
+ #: gallery-plugin.php:831
240
  msgid "Gallery Settings"
241
  msgstr "Nastavenie galérie"
242
 
243
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
244
  msgid "Settings"
245
  msgstr "Nastavenia"
246
 
247
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
248
  msgid "FAQ"
249
  msgstr "FAQ"
250
 
251
+ #: gallery-plugin.php:835
252
  msgid "Go PRO"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:840
256
  msgid "Notice:"
257
  msgstr "Poznámka:"
258
 
259
+ #: gallery-plugin.php:840
260
+ msgid ""
261
+ "The plugin's settings have been changed. In order to save them please don't "
262
+ "forget to click the 'Save Changes' button."
263
+ msgstr ""
264
+ "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na "
265
+ "tlačítko 'Uložiť zmeny'."
266
 
267
+ #: gallery-plugin.php:841
268
+ msgid ""
269
+ "If you would like to add a Single Gallery to your page or post, just copy "
270
+ "and paste this shortcode into your post or page:"
271
+ msgstr ""
272
+ "Ak si prajete pridať galériu do vášho článku alebo na stránku, len "
273
+ "skopírujte tento krátky kód na vašu stránku alebo článok:"
274
 
275
+ #: gallery-plugin.php:843
276
  msgid "Please enable JavaScript to use the option to renew images."
277
+ msgstr ""
278
+ "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
279
 
280
+ #: gallery-plugin.php:847
281
  msgid "Update images for gallery"
282
  msgstr "Nahrať obrázky do galérie"
283
 
284
+ #: gallery-plugin.php:849
285
  msgid "Update images"
286
  msgstr "Nahrať obrázky"
287
 
288
+ #: gallery-plugin.php:857
289
  msgid "Image size for the album cover"
290
  msgstr "Veľkosť obrázku pre obal albumu"
291
 
292
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
293
  msgid "Image size"
294
  msgstr "Veľkosť obrázku"
295
 
296
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
297
  msgid "Width (in px)"
298
  msgstr "Šírka (v px)"
299
 
300
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
301
  msgid "Height (in px)"
302
  msgstr "Výška (v px)"
303
 
304
+ #: gallery-plugin.php:865
305
  #, fuzzy
306
  msgid "Image size for thumbnails"
307
  msgstr "Veľkosť obrázku pre obal albumu"
308
 
309
+ #: gallery-plugin.php:873
310
+ msgid ""
311
+ "WordPress will create a new thumbnail with the specified dimensions when you "
312
+ "upload a new photo."
313
+ msgstr ""
314
+ "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú "
315
+ "fotku."
316
 
317
+ #: gallery-plugin.php:881
318
  #, fuzzy
319
  msgid "Image size in the lightbox"
320
  msgstr "Veľkosť obrázku galérie v Lightbox"
321
 
322
+ #: gallery-plugin.php:884
323
  msgid "Max width (in px)"
324
  msgstr "max. šírka (v pixeloch)"
325
 
326
+ #: gallery-plugin.php:885
327
  msgid "Max height (in px)"
328
  msgstr "max. výška (v pixeloch)"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Display a full size image in the lightbox"
332
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
333
 
334
+ #: gallery-plugin.php:890
335
  msgid "Crop position"
336
  msgstr "Orezať"
337
 
338
+ #: gallery-plugin.php:892
339
  msgid "Horizontal"
340
  msgstr "Horizontálne"
341
 
342
+ #: gallery-plugin.php:894
343
  msgid "left"
344
  msgstr "vľavo"
345
 
346
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
347
  msgid "center"
348
  msgstr "na stred"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "right"
352
  msgstr "vpravo"
353
 
354
+ #: gallery-plugin.php:899
355
  msgid "Vertical"
356
  msgstr "vertikálne"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "top"
360
  msgstr "hore"
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "bottom"
364
  msgstr "dole"
365
 
366
+ #: gallery-plugin.php:908
367
  msgid "Lightbox background"
368
  msgstr "pozadie Lightboxu"
369
 
370
+ #: gallery-plugin.php:910
371
  msgid "Default"
372
  msgstr "Štandardné"
373
 
374
+ #: gallery-plugin.php:911
375
  msgid "Background transparency (from 0 to 1)"
376
  msgstr "Priehľadnosť pozadia (0 – 1)"
377
 
378
+ #: gallery-plugin.php:913
379
  msgid "Select a background color"
380
  msgstr "Vyberte farbu pozadia"
381
 
382
+ #: gallery-plugin.php:915
383
  msgid "Background color"
384
  msgstr "Farba pozadia"
385
 
386
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
387
+ msgid ""
388
+ "If you upgrade to Pro version all your settings and galleries will be saved."
389
+ msgstr ""
390
+ "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
391
+ "uložené."
392
 
393
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
394
  msgid "Unlock premium options by upgrading to a PRO version."
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
398
  msgid "Learn More"
399
  msgstr "Viac"
400
 
401
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
402
  msgid "Start Your Trial"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
406
  msgid "or"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
410
  msgid "Go"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:946
414
  msgid "Images with border"
415
  msgstr "Obrázky s rámčekom"
416
 
417
+ #: gallery-plugin.php:949
418
  msgid "Border width in px, just numbers"
419
  msgstr "Šírka rámčeka v px, iba čísla"
420
 
421
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
422
  msgid "Select a border color"
423
  msgstr "Vyberte farbu rámčeka"
424
 
425
+ #: gallery-plugin.php:959
426
  msgid "Number of images in the row"
427
  msgstr "Počet obrázkov v rade"
428
 
429
+ #: gallery-plugin.php:965
430
  msgid "Start slideshow"
431
  msgstr "Spustiť Slideshow"
432
 
433
+ #: gallery-plugin.php:971
434
  msgid "Slideshow interval"
435
  msgstr "Trvanie slideshow"
436
 
437
+ #: gallery-plugin.php:977
438
  msgid "Use single lightbox for multiple galleries on one page"
439
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
440
 
441
+ #: gallery-plugin.php:985
442
  msgid "Attachment ID"
443
  msgstr "ID pripojenia"
444
 
445
+ #: gallery-plugin.php:986
446
  msgid "Image Name"
447
  msgstr "Meno obrázka"
448
 
449
+ #: gallery-plugin.php:988
450
+ msgid ""
451
+ "Sorting order (the input field for sorting order in the Insert / Upload "
452
+ "Media Gallery dialog)"
453
+ msgstr ""
454
+ "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
455
+ "dialóg galérie medíí)"
456
 
457
+ #: gallery-plugin.php:989
458
  msgid "Random"
459
  msgstr "Náhodne"
460
 
461
+ #: gallery-plugin.php:993
462
  msgid "Sort images"
463
  msgstr "Zoradenie obrázkov"
464
 
465
+ #: gallery-plugin.php:995
466
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
467
  msgstr "ASC (vzostupne)"
468
 
469
+ #: gallery-plugin.php:996
470
+ msgid ""
471
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
472
  msgstr "DESC (zostupne)"
473
 
474
+ #: gallery-plugin.php:1000
475
  #, fuzzy
476
  msgid "Display text under the image"
477
  msgstr "Zobraziť text pod obrázkovm"
478
 
479
+ #: gallery-plugin.php:1002
480
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
481
  msgstr "Ak chcete zobraiť text iba v Lightbox"
482
 
483
+ #: gallery-plugin.php:1006
484
  msgid "Display the Back link"
485
  msgstr "Zobraziť spätný odkaz"
486
 
487
+ #: gallery-plugin.php:1012
488
  msgid "Display the Back link in the shortcode"
489
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
490
 
491
+ #: gallery-plugin.php:1018
492
  msgid "The Back link text"
493
  msgstr "Text spatného odkazu"
494
 
495
+ #: gallery-plugin.php:1024
496
  msgid "The Back link URL"
497
  msgstr "URL spätného odkazu"
498
 
499
+ #: gallery-plugin.php:1026
500
  msgid "Gallery page (Page with Gallery Template)"
501
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
502
 
503
+ #: gallery-plugin.php:1028
504
  msgid "(Full URL to custom page)"
505
  msgstr "(Celé URL na stránku)"
506
 
507
+ #: gallery-plugin.php:1032
508
  msgid "The Read More link text"
509
  msgstr "Text odkazu pre čítaj dalej"
510
 
511
+ #: gallery-plugin.php:1038
512
  msgid "Add gallery to the search"
513
  msgstr "Pridať galériu do hľadania"
514
 
515
+ #: gallery-plugin.php:1043
516
  msgid "Using"
517
  msgstr ""
518
 
519
+ #: gallery-plugin.php:1043
520
  msgid "powered by"
521
  msgstr ""
522
 
523
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
524
  msgid "Using Custom Search powered by"
525
  msgstr "Použiť vlastné vyhľadávanie podporujúce"
526
 
527
+ #: gallery-plugin.php:1046
528
  msgid "Activate Custom Search"
529
  msgstr "Aktivovať vlastné hľadanie"
530
 
531
+ #: gallery-plugin.php:1050
532
  msgid "Download Custom Search"
533
  msgstr "Sťiahnuť vlastné hľadanie"
534
 
535
+ #: gallery-plugin.php:1060
536
  #, fuzzy
537
  msgid "Use pagination for images"
538
  msgstr "Nahrávanie obrázkov..."
539
 
540
+ #: gallery-plugin.php:1063
541
  msgid "per page"
542
  msgstr ""
543
 
544
+ #: gallery-plugin.php:1067
545
  msgid "The lightbox helper"
546
  msgstr ""
547
 
548
+ #: gallery-plugin.php:1069
549
  msgid "Do not use"
550
  msgstr ""
551
 
552
+ #: gallery-plugin.php:1070
553
  msgid "Button helper"
554
  msgstr ""
555
 
556
+ #: gallery-plugin.php:1071
557
  msgid "Thumbnail helper"
558
  msgstr ""
559
 
560
+ #: gallery-plugin.php:1075
561
  msgid "Display Like buttons in the lightbox"
562
  msgstr "Zobraziť Like tlačítko v Lightbox"
563
 
564
+ #: gallery-plugin.php:1077
565
  msgid "FaceBook"
566
  msgstr "Facebook"
567
 
568
+ #: gallery-plugin.php:1078
569
  msgid "Twitter"
570
  msgstr "Twitter"
571
 
572
+ #: gallery-plugin.php:1079
573
  msgid "Pinterest"
574
  msgstr "Pinterest"
575
 
576
+ #: gallery-plugin.php:1080
577
  msgid "Google +1"
578
  msgstr "Goolge+"
579
 
580
+ #: gallery-plugin.php:1084
581
  msgid "Slug for gallery item"
582
  msgstr "Skratka pre položku galérie"
583
 
584
+ #: gallery-plugin.php:1086
585
  msgid "for any structure of permalinks except the default structure"
586
  msgstr "pre inú štruktúru permalinok ako je základná"
587
 
588
+ #: gallery-plugin.php:1090
589
  msgid "Title for lightbox button"
590
  msgstr ""
591
 
592
+ #: gallery-plugin.php:1096
593
+ msgid ""
594
+ "Display all images in the lightbox instead of going into a single gallery"
595
  msgstr ""
596
 
597
+ #: gallery-plugin.php:1099
598
+ msgid ""
599
+ "When using the gallery template or a shortcode with `display=short` parameter"
600
+ msgstr ""
601
+
602
+ #: gallery-plugin.php:1128
603
+ msgid "Rewrite templates after update"
604
+ msgstr ""
605
+
606
+ #: gallery-plugin.php:1130
607
+ msgid ""
608
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
609
+ "'gallery-single-template.php' file in your theme folder and You don't want "
610
+ "to rewrite them"
611
  msgstr ""
612
 
613
+ #: gallery-plugin.php:1136
614
  msgid "Save Changes"
615
  msgstr "Uložiť zmeny"
616
 
617
+ #: gallery-plugin.php:1170
618
  msgid "Support"
619
  msgstr "Podpora"
620
 
621
+ #: gallery-plugin.php:1278
622
  msgid "Updating images..."
623
  msgstr "Nahrávanie obrázkov..."
624
 
625
+ #: gallery-plugin.php:1279
626
  #, fuzzy
627
  msgid "No image found."
628
  msgstr "Obrázok nebol nájdený"
629
 
630
+ #: gallery-plugin.php:1280
631
  #, fuzzy
632
  msgid "All images are updated."
633
  msgstr "Všetky obrázky boli nahraté"
634
 
635
+ #: gallery-plugin.php:1281
636
  msgid "Error."
637
  msgstr "Chyba"
638
 
639
+ #: gallery-plugin.php:1290
640
  #, fuzzy
641
  msgid "Learn more"
642
  msgstr "Viac"
643
 
644
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
645
  #, fuzzy
646
  msgid "Activate"
647
  msgstr "Plugin aktivovaný"
648
 
649
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
650
  #, fuzzy
651
  msgid "Install now"
652
  msgstr "Inštalovať %s"
653
 
654
+ #: gallery-plugin.php:1311
655
  msgid "Add multiple gallery categories"
656
  msgstr ""
657
 
658
+ #: gallery-plugin.php:1311
659
+ msgid ""
660
+ "Install Gallery Categories plugin to add unlimited number of categories."
661
  msgstr ""
662
 
663
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
664
  msgid "Close"
665
  msgstr ""
666
 
667
+ #: gallery-plugin.php:1352
668
  msgid "Already attached?"
669
  msgstr ""
670
 
671
+ #: gallery-plugin.php:1352
672
+ msgid ""
673
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
674
+ "attacher plugin."
675
  msgstr ""
676
 
677
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
678
  msgid "Download high resolution image"
679
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
680
 
681
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
682
  msgid "Sorry, nothing found."
683
  msgstr "Prepáčte, nič som nenašiel."
684
 
685
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
686
  msgid "Image"
687
  msgstr "Obrázok"
688
 
689
+ #: gallery-plugin.php:1886
690
  msgid "Image size not defined"
691
  msgstr "Veľkosť obrázka nebola definovaná"
692
 
693
+ #: gallery-plugin.php:1901
694
+ msgid ""
695
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
696
+ "manually reload image."
697
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
698
 
699
+ #: gallery-plugin.php:1912
700
  msgid "Image size changes not defined"
701
  msgstr "Zmeny veľkosti obrázka neboli definované"
702
 
703
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
704
  msgid "Invalid path"
705
  msgstr "Neplatná cesta"
706
 
languages/gallery-sl_SI.mo CHANGED
Binary file
languages/gallery-sl_SI.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: 2015-05-18 12:54+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
@@ -21,646 +21,681 @@ msgstr ""
21
  msgid "See images &raquo;"
22
  msgstr "Poglej slike &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- msgstr "Datoteke \"gallery-template.php\" in \"gallery-single-template.php\" niso bile najdene v mapi tvoje teme. Prosimo skopiraj jih iz mape `/wp-content/plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje Gallery vtičnika"
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galerije"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galerija"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Dodaj Galerijo"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Dodaj novo Galerijo"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Uredi Galerijo"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Nova Galerija"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Pregled Galerije"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Pošišči Galerijo"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Galerija ni bila najdena"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Naloži datoteko"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Kratka koda do galerije"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  #, fuzzy
76
  msgid "Gallery Categories"
77
  msgstr "Velikost slike v galeriji"
78
 
79
- #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
  msgstr ""
82
 
83
- #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:312
93
- 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)"
94
- msgstr "Začasna mapa galerije (gallery-plugin/upload/files) ni dostopna za zapis na tvojem strežniku. Prosimo, uporabi standardno WP funkcionalnost za nalaganje slik (Medijska knjižica)"
 
 
 
 
 
 
95
 
96
- #: gallery-plugin.php:324
97
  msgid "Choose an image for upload:"
98
  msgstr "Izberi sliko za nalaganje:"
99
 
100
- #: gallery-plugin.php:329
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
103
 
104
- #: gallery-plugin.php:337
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr "Dovoli povezavo za prenos slike na vseh datotekah v tej galeriji"
107
 
108
- #: gallery-plugin.php:338
109
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr "Po objavi slik, lahko uporabiš funkcijo Povleci/Spusti za urejanje vrstnega reda slik v galeriji. Po končanem urejanju posodobi objavo."
 
 
 
 
111
 
112
- #: gallery-plugin.php:340
113
  msgid "Please make a choice"
114
  msgstr "Prosim izberite"
115
 
116
- #: gallery-plugin.php:340
117
- #: gallery-plugin.php:980
118
  msgid "Sort images by"
119
  msgstr "Uredi slike po"
120
 
121
- #: gallery-plugin.php:340
122
  msgid "sort images"
123
  msgstr "uredi slike"
124
 
125
- #: gallery-plugin.php:340
126
  msgid "on the plugin settings page ("
127
  msgstr "na strani za nastavitve vtičnikov ("
128
 
129
- #: gallery-plugin.php:384
130
- #: gallery-plugin.php:645
131
  msgid "Title"
132
  msgstr "Naslov"
133
 
134
- #: gallery-plugin.php:386
135
  msgid "Alt tag"
136
  msgstr "Alt oznaka"
137
 
138
- #: gallery-plugin.php:387
139
  msgid "URL"
140
  msgstr "URL"
141
 
142
- #: gallery-plugin.php:387
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(s klikom na sliko se odpre povezava v novem oknu)"
145
 
146
- #: gallery-plugin.php:388
147
  msgid "This setting is available in Pro version"
148
  msgstr "Ta nastavitev je dostopna v Pro verziji"
149
 
150
- #: gallery-plugin.php:389
151
  msgid "Open the URL"
152
  msgstr "Odpri povezavo"
153
 
154
- #: gallery-plugin.php:389
155
  msgid "Current window"
156
  msgstr "Trenutno okno"
157
 
158
- #: gallery-plugin.php:389
159
  msgid "New window"
160
  msgstr "Novo okno"
161
 
162
- #: gallery-plugin.php:390
163
  msgid "Lightbox button URL"
164
  msgstr "Lightbox povezava"
165
 
166
- #: gallery-plugin.php:391
167
  msgid "Description"
168
  msgstr "Opis"
169
 
170
- #: gallery-plugin.php:392
171
  msgid "Delete"
172
  msgstr "Izbriši"
173
 
174
- #: gallery-plugin.php:412
175
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
176
- msgstr "Posamezno galerijo lahko dodaš v novo stran ali prispevek s kopiranjem spodnje kode."
 
 
 
 
177
 
178
- #: gallery-plugin.php:414
179
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
180
- msgstr "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
 
 
 
 
181
 
182
- #: gallery-plugin.php:428
183
  msgid "Most Used"
184
  msgstr ""
185
 
186
- #: gallery-plugin.php:438
187
  #, fuzzy
188
  msgid "Add New Gallery Category"
189
  msgstr "Dodaj novo Galerijo"
190
 
191
- #: gallery-plugin.php:443
192
  #, fuzzy
193
  msgid "Install plugin"
194
  msgstr "Instalirani moduli"
195
 
196
- #: gallery-plugin.php:646
197
  msgid "Author"
198
  msgstr "Avtor"
199
 
200
- #: gallery-plugin.php:647
201
  msgid "Photo"
202
  msgstr "Slika"
203
 
204
- #: gallery-plugin.php:648
205
  msgid "Publishing"
206
  msgstr "Objavljanje"
207
 
208
- #: gallery-plugin.php:649
209
- #: gallery-plugin.php:984
210
  msgid "Date"
211
  msgstr "Datum"
212
 
213
- #: gallery-plugin.php:817
214
  msgid "Settings are saved"
215
  msgstr "Nastavitve so shranjene"
216
 
217
- #: gallery-plugin.php:828
218
  msgid "Gallery Settings"
219
  msgstr "Nastavitve galerije"
220
 
221
- #: gallery-plugin.php:830
222
- #: gallery-plugin.php:1157
223
- #: gallery-plugin.php:1174
224
  msgid "Settings"
225
  msgstr "Nastavitve"
226
 
227
- #: gallery-plugin.php:831
228
- #: gallery-plugin.php:1158
229
  msgid "FAQ"
230
  msgstr "FAQ"
231
 
232
- #: gallery-plugin.php:832
233
  msgid "Go PRO"
234
  msgstr "Pojdi na PRO"
235
 
236
- #: gallery-plugin.php:837
237
  msgid "Notice:"
238
  msgstr "Obvestilo:"
239
 
240
- #: gallery-plugin.php:837
241
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
242
- msgstr "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, ne pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
 
 
 
 
243
 
244
- #: gallery-plugin.php:838
245
- 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:"
246
- msgstr "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj to kodo:"
 
 
 
 
247
 
248
- #: gallery-plugin.php:840
249
  msgid "Please enable JavaScript to use the option to renew images."
250
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
251
 
252
- #: gallery-plugin.php:844
253
  msgid "Update images for gallery"
254
  msgstr "Osveži slike galerije"
255
 
256
- #: gallery-plugin.php:846
257
  msgid "Update images"
258
  msgstr "Posodobi slike"
259
 
260
- #: gallery-plugin.php:854
261
  msgid "Image size for the album cover"
262
  msgstr "Velikost slike albuma"
263
 
264
- #: gallery-plugin.php:856
265
- #: gallery-plugin.php:864
266
- #: gallery-plugin.php:880
267
  msgid "Image size"
268
  msgstr "Velikost slike"
269
 
270
- #: gallery-plugin.php:857
271
- #: gallery-plugin.php:865
272
  msgid "Width (in px)"
273
  msgstr "Širina (v pikslih)"
274
 
275
- #: gallery-plugin.php:858
276
- #: gallery-plugin.php:866
277
  msgid "Height (in px)"
278
  msgstr "Višina (v pikslih)"
279
 
280
- #: gallery-plugin.php:862
281
  #, fuzzy
282
  msgid "Image size for thumbnails"
283
  msgstr "Velikost slike albuma"
284
 
285
- #: gallery-plugin.php:870
286
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
- msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
 
 
 
 
288
 
289
- #: gallery-plugin.php:878
290
  #, fuzzy
291
  msgid "Image size in the lightbox"
292
  msgstr "Velikost slike v lightbox-u"
293
 
294
- #: gallery-plugin.php:881
295
  msgid "Max width (in px)"
296
  msgstr "Max širina (v pikslih)"
297
 
298
- #: gallery-plugin.php:882
299
  msgid "Max height (in px)"
300
  msgstr "Max višina (v pikslih)"
301
 
302
- #: gallery-plugin.php:883
303
  msgid "Display a full size image in the lightbox"
304
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
305
 
306
- #: gallery-plugin.php:887
307
  msgid "Crop position"
308
  msgstr "Pozicija za obrez"
309
 
310
- #: gallery-plugin.php:889
311
  msgid "Horizontal"
312
  msgstr "Horizontalno"
313
 
314
- #: gallery-plugin.php:891
315
  msgid "left"
316
  msgstr "levo"
317
 
318
- #: gallery-plugin.php:892
319
- #: gallery-plugin.php:899
320
  msgid "center"
321
  msgstr "center"
322
 
323
- #: gallery-plugin.php:893
324
  msgid "right"
325
  msgstr "desno"
326
 
327
- #: gallery-plugin.php:896
328
  msgid "Vertical"
329
  msgstr "Vertikalno"
330
 
331
- #: gallery-plugin.php:898
332
  msgid "top"
333
  msgstr "vrh"
334
 
335
- #: gallery-plugin.php:900
336
  msgid "bottom"
337
  msgstr "dno"
338
 
339
- #: gallery-plugin.php:905
340
  msgid "Lightbox background"
341
  msgstr "Lightbox ozadje"
342
 
343
- #: gallery-plugin.php:907
344
  msgid "Default"
345
  msgstr "Privzeto"
346
 
347
- #: gallery-plugin.php:908
348
  msgid "Background transparency (from 0 to 1)"
349
  msgstr "Prosojnost ozadja"
350
 
351
- #: gallery-plugin.php:910
352
  msgid "Select a background color"
353
  msgstr "Izberi barvo ozadja"
354
 
355
- #: gallery-plugin.php:912
356
  msgid "Background color"
357
  msgstr "Barva ozadja"
358
 
359
- #: gallery-plugin.php:919
360
- #: gallery-plugin.php:1101
361
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
362
- msgstr "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije ohranile."
 
 
363
 
364
- #: gallery-plugin.php:926
365
- #: gallery-plugin.php:1108
366
  msgid "Unlock premium options by upgrading to a PRO version."
367
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
368
 
369
- #: gallery-plugin.php:927
370
- #: gallery-plugin.php:1109
371
  msgid "Learn More"
372
  msgstr "Preberi več"
373
 
374
- #: gallery-plugin.php:931
375
- #: gallery-plugin.php:1113
376
  msgid "Start Your Trial"
377
  msgstr "Začni svoje preizkusno obdobje"
378
 
379
- #: gallery-plugin.php:932
380
- #: gallery-plugin.php:1114
381
  msgid "or"
382
  msgstr "ali"
383
 
384
- #: gallery-plugin.php:935
385
- #: gallery-plugin.php:1117
386
  msgid "Go"
387
  msgstr "Pojdi"
388
 
389
- #: gallery-plugin.php:943
390
  msgid "Images with border"
391
  msgstr "Slike z okvirjem"
392
 
393
- #: gallery-plugin.php:946
394
  msgid "Border width in px, just numbers"
395
  msgstr "Širina okvirja v pikslih (le številčno)"
396
 
397
- #: gallery-plugin.php:948
398
- #: gallery-plugin.php:950
399
  msgid "Select a border color"
400
  msgstr "Izberi barvo okvirja"
401
 
402
- #: gallery-plugin.php:956
403
  msgid "Number of images in the row"
404
  msgstr "Število slik v vrsti"
405
 
406
- #: gallery-plugin.php:962
407
  msgid "Start slideshow"
408
  msgstr "Začni projekcijo"
409
 
410
- #: gallery-plugin.php:968
411
  msgid "Slideshow interval"
412
  msgstr "Interval projekcije slik"
413
 
414
- #: gallery-plugin.php:974
415
  msgid "Use single lightbox for multiple galleries on one page"
416
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
417
 
418
- #: gallery-plugin.php:982
419
  msgid "Attachment ID"
420
  msgstr "ID priloge"
421
 
422
- #: gallery-plugin.php:983
423
  msgid "Image Name"
424
  msgstr "Ime slike"
425
 
426
- #: gallery-plugin.php:985
427
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
 
 
428
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
429
 
430
- #: gallery-plugin.php:986
431
  msgid "Random"
432
  msgstr "Naključno"
433
 
434
- #: gallery-plugin.php:990
435
  msgid "Sort images"
436
  msgstr "Preuredi slike"
437
 
438
- #: gallery-plugin.php:992
439
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
440
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
441
 
442
- #: gallery-plugin.php:993
443
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
444
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
445
 
446
- #: gallery-plugin.php:997
447
  msgid "Display text under the image"
448
  msgstr "Prikaži tekst pod sliko"
449
 
450
- #: gallery-plugin.php:999
451
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
452
  msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
453
 
454
- #: gallery-plugin.php:1003
455
  msgid "Display the Back link"
456
  msgstr "Prikaži povratni link"
457
 
458
- #: gallery-plugin.php:1009
459
  msgid "Display the Back link in the shortcode"
460
  msgstr "Prikaži povratni link v kratki kodi"
461
 
462
- #: gallery-plugin.php:1015
463
  msgid "The Back link text"
464
  msgstr "Besedilo povezave na povratek na galerijo"
465
 
466
- #: gallery-plugin.php:1021
467
  msgid "The Back link URL"
468
  msgstr "Povezava, na kateri se nahajajo galerije"
469
 
470
- #: gallery-plugin.php:1023
471
  msgid "Gallery page (Page with Gallery Template)"
472
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
473
 
474
- #: gallery-plugin.php:1025
475
  msgid "(Full URL to custom page)"
476
  msgstr "(Polni URL za uporabo na strani)"
477
 
478
- #: gallery-plugin.php:1029
479
  msgid "The Read More link text"
480
  msgstr "Tekst v \"Read More\" gumbu"
481
 
482
- #: gallery-plugin.php:1035
483
  msgid "Add gallery to the search"
484
  msgstr "Dodaj galerijo k iskalniku"
485
 
486
- #: gallery-plugin.php:1040
487
  msgid "Using"
488
  msgstr "Se uporablja"
489
 
490
- #: gallery-plugin.php:1040
491
  msgid "powered by"
492
  msgstr "gnano z"
493
 
494
- #: gallery-plugin.php:1043
495
- #: gallery-plugin.php:1047
496
  msgid "Using Custom Search powered by"
497
  msgstr "Se uporablja \"Custom Search\" gnano z"
498
 
499
- #: gallery-plugin.php:1043
500
  msgid "Activate Custom Search"
501
  msgstr "Aktiviraj \"Custom Search\""
502
 
503
- #: gallery-plugin.php:1047
504
  msgid "Download Custom Search"
505
  msgstr "Prensei \"Custom Search\""
506
 
507
- #: gallery-plugin.php:1057
508
  msgid "Use pagination for images"
509
  msgstr "Uporabi oštevilčenje strani za slike"
510
 
511
- #: gallery-plugin.php:1060
512
  msgid "per page"
513
  msgstr "na stran"
514
 
515
- #: gallery-plugin.php:1064
516
  msgid "The lightbox helper"
517
  msgstr "Lightbox pomočnik"
518
 
519
- #: gallery-plugin.php:1066
520
  msgid "Do not use"
521
  msgstr "Ne uporabljaj"
522
 
523
- #: gallery-plugin.php:1067
524
  msgid "Button helper"
525
  msgstr "Pomočnik za gumb"
526
 
527
- #: gallery-plugin.php:1068
528
  msgid "Thumbnail helper"
529
  msgstr "Pomočnik za prikazno sliko"
530
 
531
- #: gallery-plugin.php:1072
532
  msgid "Display Like buttons in the lightbox"
533
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
534
 
535
- #: gallery-plugin.php:1074
536
  msgid "FaceBook"
537
  msgstr "FaceBook"
538
 
539
- #: gallery-plugin.php:1075
540
  msgid "Twitter"
541
  msgstr "Twitter"
542
 
543
- #: gallery-plugin.php:1076
544
  msgid "Pinterest"
545
  msgstr "Pinterest"
546
 
547
- #: gallery-plugin.php:1077
548
  msgid "Google +1"
549
  msgstr "Google +1"
550
 
551
- #: gallery-plugin.php:1081
552
  msgid "Slug for gallery item"
553
  msgstr "Ključ za galerijski vnos"
554
 
555
- #: gallery-plugin.php:1083
556
  msgid "for any structure of permalinks except the default structure"
557
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
558
 
559
- #: gallery-plugin.php:1087
560
  msgid "Title for lightbox button"
561
  msgstr "Naziv za lightbox gumb"
562
 
563
- #: gallery-plugin.php:1093
564
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1096
568
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1125
 
 
 
 
 
 
 
572
  msgid "Save Changes"
573
  msgstr "Shrani spremembe"
574
 
575
- #: gallery-plugin.php:1159
576
  msgid "Support"
577
  msgstr "Podpora"
578
 
579
- #: gallery-plugin.php:1267
580
  msgid "Updating images..."
581
  msgstr "Posodabljam slike..."
582
 
583
- #: gallery-plugin.php:1268
584
  #, fuzzy
585
  msgid "No image found."
586
  msgstr "Slike niso bile najdene"
587
 
588
- #: gallery-plugin.php:1269
589
  #, fuzzy
590
  msgid "All images are updated."
591
  msgstr "Vse slike so posodobljene"
592
 
593
- #: gallery-plugin.php:1270
594
  msgid "Error."
595
  msgstr "Napaka."
596
 
597
- #: gallery-plugin.php:1279
598
  #, fuzzy
599
  msgid "Learn more"
600
  msgstr "Preberi več"
601
 
602
- #: gallery-plugin.php:1284
603
- #: gallery-plugin.php:1324
604
  msgid "Activate"
605
  msgstr "Aktivirani moduli"
606
 
607
- #: gallery-plugin.php:1291
608
- #: gallery-plugin.php:1331
609
  #, fuzzy
610
  msgid "Install now"
611
  msgstr "Instalacija %s"
612
 
613
- #: gallery-plugin.php:1300
614
  msgid "Add multiple gallery categories"
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1300
618
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1309
622
- #: gallery-plugin.php:1350
623
  msgid "Close"
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1341
627
  msgid "Already attached?"
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1341
631
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1404
635
- #: template/gallery-single-template.php:19
636
  msgid "Download high resolution image"
637
  msgstr "Prenesi sliko visoke resolucije"
638
 
639
- #: gallery-plugin.php:1557
640
- #: template/gallery-single-template.php:95
641
  msgid "Sorry, nothing found."
642
  msgstr "Žal ni zadetkov"
643
 
644
- #: gallery-plugin.php:1579
645
- #: template/gallery-single-template.php:114
646
  msgid "Image"
647
  msgstr "Slika"
648
 
649
- #: gallery-plugin.php:1875
650
  msgid "Image size not defined"
651
  msgstr "Velikost slike ni podana"
652
 
653
- #: gallery-plugin.php:1890
654
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
655
- msgstr "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse ostale prosimo, da posodobiš slike ročno."
656
-
657
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
658
  msgid "Image size changes not defined"
659
  msgstr "Spremembe velikosti slike niso podane"
660
 
661
- #: gallery-plugin.php:1930
662
- #: gallery-plugin.php:1933
663
- #: gallery-plugin.php:1938
664
  msgid "Invalid path"
665
  msgstr "Napačna pot"
666
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
21
  msgid "See images &raquo;"
22
  msgstr "Poglej slike &raquo;"
23
 
24
+ #: gallery-plugin.php:207
25
+ msgid ""
26
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
27
+ "php\" were not found in the directory of your theme. Please copy them from "
28
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
+ "directory of your theme for the correct work of the Gallery plugin"
30
+ msgstr ""
31
+ "Datoteke \"gallery-template.php\" in \"gallery-single-template.php\" niso "
32
+ "bile najdene v mapi tvoje teme. Prosimo skopiraj jih iz mape `/wp-content/"
33
+ "plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje "
34
+ "Gallery vtičnika"
35
 
36
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
37
  msgid "Galleries"
38
  msgstr "Galerije"
39
 
40
+ #: gallery-plugin.php:217
41
  msgid "Gallery"
42
  msgstr "Galerija"
43
 
44
+ #: gallery-plugin.php:218
45
  msgid "Add a Gallery"
46
  msgstr "Dodaj Galerijo"
47
 
48
+ #: gallery-plugin.php:219
49
  msgid "Add New Gallery"
50
  msgstr "Dodaj novo Galerijo"
51
 
52
+ #: gallery-plugin.php:220
53
  msgid "Edit Gallery"
54
  msgstr "Uredi Galerijo"
55
 
56
+ #: gallery-plugin.php:221
57
  msgid "New Gallery"
58
  msgstr "Nova Galerija"
59
 
60
+ #: gallery-plugin.php:222
61
  msgid "View Gallery"
62
  msgstr "Pregled Galerije"
63
 
64
+ #: gallery-plugin.php:223
65
  msgid "Find a Gallery"
66
  msgstr "Pošišči Galerijo"
67
 
68
+ #: gallery-plugin.php:224
69
  msgid "No Gallery found"
70
  msgstr "Galerija ni bila najdena"
71
 
72
+ #: gallery-plugin.php:281
73
  msgid "Upload File"
74
  msgstr "Naloži datoteko"
75
 
76
+ #: gallery-plugin.php:282
77
  msgid "Gallery Shortcode"
78
  msgstr "Kratka koda do galerije"
79
 
80
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost slike v galeriji"
84
 
85
+ #: gallery-plugin.php:293
86
  msgid "Choose a media file that will be attached"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:293
90
  #, php-format
91
  msgid "You need to install \"%s\" plugin to use this functionality"
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:294
95
  msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:313
99
+ msgid ""
100
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
+ "for record on your webserver. Please use the standard WP functionality to "
102
+ "upload images (media library)"
103
+ msgstr ""
104
+ "Začasna mapa galerije (gallery-plugin/upload/files) ni dostopna za zapis na "
105
+ "tvojem strežniku. Prosimo, uporabi standardno WP funkcionalnost za nalaganje "
106
+ "slik (Medijska knjižica)"
107
 
108
+ #: gallery-plugin.php:325
109
  msgid "Choose an image for upload:"
110
  msgstr "Izberi sliko za nalaganje:"
111
 
112
+ #: gallery-plugin.php:330
113
  msgid "Please enable JavaScript to use the file uploader."
114
  msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
115
 
116
+ #: gallery-plugin.php:338
117
  msgid "Allow the download link for all images in this gallery"
118
  msgstr "Dovoli povezavo za prenos slike na vseh datotekah v tej galeriji"
119
 
120
+ #: gallery-plugin.php:339
121
+ msgid ""
122
+ "Please use the drag and drop function to change an order of the images "
123
+ "displaying and do not forget to save the post."
124
+ msgstr ""
125
+ "Po objavi slik, lahko uporabiš funkcijo Povleci/Spusti za urejanje vrstnega "
126
+ "reda slik v galeriji. Po končanem urejanju posodobi objavo."
127
 
128
+ #: gallery-plugin.php:341
129
  msgid "Please make a choice"
130
  msgstr "Prosim izberite"
131
 
132
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
133
  msgid "Sort images by"
134
  msgstr "Uredi slike po"
135
 
136
+ #: gallery-plugin.php:341
137
  msgid "sort images"
138
  msgstr "uredi slike"
139
 
140
+ #: gallery-plugin.php:341
141
  msgid "on the plugin settings page ("
142
  msgstr "na strani za nastavitve vtičnikov ("
143
 
144
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
145
  msgid "Title"
146
  msgstr "Naslov"
147
 
148
+ #: gallery-plugin.php:387
149
  msgid "Alt tag"
150
  msgstr "Alt oznaka"
151
 
152
+ #: gallery-plugin.php:388
153
  msgid "URL"
154
  msgstr "URL"
155
 
156
+ #: gallery-plugin.php:388
157
  msgid "(by click on image opens a link in a new window)"
158
  msgstr "(s klikom na sliko se odpre povezava v novem oknu)"
159
 
160
+ #: gallery-plugin.php:389
161
  msgid "This setting is available in Pro version"
162
  msgstr "Ta nastavitev je dostopna v Pro verziji"
163
 
164
+ #: gallery-plugin.php:390
165
  msgid "Open the URL"
166
  msgstr "Odpri povezavo"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "Trenutno okno"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "Novo okno"
175
 
176
+ #: gallery-plugin.php:391
177
  msgid "Lightbox button URL"
178
  msgstr "Lightbox povezava"
179
 
180
+ #: gallery-plugin.php:392
181
  msgid "Description"
182
  msgstr "Opis"
183
 
184
+ #: gallery-plugin.php:393
185
  msgid "Delete"
186
  msgstr "Izbriši"
187
 
188
+ #: gallery-plugin.php:413
189
+ msgid ""
190
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
191
+ "into the content"
192
+ msgstr ""
193
+ "Posamezno galerijo lahko dodaš v novo stran ali prispevek s kopiranjem "
194
+ "spodnje kode."
195
 
196
+ #: gallery-plugin.php:415
197
+ msgid ""
198
+ "If you want to display a short description containing a screenshot and the "
199
+ "link to the Single Gallery Page"
200
+ msgstr ""
201
+ "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
202
+ "galerije kopiraj spodnjo povezavo."
203
 
204
+ #: gallery-plugin.php:429
205
  msgid "Most Used"
206
  msgstr ""
207
 
208
+ #: gallery-plugin.php:439
209
  #, fuzzy
210
  msgid "Add New Gallery Category"
211
  msgstr "Dodaj novo Galerijo"
212
 
213
+ #: gallery-plugin.php:444
214
  #, fuzzy
215
  msgid "Install plugin"
216
  msgstr "Instalirani moduli"
217
 
218
+ #: gallery-plugin.php:647
219
  msgid "Author"
220
  msgstr "Avtor"
221
 
222
+ #: gallery-plugin.php:648
223
  msgid "Photo"
224
  msgstr "Slika"
225
 
226
+ #: gallery-plugin.php:649
227
  msgid "Publishing"
228
  msgstr "Objavljanje"
229
 
230
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
231
  msgid "Date"
232
  msgstr "Datum"
233
 
234
+ #: gallery-plugin.php:820
235
  msgid "Settings are saved"
236
  msgstr "Nastavitve so shranjene"
237
 
238
+ #: gallery-plugin.php:831
239
  msgid "Gallery Settings"
240
  msgstr "Nastavitve galerije"
241
 
242
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
243
  msgid "Settings"
244
  msgstr "Nastavitve"
245
 
246
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
247
  msgid "FAQ"
248
  msgstr "FAQ"
249
 
250
+ #: gallery-plugin.php:835
251
  msgid "Go PRO"
252
  msgstr "Pojdi na PRO"
253
 
254
+ #: gallery-plugin.php:840
255
  msgid "Notice:"
256
  msgstr "Obvestilo:"
257
 
258
+ #: gallery-plugin.php:840
259
+ msgid ""
260
+ "The plugin's settings have been changed. In order to save them please don't "
261
+ "forget to click the 'Save Changes' button."
262
+ msgstr ""
263
+ "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, ne "
264
+ "pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
265
 
266
+ #: gallery-plugin.php:841
267
+ msgid ""
268
+ "If you would like to add a Single Gallery to your page or post, just copy "
269
+ "and paste this shortcode into your post or page:"
270
+ msgstr ""
271
+ "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj "
272
+ "to kodo:"
273
 
274
+ #: gallery-plugin.php:843
275
  msgid "Please enable JavaScript to use the option to renew images."
276
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
277
 
278
+ #: gallery-plugin.php:847
279
  msgid "Update images for gallery"
280
  msgstr "Osveži slike galerije"
281
 
282
+ #: gallery-plugin.php:849
283
  msgid "Update images"
284
  msgstr "Posodobi slike"
285
 
286
+ #: gallery-plugin.php:857
287
  msgid "Image size for the album cover"
288
  msgstr "Velikost slike albuma"
289
 
290
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
291
  msgid "Image size"
292
  msgstr "Velikost slike"
293
 
294
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
295
  msgid "Width (in px)"
296
  msgstr "Širina (v pikslih)"
297
 
298
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
299
  msgid "Height (in px)"
300
  msgstr "Višina (v pikslih)"
301
 
302
+ #: gallery-plugin.php:865
303
  #, fuzzy
304
  msgid "Image size for thumbnails"
305
  msgstr "Velikost slike albuma"
306
 
307
+ #: gallery-plugin.php:873
308
+ msgid ""
309
+ "WordPress will create a new thumbnail with the specified dimensions when you "
310
+ "upload a new photo."
311
+ msgstr ""
312
+ "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri "
313
+ "naslednjem nalaganju nove slike."
314
 
315
+ #: gallery-plugin.php:881
316
  #, fuzzy
317
  msgid "Image size in the lightbox"
318
  msgstr "Velikost slike v lightbox-u"
319
 
320
+ #: gallery-plugin.php:884
321
  msgid "Max width (in px)"
322
  msgstr "Max širina (v pikslih)"
323
 
324
+ #: gallery-plugin.php:885
325
  msgid "Max height (in px)"
326
  msgstr "Max višina (v pikslih)"
327
 
328
+ #: gallery-plugin.php:886
329
  msgid "Display a full size image in the lightbox"
330
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
331
 
332
+ #: gallery-plugin.php:890
333
  msgid "Crop position"
334
  msgstr "Pozicija za obrez"
335
 
336
+ #: gallery-plugin.php:892
337
  msgid "Horizontal"
338
  msgstr "Horizontalno"
339
 
340
+ #: gallery-plugin.php:894
341
  msgid "left"
342
  msgstr "levo"
343
 
344
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
345
  msgid "center"
346
  msgstr "center"
347
 
348
+ #: gallery-plugin.php:896
349
  msgid "right"
350
  msgstr "desno"
351
 
352
+ #: gallery-plugin.php:899
353
  msgid "Vertical"
354
  msgstr "Vertikalno"
355
 
356
+ #: gallery-plugin.php:901
357
  msgid "top"
358
  msgstr "vrh"
359
 
360
+ #: gallery-plugin.php:903
361
  msgid "bottom"
362
  msgstr "dno"
363
 
364
+ #: gallery-plugin.php:908
365
  msgid "Lightbox background"
366
  msgstr "Lightbox ozadje"
367
 
368
+ #: gallery-plugin.php:910
369
  msgid "Default"
370
  msgstr "Privzeto"
371
 
372
+ #: gallery-plugin.php:911
373
  msgid "Background transparency (from 0 to 1)"
374
  msgstr "Prosojnost ozadja"
375
 
376
+ #: gallery-plugin.php:913
377
  msgid "Select a background color"
378
  msgstr "Izberi barvo ozadja"
379
 
380
+ #: gallery-plugin.php:915
381
  msgid "Background color"
382
  msgstr "Barva ozadja"
383
 
384
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
385
+ msgid ""
386
+ "If you upgrade to Pro version all your settings and galleries will be saved."
387
+ msgstr ""
388
+ "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
389
+ "ohranile."
390
 
391
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
392
  msgid "Unlock premium options by upgrading to a PRO version."
393
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
394
 
395
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
396
  msgid "Learn More"
397
  msgstr "Preberi več"
398
 
399
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
400
  msgid "Start Your Trial"
401
  msgstr "Začni svoje preizkusno obdobje"
402
 
403
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
404
  msgid "or"
405
  msgstr "ali"
406
 
407
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
408
  msgid "Go"
409
  msgstr "Pojdi"
410
 
411
+ #: gallery-plugin.php:946
412
  msgid "Images with border"
413
  msgstr "Slike z okvirjem"
414
 
415
+ #: gallery-plugin.php:949
416
  msgid "Border width in px, just numbers"
417
  msgstr "Širina okvirja v pikslih (le številčno)"
418
 
419
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
420
  msgid "Select a border color"
421
  msgstr "Izberi barvo okvirja"
422
 
423
+ #: gallery-plugin.php:959
424
  msgid "Number of images in the row"
425
  msgstr "Število slik v vrsti"
426
 
427
+ #: gallery-plugin.php:965
428
  msgid "Start slideshow"
429
  msgstr "Začni projekcijo"
430
 
431
+ #: gallery-plugin.php:971
432
  msgid "Slideshow interval"
433
  msgstr "Interval projekcije slik"
434
 
435
+ #: gallery-plugin.php:977
436
  msgid "Use single lightbox for multiple galleries on one page"
437
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
438
 
439
+ #: gallery-plugin.php:985
440
  msgid "Attachment ID"
441
  msgstr "ID priloge"
442
 
443
+ #: gallery-plugin.php:986
444
  msgid "Image Name"
445
  msgstr "Ime slike"
446
 
447
+ #: gallery-plugin.php:988
448
+ msgid ""
449
+ "Sorting order (the input field for sorting order in the Insert / Upload "
450
+ "Media Gallery dialog)"
451
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
452
 
453
+ #: gallery-plugin.php:989
454
  msgid "Random"
455
  msgstr "Naključno"
456
 
457
+ #: gallery-plugin.php:993
458
  msgid "Sort images"
459
  msgstr "Preuredi slike"
460
 
461
+ #: gallery-plugin.php:995
462
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
463
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
464
 
465
+ #: gallery-plugin.php:996
466
+ msgid ""
467
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
468
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
469
 
470
+ #: gallery-plugin.php:1000
471
  msgid "Display text under the image"
472
  msgstr "Prikaži tekst pod sliko"
473
 
474
+ #: gallery-plugin.php:1002
475
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
476
  msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
477
 
478
+ #: gallery-plugin.php:1006
479
  msgid "Display the Back link"
480
  msgstr "Prikaži povratni link"
481
 
482
+ #: gallery-plugin.php:1012
483
  msgid "Display the Back link in the shortcode"
484
  msgstr "Prikaži povratni link v kratki kodi"
485
 
486
+ #: gallery-plugin.php:1018
487
  msgid "The Back link text"
488
  msgstr "Besedilo povezave na povratek na galerijo"
489
 
490
+ #: gallery-plugin.php:1024
491
  msgid "The Back link URL"
492
  msgstr "Povezava, na kateri se nahajajo galerije"
493
 
494
+ #: gallery-plugin.php:1026
495
  msgid "Gallery page (Page with Gallery Template)"
496
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
497
 
498
+ #: gallery-plugin.php:1028
499
  msgid "(Full URL to custom page)"
500
  msgstr "(Polni URL za uporabo na strani)"
501
 
502
+ #: gallery-plugin.php:1032
503
  msgid "The Read More link text"
504
  msgstr "Tekst v \"Read More\" gumbu"
505
 
506
+ #: gallery-plugin.php:1038
507
  msgid "Add gallery to the search"
508
  msgstr "Dodaj galerijo k iskalniku"
509
 
510
+ #: gallery-plugin.php:1043
511
  msgid "Using"
512
  msgstr "Se uporablja"
513
 
514
+ #: gallery-plugin.php:1043
515
  msgid "powered by"
516
  msgstr "gnano z"
517
 
518
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
519
  msgid "Using Custom Search powered by"
520
  msgstr "Se uporablja \"Custom Search\" gnano z"
521
 
522
+ #: gallery-plugin.php:1046
523
  msgid "Activate Custom Search"
524
  msgstr "Aktiviraj \"Custom Search\""
525
 
526
+ #: gallery-plugin.php:1050
527
  msgid "Download Custom Search"
528
  msgstr "Prensei \"Custom Search\""
529
 
530
+ #: gallery-plugin.php:1060
531
  msgid "Use pagination for images"
532
  msgstr "Uporabi oštevilčenje strani za slike"
533
 
534
+ #: gallery-plugin.php:1063
535
  msgid "per page"
536
  msgstr "na stran"
537
 
538
+ #: gallery-plugin.php:1067
539
  msgid "The lightbox helper"
540
  msgstr "Lightbox pomočnik"
541
 
542
+ #: gallery-plugin.php:1069
543
  msgid "Do not use"
544
  msgstr "Ne uporabljaj"
545
 
546
+ #: gallery-plugin.php:1070
547
  msgid "Button helper"
548
  msgstr "Pomočnik za gumb"
549
 
550
+ #: gallery-plugin.php:1071
551
  msgid "Thumbnail helper"
552
  msgstr "Pomočnik za prikazno sliko"
553
 
554
+ #: gallery-plugin.php:1075
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
557
 
558
+ #: gallery-plugin.php:1077
559
  msgid "FaceBook"
560
  msgstr "FaceBook"
561
 
562
+ #: gallery-plugin.php:1078
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
+ #: gallery-plugin.php:1079
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
+ #: gallery-plugin.php:1080
571
  msgid "Google +1"
572
  msgstr "Google +1"
573
 
574
+ #: gallery-plugin.php:1084
575
  msgid "Slug for gallery item"
576
  msgstr "Ključ za galerijski vnos"
577
 
578
+ #: gallery-plugin.php:1086
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
581
 
582
+ #: gallery-plugin.php:1090
583
  msgid "Title for lightbox button"
584
  msgstr "Naziv za lightbox gumb"
585
 
586
+ #: gallery-plugin.php:1096
587
+ msgid ""
588
+ "Display all images in the lightbox instead of going into a single gallery"
589
+ msgstr ""
590
+
591
+ #: gallery-plugin.php:1099
592
+ msgid ""
593
+ "When using the gallery template or a shortcode with `display=short` parameter"
594
  msgstr ""
595
 
596
+ #: gallery-plugin.php:1128
597
+ msgid "Rewrite templates after update"
598
  msgstr ""
599
 
600
+ #: gallery-plugin.php:1130
601
+ msgid ""
602
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
603
+ "'gallery-single-template.php' file in your theme folder and You don't want "
604
+ "to rewrite them"
605
+ msgstr ""
606
+
607
+ #: gallery-plugin.php:1136
608
  msgid "Save Changes"
609
  msgstr "Shrani spremembe"
610
 
611
+ #: gallery-plugin.php:1170
612
  msgid "Support"
613
  msgstr "Podpora"
614
 
615
+ #: gallery-plugin.php:1278
616
  msgid "Updating images..."
617
  msgstr "Posodabljam slike..."
618
 
619
+ #: gallery-plugin.php:1279
620
  #, fuzzy
621
  msgid "No image found."
622
  msgstr "Slike niso bile najdene"
623
 
624
+ #: gallery-plugin.php:1280
625
  #, fuzzy
626
  msgid "All images are updated."
627
  msgstr "Vse slike so posodobljene"
628
 
629
+ #: gallery-plugin.php:1281
630
  msgid "Error."
631
  msgstr "Napaka."
632
 
633
+ #: gallery-plugin.php:1290
634
  #, fuzzy
635
  msgid "Learn more"
636
  msgstr "Preberi več"
637
 
638
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
639
  msgid "Activate"
640
  msgstr "Aktivirani moduli"
641
 
642
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
643
  #, fuzzy
644
  msgid "Install now"
645
  msgstr "Instalacija %s"
646
 
647
+ #: gallery-plugin.php:1311
648
  msgid "Add multiple gallery categories"
649
  msgstr ""
650
 
651
+ #: gallery-plugin.php:1311
652
+ msgid ""
653
+ "Install Gallery Categories plugin to add unlimited number of categories."
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
657
  msgid "Close"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1352
661
  msgid "Already attached?"
662
  msgstr ""
663
 
664
+ #: gallery-plugin.php:1352
665
+ msgid ""
666
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
667
+ "attacher plugin."
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
671
  msgid "Download high resolution image"
672
  msgstr "Prenesi sliko visoke resolucije"
673
 
674
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
675
  msgid "Sorry, nothing found."
676
  msgstr "Žal ni zadetkov"
677
 
678
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
679
  msgid "Image"
680
  msgstr "Slika"
681
 
682
+ #: gallery-plugin.php:1886
683
  msgid "Image size not defined"
684
  msgstr "Velikost slike ni podana"
685
 
 
 
 
 
686
  #: gallery-plugin.php:1901
687
+ msgid ""
688
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
689
+ "manually reload image."
690
+ msgstr ""
691
+ "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
692
+ "ostale prosimo, da posodobiš slike ročno."
693
+
694
+ #: gallery-plugin.php:1912
695
  msgid "Image size changes not defined"
696
  msgstr "Spremembe velikosti slike niso podane"
697
 
698
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
699
  msgid "Invalid path"
700
  msgstr "Napačna pot"
701
 
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:54+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
 
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,657 +22,693 @@ msgstr ""
21
  msgid "See images &raquo;"
22
  msgstr "Pogledaj sliku &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galerije"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galerija"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Dodaj Galeriju"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Dodaj novu Galeriju"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Uredi Galeriju"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Nova Galerija"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Pregled Galerije"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Pronađi Galeriju"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Nije pronađena Galerija"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Učitaj fajl"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Kratak kod za Galeriju"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  #, fuzzy
76
  msgid "Gallery Categories"
77
  msgstr "Veličina slika u galeriji"
78
 
79
- #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
  msgstr ""
82
 
83
- #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:312
93
- 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)"
94
- msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP funkcije za učitavanje slika (biblioteka medija)"
 
 
 
 
 
 
95
 
96
- #: gallery-plugin.php:324
97
  msgid "Choose an image for upload:"
98
  msgstr "Izaberi sliku za učitavanje:"
99
 
100
- #: gallery-plugin.php:329
101
  msgid "Please enable JavaScript to use the file uploader."
102
- msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
 
103
 
104
- #: gallery-plugin.php:337
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
107
 
108
- #: gallery-plugin.php:338
109
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled prikazanih slika i ne zaboravite da sačuvate post."
 
 
 
 
111
 
112
- #: gallery-plugin.php:340
113
  msgid "Please make a choice"
114
  msgstr "Molimo vas izaberite"
115
 
116
- #: gallery-plugin.php:340
117
- #: gallery-plugin.php:980
118
  msgid "Sort images by"
119
  msgstr "Poređaj slike po"
120
 
121
- #: gallery-plugin.php:340
122
  msgid "sort images"
123
  msgstr "poređaj slike"
124
 
125
- #: gallery-plugin.php:340
126
  msgid "on the plugin settings page ("
127
  msgstr "na stranici za podešavanje modula ("
128
 
129
- #: gallery-plugin.php:384
130
- #: gallery-plugin.php:645
131
  msgid "Title"
132
  msgstr "Naslov"
133
 
134
- #: gallery-plugin.php:386
135
  msgid "Alt tag"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:387
139
  msgid "URL"
140
  msgstr "URL"
141
 
142
- #: gallery-plugin.php:387
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
145
 
146
- #: gallery-plugin.php:388
147
  msgid "This setting is available in Pro version"
148
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
149
 
150
- #: gallery-plugin.php:389
151
  #, fuzzy
152
  msgid "Open the URL"
153
  msgstr "Otvori link"
154
 
155
- #: gallery-plugin.php:389
156
  msgid "Current window"
157
  msgstr "Trenutni prozor"
158
 
159
- #: gallery-plugin.php:389
160
  msgid "New window"
161
  msgstr "Novi prozor"
162
 
163
- #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Lightbox button URL"
166
  msgstr "Lightbox pozadina"
167
 
168
- #: gallery-plugin.php:391
169
  msgid "Description"
170
  msgstr ""
171
 
172
- #: gallery-plugin.php:392
173
  msgid "Delete"
174
  msgstr "Obriši"
175
 
176
- #: gallery-plugin.php:412
177
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
- msgstr "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog kratkog koda u sadržaj."
 
 
 
 
179
 
180
- #: gallery-plugin.php:414
181
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
182
- msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
 
 
 
 
183
 
184
- #: gallery-plugin.php:428
185
  msgid "Most Used"
186
  msgstr ""
187
 
188
- #: gallery-plugin.php:438
189
  #, fuzzy
190
  msgid "Add New Gallery Category"
191
  msgstr "Dodaj novu Galeriju"
192
 
193
- #: gallery-plugin.php:443
194
  #, fuzzy
195
  msgid "Install plugin"
196
  msgstr "Instalirani moduli"
197
 
198
- #: gallery-plugin.php:646
199
  msgid "Author"
200
  msgstr "Autor"
201
 
202
- #: gallery-plugin.php:647
203
  msgid "Photo"
204
  msgstr "Foto"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Publishing"
208
  msgstr "Izdanje"
209
 
210
- #: gallery-plugin.php:649
211
- #: gallery-plugin.php:984
212
  msgid "Date"
213
  msgstr "Datum"
214
 
215
- #: gallery-plugin.php:817
216
  msgid "Settings are saved"
217
  msgstr "Podešavanja su sačuvana"
218
 
219
- #: gallery-plugin.php:828
220
  msgid "Gallery Settings"
221
  msgstr "Podešavanja Galerije"
222
 
223
- #: gallery-plugin.php:830
224
- #: gallery-plugin.php:1157
225
- #: gallery-plugin.php:1174
226
  msgid "Settings"
227
  msgstr "Podešavanja"
228
 
229
- #: gallery-plugin.php:831
230
- #: gallery-plugin.php:1158
231
  msgid "FAQ"
232
  msgstr "FAQ"
233
 
234
- #: gallery-plugin.php:832
235
  msgid "Go PRO"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:837
239
  msgid "Notice:"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:837
243
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:838
247
- 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:"
248
- msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
 
 
 
 
249
 
250
- #: gallery-plugin.php:840
251
  #, fuzzy
252
  msgid "Please enable JavaScript to use the option to renew images."
253
- msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
 
254
 
255
- #: gallery-plugin.php:844
256
  msgid "Update images for gallery"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:846
260
  #, fuzzy
261
  msgid "Update images"
262
  msgstr "poređaj slike"
263
 
264
- #: gallery-plugin.php:854
265
  msgid "Image size for the album cover"
266
  msgstr "Veličina slike za naslovnu stranicu albuma"
267
 
268
- #: gallery-plugin.php:856
269
- #: gallery-plugin.php:864
270
- #: gallery-plugin.php:880
271
  msgid "Image size"
272
  msgstr "Veličina slike"
273
 
274
- #: gallery-plugin.php:857
275
- #: gallery-plugin.php:865
276
  msgid "Width (in px)"
277
  msgstr "Širina (u pikselima)"
278
 
279
- #: gallery-plugin.php:858
280
- #: gallery-plugin.php:866
281
  msgid "Height (in px)"
282
  msgstr "Visina (u pikselima)"
283
 
284
- #: gallery-plugin.php:862
285
  #, fuzzy
286
  msgid "Image size for thumbnails"
287
  msgstr "Veličina slike za naslovnu stranicu albuma"
288
 
289
- #: gallery-plugin.php:870
290
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
291
- msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
 
 
 
 
292
 
293
- #: gallery-plugin.php:878
294
  #, fuzzy
295
  msgid "Image size in the lightbox"
296
  msgstr "Veličina slika u galeriji u lightbox skriptu"
297
 
298
- #: gallery-plugin.php:881
299
  msgid "Max width (in px)"
300
  msgstr "Max širina (u pikselima)"
301
 
302
- #: gallery-plugin.php:882
303
  msgid "Max height (in px)"
304
  msgstr "Max visina (u pikselima)"
305
 
306
- #: gallery-plugin.php:883
307
  msgid "Display a full size image in the lightbox"
308
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
309
 
310
- #: gallery-plugin.php:887
311
  msgid "Crop position"
312
  msgstr "Pozicija za kropovanje"
313
 
314
- #: gallery-plugin.php:889
315
  msgid "Horizontal"
316
  msgstr "Horizontalno"
317
 
318
- #: gallery-plugin.php:891
319
  msgid "left"
320
  msgstr "levo"
321
 
322
- #: gallery-plugin.php:892
323
- #: gallery-plugin.php:899
324
  msgid "center"
325
  msgstr "centar"
326
 
327
- #: gallery-plugin.php:893
328
  msgid "right"
329
  msgstr "desno"
330
 
331
- #: gallery-plugin.php:896
332
  msgid "Vertical"
333
  msgstr "Vertikalno"
334
 
335
- #: gallery-plugin.php:898
336
  msgid "top"
337
  msgstr "vrh"
338
 
339
- #: gallery-plugin.php:900
340
  msgid "bottom"
341
  msgstr "dno"
342
 
343
- #: gallery-plugin.php:905
344
  msgid "Lightbox background"
345
  msgstr "Lightbox pozadina"
346
 
347
- #: gallery-plugin.php:907
348
  msgid "Default"
349
  msgstr "Podrazumevano"
350
 
351
- #: gallery-plugin.php:908
352
  msgid "Background transparency (from 0 to 1)"
353
  msgstr "Pozadinska transparentnost (od 0 do 1)"
354
 
355
- #: gallery-plugin.php:910
356
  msgid "Select a background color"
357
  msgstr "Izaberi pozadinsku boju"
358
 
359
- #: gallery-plugin.php:912
360
  msgid "Background color"
361
  msgstr "Pozadinska boja"
362
 
363
- #: gallery-plugin.php:919
364
- #: gallery-plugin.php:1101
365
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:926
369
- #: gallery-plugin.php:1108
370
  msgid "Unlock premium options by upgrading to a PRO version."
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:927
374
- #: gallery-plugin.php:1109
375
  #, fuzzy
376
  msgid "Learn More"
377
  msgstr "Pročitaj više"
378
 
379
- #: gallery-plugin.php:931
380
- #: gallery-plugin.php:1113
381
  msgid "Start Your Trial"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:932
385
- #: gallery-plugin.php:1114
386
  msgid "or"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:935
390
- #: gallery-plugin.php:1117
391
  msgid "Go"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:943
395
  msgid "Images with border"
396
  msgstr "Slike sa okvirima"
397
 
398
- #: gallery-plugin.php:946
399
  msgid "Border width in px, just numbers"
400
  msgstr "Širina okvira u pikselima, samo brojevi"
401
 
402
- #: gallery-plugin.php:948
403
- #: gallery-plugin.php:950
404
  msgid "Select a border color"
405
  msgstr "Izaberite boju okvira"
406
 
407
- #: gallery-plugin.php:956
408
  msgid "Number of images in the row"
409
  msgstr "Broj slika u redu"
410
 
411
- #: gallery-plugin.php:962
412
  msgid "Start slideshow"
413
  msgstr "Započni projekciju slajdova"
414
 
415
- #: gallery-plugin.php:968
416
  msgid "Slideshow interval"
417
  msgstr "Interval projekcije slajdova"
418
 
419
- #: gallery-plugin.php:974
420
  msgid "Use single lightbox for multiple galleries on one page"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:982
424
  msgid "Attachment ID"
425
  msgstr "ID priloga"
426
 
427
- #: gallery-plugin.php:983
428
  msgid "Image Name"
429
  msgstr "Ime slike"
430
 
431
- #: gallery-plugin.php:985
432
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
433
- msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
 
 
 
 
434
 
435
- #: gallery-plugin.php:986
436
  msgid "Random"
437
  msgstr "Nasumično"
438
 
439
- #: gallery-plugin.php:990
440
  msgid "Sort images"
441
  msgstr "Sortiraj slike"
442
 
443
- #: gallery-plugin.php:992
444
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
445
- msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
 
446
 
447
- #: gallery-plugin.php:993
448
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
449
- msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
 
 
 
450
 
451
- #: gallery-plugin.php:997
452
  #, fuzzy
453
  msgid "Display text under the image"
454
  msgstr "Prikaži tekst iznad slike"
455
 
456
- #: gallery-plugin.php:999
457
  #, fuzzy
458
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
459
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
460
 
461
- #: gallery-plugin.php:1003
462
  msgid "Display the Back link"
463
  msgstr "Prikaži povratni link"
464
 
465
- #: gallery-plugin.php:1009
466
  msgid "Display the Back link in the shortcode"
467
  msgstr "Prikaži povratni link u kratkom kodu"
468
 
469
- #: gallery-plugin.php:1015
470
  msgid "The Back link text"
471
  msgstr "Tekst u povratnom linku"
472
 
473
- #: gallery-plugin.php:1021
474
  msgid "The Back link URL"
475
  msgstr "URL povratnog linka"
476
 
477
- #: gallery-plugin.php:1023
478
  msgid "Gallery page (Page with Gallery Template)"
479
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
480
 
481
- #: gallery-plugin.php:1025
482
  msgid "(Full URL to custom page)"
483
  msgstr "(Puni URL ka korisničkoj stranici)"
484
 
485
- #: gallery-plugin.php:1029
486
  msgid "The Read More link text"
487
  msgstr "Tekst u linku Pročitaj više"
488
 
489
- #: gallery-plugin.php:1035
490
  msgid "Add gallery to the search"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1040
494
  msgid "Using"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1040
498
  msgid "powered by"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1043
502
- #: gallery-plugin.php:1047
503
  msgid "Using Custom Search powered by"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1043
507
  msgid "Activate Custom Search"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1047
511
  msgid "Download Custom Search"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1057
515
  msgid "Use pagination for images"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1060
519
  msgid "per page"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1064
523
  msgid "The lightbox helper"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1066
527
  msgid "Do not use"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1067
531
  msgid "Button helper"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1068
535
  msgid "Thumbnail helper"
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1072
539
  #, fuzzy
540
  msgid "Display Like buttons in the lightbox"
541
  msgstr "Afficher une image en taille normale dans le boite"
542
 
543
- #: gallery-plugin.php:1074
544
  msgid "FaceBook"
545
  msgstr "FaceBook"
546
 
547
- #: gallery-plugin.php:1075
548
  #, fuzzy
549
  msgid "Twitter"
550
  msgstr "Titre"
551
 
552
- #: gallery-plugin.php:1076
553
  msgid "Pinterest"
554
  msgstr "Pinterest"
555
 
556
- #: gallery-plugin.php:1077
557
  msgid "Google +1"
558
  msgstr "Google +1"
559
 
560
- #: gallery-plugin.php:1081
561
  #, fuzzy
562
  msgid "Slug for gallery item"
563
  msgstr "Taille de la vignette de la galerie"
564
 
565
- #: gallery-plugin.php:1083
566
  msgid "for any structure of permalinks except the default structure"
567
  msgstr ""
568
 
569
- #: gallery-plugin.php:1087
570
  msgid "Title for lightbox button"
571
  msgstr ""
572
 
573
- #: gallery-plugin.php:1093
574
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1096
578
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
 
 
 
 
 
 
 
 
 
579
  msgstr ""
580
 
581
- #: gallery-plugin.php:1125
582
  msgid "Save Changes"
583
  msgstr "Sačuvaj izmene"
584
 
585
- #: gallery-plugin.php:1159
586
  msgid "Support"
587
  msgstr "Podrška"
588
 
589
- #: gallery-plugin.php:1267
590
  msgid "Updating images..."
591
  msgstr ""
592
 
593
- #: gallery-plugin.php:1268
594
  #, fuzzy
595
  msgid "No image found."
596
  msgstr "Nije pronađena Galerija"
597
 
598
- #: gallery-plugin.php:1269
599
  msgid "All images are updated."
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1270
603
  msgid "Error."
604
  msgstr ""
605
 
606
- #: gallery-plugin.php:1279
607
  #, fuzzy
608
  msgid "Learn more"
609
  msgstr "Pročitaj više"
610
 
611
- #: gallery-plugin.php:1284
612
- #: gallery-plugin.php:1324
613
  #, fuzzy
614
  msgid "Activate"
615
  msgstr "Aktivirani moduli"
616
 
617
- #: gallery-plugin.php:1291
618
- #: gallery-plugin.php:1331
619
  #, fuzzy
620
  msgid "Install now"
621
  msgstr "Instalacija %s"
622
 
623
- #: gallery-plugin.php:1300
624
  msgid "Add multiple gallery categories"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1300
628
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1309
632
- #: gallery-plugin.php:1350
633
  msgid "Close"
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:1341
637
  msgid "Already attached?"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1341
641
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1404
645
- #: template/gallery-single-template.php:19
646
  msgid "Download high resolution image"
647
  msgstr "Preuzmi sliku u visokoj rezoluciji"
648
 
649
- #: gallery-plugin.php:1557
650
- #: template/gallery-single-template.php:95
651
  msgid "Sorry, nothing found."
652
  msgstr "Nažalost nije pronađeno"
653
 
654
- #: gallery-plugin.php:1579
655
- #: template/gallery-single-template.php:114
656
  msgid "Image"
657
  msgstr "Slika"
658
 
659
- #: gallery-plugin.php:1875
660
  #, fuzzy
661
  msgid "Image size not defined"
662
  msgstr "Veličina slike"
663
 
664
- #: gallery-plugin.php:1890
665
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
666
  msgstr ""
667
 
668
- #: gallery-plugin.php:1901
669
  msgid "Image size changes not defined"
670
  msgstr ""
671
 
672
- #: gallery-plugin.php:1930
673
- #: gallery-plugin.php:1933
674
- #: gallery-plugin.php:1938
675
  msgid "Invalid path"
676
  msgstr ""
677
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:23+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
9
+ "georgijevic.info, andrijanan@webhostinggeeks.com>\n"
10
  "Language: fr_FR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
22
  msgid "See images &raquo;"
23
  msgstr "Pogledaj sliku &raquo;"
24
 
25
+ #: gallery-plugin.php:207
26
+ msgid ""
27
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
28
+ "php\" were not found in the directory of your theme. Please copy them from "
29
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
30
+ "directory of your theme for the correct work of the Gallery plugin"
31
+ msgstr ""
32
+ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" "
33
+ "nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
34
+ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum "
35
+ "vaše teme za ispravan rad modula Galerija"
36
 
37
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
38
  msgid "Galleries"
39
  msgstr "Galerije"
40
 
41
+ #: gallery-plugin.php:217
42
  msgid "Gallery"
43
  msgstr "Galerija"
44
 
45
+ #: gallery-plugin.php:218
46
  msgid "Add a Gallery"
47
  msgstr "Dodaj Galeriju"
48
 
49
+ #: gallery-plugin.php:219
50
  msgid "Add New Gallery"
51
  msgstr "Dodaj novu Galeriju"
52
 
53
+ #: gallery-plugin.php:220
54
  msgid "Edit Gallery"
55
  msgstr "Uredi Galeriju"
56
 
57
+ #: gallery-plugin.php:221
58
  msgid "New Gallery"
59
  msgstr "Nova Galerija"
60
 
61
+ #: gallery-plugin.php:222
62
  msgid "View Gallery"
63
  msgstr "Pregled Galerije"
64
 
65
+ #: gallery-plugin.php:223
66
  msgid "Find a Gallery"
67
  msgstr "Pronađi Galeriju"
68
 
69
+ #: gallery-plugin.php:224
70
  msgid "No Gallery found"
71
  msgstr "Nije pronađena Galerija"
72
 
73
+ #: gallery-plugin.php:281
74
  msgid "Upload File"
75
  msgstr "Učitaj fajl"
76
 
77
+ #: gallery-plugin.php:282
78
  msgid "Gallery Shortcode"
79
  msgstr "Kratak kod za Galeriju"
80
 
81
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Veličina slika u galeriji"
85
 
86
+ #: gallery-plugin.php:293
87
  msgid "Choose a media file that will be attached"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:293
91
  #, php-format
92
  msgid "You need to install \"%s\" plugin to use this functionality"
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:294
96
  msgid "Attach media item to this gallery"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:313
100
+ msgid ""
101
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
102
+ "for record on your webserver. Please use the standard WP functionality to "
103
+ "upload images (media library)"
104
+ msgstr ""
105
+ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan "
106
+ "za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP "
107
+ "funkcije za učitavanje slika (biblioteka medija)"
108
 
109
+ #: gallery-plugin.php:325
110
  msgid "Choose an image for upload:"
111
  msgstr "Izaberi sliku za učitavanje:"
112
 
113
+ #: gallery-plugin.php:330
114
  msgid "Please enable JavaScript to use the file uploader."
115
+ msgstr ""
116
+ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
117
 
118
+ #: gallery-plugin.php:338
119
  msgid "Allow the download link for all images in this gallery"
120
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
121
 
122
+ #: gallery-plugin.php:339
123
+ msgid ""
124
+ "Please use the drag and drop function to change an order of the images "
125
+ "displaying and do not forget to save the post."
126
+ msgstr ""
127
+ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
128
+ "prikazanih slika i ne zaboravite da sačuvate post."
129
 
130
+ #: gallery-plugin.php:341
131
  msgid "Please make a choice"
132
  msgstr "Molimo vas izaberite"
133
 
134
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
135
  msgid "Sort images by"
136
  msgstr "Poređaj slike po"
137
 
138
+ #: gallery-plugin.php:341
139
  msgid "sort images"
140
  msgstr "poređaj slike"
141
 
142
+ #: gallery-plugin.php:341
143
  msgid "on the plugin settings page ("
144
  msgstr "na stranici za podešavanje modula ("
145
 
146
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
147
  msgid "Title"
148
  msgstr "Naslov"
149
 
150
+ #: gallery-plugin.php:387
151
  msgid "Alt tag"
152
  msgstr ""
153
 
154
+ #: gallery-plugin.php:388
155
  msgid "URL"
156
  msgstr "URL"
157
 
158
+ #: gallery-plugin.php:388
159
  msgid "(by click on image opens a link in a new window)"
160
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
161
 
162
+ #: gallery-plugin.php:389
163
  msgid "This setting is available in Pro version"
164
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
165
 
166
+ #: gallery-plugin.php:390
167
  #, fuzzy
168
  msgid "Open the URL"
169
  msgstr "Otvori link"
170
 
171
+ #: gallery-plugin.php:390
172
  msgid "Current window"
173
  msgstr "Trenutni prozor"
174
 
175
+ #: gallery-plugin.php:390
176
  msgid "New window"
177
  msgstr "Novi prozor"
178
 
179
+ #: gallery-plugin.php:391
180
  #, fuzzy
181
  msgid "Lightbox button URL"
182
  msgstr "Lightbox pozadina"
183
 
184
+ #: gallery-plugin.php:392
185
  msgid "Description"
186
  msgstr ""
187
 
188
+ #: gallery-plugin.php:393
189
  msgid "Delete"
190
  msgstr "Obriši"
191
 
192
+ #: gallery-plugin.php:413
193
+ msgid ""
194
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
195
+ "into the content"
196
+ msgstr ""
197
+ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
198
+ "kratkog koda u sadržaj."
199
 
200
+ #: gallery-plugin.php:415
201
+ msgid ""
202
+ "If you want to display a short description containing a screenshot and the "
203
+ "link to the Single Gallery Page"
204
+ msgstr ""
205
+ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
206
+ "stranici sa Jedinstvenom galerijom."
207
 
208
+ #: gallery-plugin.php:429
209
  msgid "Most Used"
210
  msgstr ""
211
 
212
+ #: gallery-plugin.php:439
213
  #, fuzzy
214
  msgid "Add New Gallery Category"
215
  msgstr "Dodaj novu Galeriju"
216
 
217
+ #: gallery-plugin.php:444
218
  #, fuzzy
219
  msgid "Install plugin"
220
  msgstr "Instalirani moduli"
221
 
222
+ #: gallery-plugin.php:647
223
  msgid "Author"
224
  msgstr "Autor"
225
 
226
+ #: gallery-plugin.php:648
227
  msgid "Photo"
228
  msgstr "Foto"
229
 
230
+ #: gallery-plugin.php:649
231
  msgid "Publishing"
232
  msgstr "Izdanje"
233
 
234
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
235
  msgid "Date"
236
  msgstr "Datum"
237
 
238
+ #: gallery-plugin.php:820
239
  msgid "Settings are saved"
240
  msgstr "Podešavanja su sačuvana"
241
 
242
+ #: gallery-plugin.php:831
243
  msgid "Gallery Settings"
244
  msgstr "Podešavanja Galerije"
245
 
246
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
247
  msgid "Settings"
248
  msgstr "Podešavanja"
249
 
250
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
251
  msgid "FAQ"
252
  msgstr "FAQ"
253
 
254
+ #: gallery-plugin.php:835
255
  msgid "Go PRO"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:840
259
  msgid "Notice:"
260
  msgstr ""
261
 
262
+ #: gallery-plugin.php:840
263
+ msgid ""
264
+ "The plugin's settings have been changed. In order to save them please don't "
265
+ "forget to click the 'Save Changes' button."
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:841
269
+ msgid ""
270
+ "If you would like to add a Single Gallery to your page or post, just copy "
271
+ "and paste this shortcode into your post or page:"
272
+ msgstr ""
273
+ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
274
+ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
275
 
276
+ #: gallery-plugin.php:843
277
  #, fuzzy
278
  msgid "Please enable JavaScript to use the option to renew images."
279
+ msgstr ""
280
+ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
281
 
282
+ #: gallery-plugin.php:847
283
  msgid "Update images for gallery"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:849
287
  #, fuzzy
288
  msgid "Update images"
289
  msgstr "poređaj slike"
290
 
291
+ #: gallery-plugin.php:857
292
  msgid "Image size for the album cover"
293
  msgstr "Veličina slike za naslovnu stranicu albuma"
294
 
295
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
296
  msgid "Image size"
297
  msgstr "Veličina slike"
298
 
299
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
300
  msgid "Width (in px)"
301
  msgstr "Širina (u pikselima)"
302
 
303
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
304
  msgid "Height (in px)"
305
  msgstr "Visina (u pikselima)"
306
 
307
+ #: gallery-plugin.php:865
308
  #, fuzzy
309
  msgid "Image size for thumbnails"
310
  msgstr "Veličina slike za naslovnu stranicu albuma"
311
 
312
+ #: gallery-plugin.php:873
313
+ msgid ""
314
+ "WordPress will create a new thumbnail with the specified dimensions when you "
315
+ "upload a new photo."
316
+ msgstr ""
317
+ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
318
+ "učitate novu sliku."
319
 
320
+ #: gallery-plugin.php:881
321
  #, fuzzy
322
  msgid "Image size in the lightbox"
323
  msgstr "Veličina slika u galeriji u lightbox skriptu"
324
 
325
+ #: gallery-plugin.php:884
326
  msgid "Max width (in px)"
327
  msgstr "Max širina (u pikselima)"
328
 
329
+ #: gallery-plugin.php:885
330
  msgid "Max height (in px)"
331
  msgstr "Max visina (u pikselima)"
332
 
333
+ #: gallery-plugin.php:886
334
  msgid "Display a full size image in the lightbox"
335
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
336
 
337
+ #: gallery-plugin.php:890
338
  msgid "Crop position"
339
  msgstr "Pozicija za kropovanje"
340
 
341
+ #: gallery-plugin.php:892
342
  msgid "Horizontal"
343
  msgstr "Horizontalno"
344
 
345
+ #: gallery-plugin.php:894
346
  msgid "left"
347
  msgstr "levo"
348
 
349
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
350
  msgid "center"
351
  msgstr "centar"
352
 
353
+ #: gallery-plugin.php:896
354
  msgid "right"
355
  msgstr "desno"
356
 
357
+ #: gallery-plugin.php:899
358
  msgid "Vertical"
359
  msgstr "Vertikalno"
360
 
361
+ #: gallery-plugin.php:901
362
  msgid "top"
363
  msgstr "vrh"
364
 
365
+ #: gallery-plugin.php:903
366
  msgid "bottom"
367
  msgstr "dno"
368
 
369
+ #: gallery-plugin.php:908
370
  msgid "Lightbox background"
371
  msgstr "Lightbox pozadina"
372
 
373
+ #: gallery-plugin.php:910
374
  msgid "Default"
375
  msgstr "Podrazumevano"
376
 
377
+ #: gallery-plugin.php:911
378
  msgid "Background transparency (from 0 to 1)"
379
  msgstr "Pozadinska transparentnost (od 0 do 1)"
380
 
381
+ #: gallery-plugin.php:913
382
  msgid "Select a background color"
383
  msgstr "Izaberi pozadinsku boju"
384
 
385
+ #: gallery-plugin.php:915
386
  msgid "Background color"
387
  msgstr "Pozadinska boja"
388
 
389
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
390
+ msgid ""
391
+ "If you upgrade to Pro version all your settings and galleries will be saved."
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
395
  msgid "Unlock premium options by upgrading to a PRO version."
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
399
  #, fuzzy
400
  msgid "Learn More"
401
  msgstr "Pročitaj više"
402
 
403
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
404
  msgid "Start Your Trial"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
408
  msgid "or"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
412
  msgid "Go"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:946
416
  msgid "Images with border"
417
  msgstr "Slike sa okvirima"
418
 
419
+ #: gallery-plugin.php:949
420
  msgid "Border width in px, just numbers"
421
  msgstr "Širina okvira u pikselima, samo brojevi"
422
 
423
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
424
  msgid "Select a border color"
425
  msgstr "Izaberite boju okvira"
426
 
427
+ #: gallery-plugin.php:959
428
  msgid "Number of images in the row"
429
  msgstr "Broj slika u redu"
430
 
431
+ #: gallery-plugin.php:965
432
  msgid "Start slideshow"
433
  msgstr "Započni projekciju slajdova"
434
 
435
+ #: gallery-plugin.php:971
436
  msgid "Slideshow interval"
437
  msgstr "Interval projekcije slajdova"
438
 
439
+ #: gallery-plugin.php:977
440
  msgid "Use single lightbox for multiple galleries on one page"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:985
444
  msgid "Attachment ID"
445
  msgstr "ID priloga"
446
 
447
+ #: gallery-plugin.php:986
448
  msgid "Image Name"
449
  msgstr "Ime slike"
450
 
451
+ #: gallery-plugin.php:988
452
+ msgid ""
453
+ "Sorting order (the input field for sorting order in the Insert / Upload "
454
+ "Media Gallery dialog)"
455
+ msgstr ""
456
+ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media "
457
+ "Gallery)"
458
 
459
+ #: gallery-plugin.php:989
460
  msgid "Random"
461
  msgstr "Nasumično"
462
 
463
+ #: gallery-plugin.php:993
464
  msgid "Sort images"
465
  msgstr "Sortiraj slike"
466
 
467
+ #: gallery-plugin.php:995
468
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
469
+ msgstr ""
470
+ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
471
 
472
+ #: gallery-plugin.php:996
473
+ msgid ""
474
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
475
+ msgstr ""
476
+ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, "
477
+ "a)"
478
 
479
+ #: gallery-plugin.php:1000
480
  #, fuzzy
481
  msgid "Display text under the image"
482
  msgstr "Prikaži tekst iznad slike"
483
 
484
+ #: gallery-plugin.php:1002
485
  #, fuzzy
486
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
487
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
488
 
489
+ #: gallery-plugin.php:1006
490
  msgid "Display the Back link"
491
  msgstr "Prikaži povratni link"
492
 
493
+ #: gallery-plugin.php:1012
494
  msgid "Display the Back link in the shortcode"
495
  msgstr "Prikaži povratni link u kratkom kodu"
496
 
497
+ #: gallery-plugin.php:1018
498
  msgid "The Back link text"
499
  msgstr "Tekst u povratnom linku"
500
 
501
+ #: gallery-plugin.php:1024
502
  msgid "The Back link URL"
503
  msgstr "URL povratnog linka"
504
 
505
+ #: gallery-plugin.php:1026
506
  msgid "Gallery page (Page with Gallery Template)"
507
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
508
 
509
+ #: gallery-plugin.php:1028
510
  msgid "(Full URL to custom page)"
511
  msgstr "(Puni URL ka korisničkoj stranici)"
512
 
513
+ #: gallery-plugin.php:1032
514
  msgid "The Read More link text"
515
  msgstr "Tekst u linku Pročitaj više"
516
 
517
+ #: gallery-plugin.php:1038
518
  msgid "Add gallery to the search"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1043
522
  msgid "Using"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1043
526
  msgid "powered by"
527
  msgstr ""
528
 
529
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
530
  msgid "Using Custom Search powered by"
531
  msgstr ""
532
 
533
+ #: gallery-plugin.php:1046
534
  msgid "Activate Custom Search"
535
  msgstr ""
536
 
537
+ #: gallery-plugin.php:1050
538
  msgid "Download Custom Search"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1060
542
  msgid "Use pagination for images"
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1063
546
  msgid "per page"
547
  msgstr ""
548
 
549
+ #: gallery-plugin.php:1067
550
  msgid "The lightbox helper"
551
  msgstr ""
552
 
553
+ #: gallery-plugin.php:1069
554
  msgid "Do not use"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1070
558
  msgid "Button helper"
559
  msgstr ""
560
 
561
+ #: gallery-plugin.php:1071
562
  msgid "Thumbnail helper"
563
  msgstr ""
564
 
565
+ #: gallery-plugin.php:1075
566
  #, fuzzy
567
  msgid "Display Like buttons in the lightbox"
568
  msgstr "Afficher une image en taille normale dans le boite"
569
 
570
+ #: gallery-plugin.php:1077
571
  msgid "FaceBook"
572
  msgstr "FaceBook"
573
 
574
+ #: gallery-plugin.php:1078
575
  #, fuzzy
576
  msgid "Twitter"
577
  msgstr "Titre"
578
 
579
+ #: gallery-plugin.php:1079
580
  msgid "Pinterest"
581
  msgstr "Pinterest"
582
 
583
+ #: gallery-plugin.php:1080
584
  msgid "Google +1"
585
  msgstr "Google +1"
586
 
587
+ #: gallery-plugin.php:1084
588
  #, fuzzy
589
  msgid "Slug for gallery item"
590
  msgstr "Taille de la vignette de la galerie"
591
 
592
+ #: gallery-plugin.php:1086
593
  msgid "for any structure of permalinks except the default structure"
594
  msgstr ""
595
 
596
+ #: gallery-plugin.php:1090
597
  msgid "Title for lightbox button"
598
  msgstr ""
599
 
600
+ #: gallery-plugin.php:1096
601
+ msgid ""
602
+ "Display all images in the lightbox instead of going into a single gallery"
603
  msgstr ""
604
 
605
+ #: gallery-plugin.php:1099
606
+ msgid ""
607
+ "When using the gallery template or a shortcode with `display=short` parameter"
608
+ msgstr ""
609
+
610
+ #: gallery-plugin.php:1128
611
+ msgid "Rewrite templates after update"
612
+ msgstr ""
613
+
614
+ #: gallery-plugin.php:1130
615
+ msgid ""
616
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
617
+ "'gallery-single-template.php' file in your theme folder and You don't want "
618
+ "to rewrite them"
619
  msgstr ""
620
 
621
+ #: gallery-plugin.php:1136
622
  msgid "Save Changes"
623
  msgstr "Sačuvaj izmene"
624
 
625
+ #: gallery-plugin.php:1170
626
  msgid "Support"
627
  msgstr "Podrška"
628
 
629
+ #: gallery-plugin.php:1278
630
  msgid "Updating images..."
631
  msgstr ""
632
 
633
+ #: gallery-plugin.php:1279
634
  #, fuzzy
635
  msgid "No image found."
636
  msgstr "Nije pronađena Galerija"
637
 
638
+ #: gallery-plugin.php:1280
639
  msgid "All images are updated."
640
  msgstr ""
641
 
642
+ #: gallery-plugin.php:1281
643
  msgid "Error."
644
  msgstr ""
645
 
646
+ #: gallery-plugin.php:1290
647
  #, fuzzy
648
  msgid "Learn more"
649
  msgstr "Pročitaj više"
650
 
651
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
652
  #, fuzzy
653
  msgid "Activate"
654
  msgstr "Aktivirani moduli"
655
 
656
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
657
  #, fuzzy
658
  msgid "Install now"
659
  msgstr "Instalacija %s"
660
 
661
+ #: gallery-plugin.php:1311
662
  msgid "Add multiple gallery categories"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1311
666
+ msgid ""
667
+ "Install Gallery Categories plugin to add unlimited number of categories."
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
671
  msgid "Close"
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:1352
675
  msgid "Already attached?"
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:1352
679
+ msgid ""
680
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
681
+ "attacher plugin."
682
  msgstr ""
683
 
684
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
685
  msgid "Download high resolution image"
686
  msgstr "Preuzmi sliku u visokoj rezoluciji"
687
 
688
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
689
  msgid "Sorry, nothing found."
690
  msgstr "Nažalost nije pronađeno"
691
 
692
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
693
  msgid "Image"
694
  msgstr "Slika"
695
 
696
+ #: gallery-plugin.php:1886
697
  #, fuzzy
698
  msgid "Image size not defined"
699
  msgstr "Veličina slike"
700
 
701
+ #: gallery-plugin.php:1901
702
+ msgid ""
703
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
704
+ "manually reload image."
705
  msgstr ""
706
 
707
+ #: gallery-plugin.php:1912
708
  msgid "Image size changes not defined"
709
  msgstr ""
710
 
711
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
712
  msgid "Invalid path"
713
  msgstr ""
714
 
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:54+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -21,655 +21,683 @@ msgstr ""
21
  msgid "See images &raquo;"
22
  msgstr "Resimleri Gör &raquo;"
23
 
24
- #: gallery-plugin.php:206
25
- 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"
26
- msgstr "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
 
 
 
 
 
 
 
 
27
 
28
- #: gallery-plugin.php:215
29
- #: gallery-plugin.php:225
30
  msgid "Galleries"
31
  msgstr "Galeriler"
32
 
33
- #: gallery-plugin.php:216
34
  msgid "Gallery"
35
  msgstr "Galeri"
36
 
37
- #: gallery-plugin.php:217
38
  msgid "Add a Gallery"
39
  msgstr "Yeni Galeri"
40
 
41
- #: gallery-plugin.php:218
42
  msgid "Add New Gallery"
43
  msgstr "Yeni Galeri"
44
 
45
- #: gallery-plugin.php:219
46
  msgid "Edit Gallery"
47
  msgstr "Galeriyi Düzenle"
48
 
49
- #: gallery-plugin.php:220
50
  msgid "New Gallery"
51
  msgstr "Yeni Galeri"
52
 
53
- #: gallery-plugin.php:221
54
  msgid "View Gallery"
55
  msgstr "Galeriyi görüntüle"
56
 
57
- #: gallery-plugin.php:222
58
  msgid "Find a Gallery"
59
  msgstr "Galeri bul"
60
 
61
- #: gallery-plugin.php:223
62
  msgid "No Gallery found"
63
  msgstr "Galeri bulunamadı"
64
 
65
- #: gallery-plugin.php:280
66
  msgid "Upload File"
67
  msgstr "Resim Yükle"
68
 
69
- #: gallery-plugin.php:281
70
  msgid "Gallery Shortcode"
71
  msgstr "Galeri Kısa Kodu"
72
 
73
- #: gallery-plugin.php:283
74
- #: gallery-plugin.php:427
75
  #, fuzzy
76
  msgid "Gallery Categories"
77
  msgstr "Galeri resim boyutu"
78
 
79
- #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
  msgstr ""
82
 
83
- #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:312
93
- 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)"
94
- msgstr "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
 
 
 
 
 
95
 
96
- #: gallery-plugin.php:324
97
  msgid "Choose an image for upload:"
98
  msgstr "Yüklemek için bir resim seçiniz:"
99
 
100
- #: gallery-plugin.php:329
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
103
 
104
- #: gallery-plugin.php:337
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
107
 
108
- #: gallery-plugin.php:338
109
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi uutmayın."
 
 
 
 
111
 
112
- #: gallery-plugin.php:340
113
  msgid "Please make a choice"
114
  msgstr "Lütfen bir seçim yapınız"
115
 
116
- #: gallery-plugin.php:340
117
- #: gallery-plugin.php:980
118
  msgid "Sort images by"
119
  msgstr "Resimleri sırala buna göre sırala"
120
 
121
- #: gallery-plugin.php:340
122
  msgid "sort images"
123
  msgstr "görselleri sırala"
124
 
125
- #: gallery-plugin.php:340
126
  msgid "on the plugin settings page ("
127
  msgstr "Eklenti ayarları: ("
128
 
129
- #: gallery-plugin.php:384
130
- #: gallery-plugin.php:645
131
  msgid "Title"
132
  msgstr "Başlık"
133
 
134
- #: gallery-plugin.php:386
135
  msgid "Alt tag"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:387
139
  msgid "URL"
140
  msgstr "URL"
141
 
142
- #: gallery-plugin.php:387
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
145
 
146
- #: gallery-plugin.php:388
147
  msgid "This setting is available in Pro version"
148
  msgstr "Bu ayar Pro verisyonda yapılabilir"
149
 
150
- #: gallery-plugin.php:389
151
  #, fuzzy
152
  msgid "Open the URL"
153
  msgstr "Linki aç"
154
 
155
- #: gallery-plugin.php:389
156
  msgid "Current window"
157
  msgstr "Geçerli pencere"
158
 
159
- #: gallery-plugin.php:389
160
  msgid "New window"
161
  msgstr "Yeni pencere"
162
 
163
- #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Lightbox button URL"
166
  msgstr "Lightbox arkaplanı"
167
 
168
- #: gallery-plugin.php:391
169
  msgid "Description"
170
  msgstr ""
171
 
172
- #: gallery-plugin.php:392
173
  msgid "Delete"
174
  msgstr "Sil"
175
 
176
- #: gallery-plugin.php:412
177
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
- msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
 
 
 
 
179
 
180
- #: gallery-plugin.php:414
181
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
182
- msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
 
 
 
 
183
 
184
- #: gallery-plugin.php:428
185
  msgid "Most Used"
186
  msgstr ""
187
 
188
- #: gallery-plugin.php:438
189
  #, fuzzy
190
  msgid "Add New Gallery Category"
191
  msgstr "Yeni Galeri"
192
 
193
- #: gallery-plugin.php:443
194
  #, fuzzy
195
  msgid "Install plugin"
196
  msgstr "Yüklü eklentiler"
197
 
198
- #: gallery-plugin.php:646
199
  msgid "Author"
200
  msgstr "Yazar"
201
 
202
- #: gallery-plugin.php:647
203
  msgid "Photo"
204
  msgstr "Fotoğraf"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Publishing"
208
  msgstr "Yayınlama"
209
 
210
- #: gallery-plugin.php:649
211
- #: gallery-plugin.php:984
212
  msgid "Date"
213
  msgstr "Tarih"
214
 
215
- #: gallery-plugin.php:817
216
  msgid "Settings are saved"
217
  msgstr "Ayarlar kaydedildi"
218
 
219
- #: gallery-plugin.php:828
220
  msgid "Gallery Settings"
221
  msgstr "Galeri ayarları"
222
 
223
- #: gallery-plugin.php:830
224
- #: gallery-plugin.php:1157
225
- #: gallery-plugin.php:1174
226
  msgid "Settings"
227
  msgstr "Ayarlar"
228
 
229
- #: gallery-plugin.php:831
230
- #: gallery-plugin.php:1158
231
  msgid "FAQ"
232
  msgstr "SSS"
233
 
234
- #: gallery-plugin.php:832
235
  msgid "Go PRO"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:837
239
  msgid "Notice:"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:837
243
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:838
247
- 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:"
248
- msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
 
 
 
 
249
 
250
- #: gallery-plugin.php:840
251
  #, fuzzy
252
  msgid "Please enable JavaScript to use the option to renew images."
253
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
254
 
255
- #: gallery-plugin.php:844
256
  msgid "Update images for gallery"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:846
260
  #, fuzzy
261
  msgid "Update images"
262
  msgstr "görselleri sırala"
263
 
264
- #: gallery-plugin.php:854
265
  msgid "Image size for the album cover"
266
  msgstr "Albüm kapağı için resim boyuru"
267
 
268
- #: gallery-plugin.php:856
269
- #: gallery-plugin.php:864
270
- #: gallery-plugin.php:880
271
  msgid "Image size"
272
  msgstr "Resim boyutu"
273
 
274
- #: gallery-plugin.php:857
275
- #: gallery-plugin.php:865
276
  msgid "Width (in px)"
277
  msgstr "Yatay boyut (px)"
278
 
279
- #: gallery-plugin.php:858
280
- #: gallery-plugin.php:866
281
  msgid "Height (in px)"
282
  msgstr "Yükseklik (px)"
283
 
284
- #: gallery-plugin.php:862
285
  #, fuzzy
286
  msgid "Image size for thumbnails"
287
  msgstr "Albüm kapağı için resim boyuru"
288
 
289
- #: gallery-plugin.php:870
290
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
291
- msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
 
 
 
 
292
 
293
- #: gallery-plugin.php:878
294
  #, fuzzy
295
  msgid "Image size in the lightbox"
296
  msgstr "Lightbox içerisindeki resim boyutu"
297
 
298
- #: gallery-plugin.php:881
299
  msgid "Max width (in px)"
300
  msgstr "Maksimum yatay boyut (px)"
301
 
302
- #: gallery-plugin.php:882
303
  msgid "Max height (in px)"
304
  msgstr "Maksimum yükseklik (px)"
305
 
306
- #: gallery-plugin.php:883
307
  msgid "Display a full size image in the lightbox"
308
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
309
 
310
- #: gallery-plugin.php:887
311
  msgid "Crop position"
312
  msgstr "Kırpma konumu"
313
 
314
- #: gallery-plugin.php:889
315
  msgid "Horizontal"
316
  msgstr "Yatay"
317
 
318
- #: gallery-plugin.php:891
319
  msgid "left"
320
  msgstr "sol"
321
 
322
- #: gallery-plugin.php:892
323
- #: gallery-plugin.php:899
324
  msgid "center"
325
  msgstr "orta"
326
 
327
- #: gallery-plugin.php:893
328
  msgid "right"
329
  msgstr "sağ"
330
 
331
- #: gallery-plugin.php:896
332
  msgid "Vertical"
333
  msgstr "Dikey"
334
 
335
- #: gallery-plugin.php:898
336
  msgid "top"
337
  msgstr "üst"
338
 
339
- #: gallery-plugin.php:900
340
  msgid "bottom"
341
  msgstr "alt"
342
 
343
- #: gallery-plugin.php:905
344
  msgid "Lightbox background"
345
  msgstr "Lightbox arkaplanı"
346
 
347
- #: gallery-plugin.php:907
348
  msgid "Default"
349
  msgstr "Öntanımlı"
350
 
351
- #: gallery-plugin.php:908
352
  msgid "Background transparency (from 0 to 1)"
353
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
354
 
355
- #: gallery-plugin.php:910
356
  msgid "Select a background color"
357
  msgstr "Arkaplan rengi seçiniz"
358
 
359
- #: gallery-plugin.php:912
360
  msgid "Background color"
361
  msgstr "Arka plan rengi"
362
 
363
- #: gallery-plugin.php:919
364
- #: gallery-plugin.php:1101
365
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:926
369
- #: gallery-plugin.php:1108
370
  msgid "Unlock premium options by upgrading to a PRO version."
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:927
374
- #: gallery-plugin.php:1109
375
  #, fuzzy
376
  msgid "Learn More"
377
  msgstr "Devamını Oku"
378
 
379
- #: gallery-plugin.php:931
380
- #: gallery-plugin.php:1113
381
  msgid "Start Your Trial"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:932
385
- #: gallery-plugin.php:1114
386
  msgid "or"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:935
390
- #: gallery-plugin.php:1117
391
  msgid "Go"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:943
395
  msgid "Images with border"
396
  msgstr "Çerçeveli resimler"
397
 
398
- #: gallery-plugin.php:946
399
  msgid "Border width in px, just numbers"
400
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
401
 
402
- #: gallery-plugin.php:948
403
- #: gallery-plugin.php:950
404
  msgid "Select a border color"
405
  msgstr "Çerçeve rengi seçiniz"
406
 
407
- #: gallery-plugin.php:956
408
  msgid "Number of images in the row"
409
  msgstr "Bir satırdaki resim sayısı"
410
 
411
- #: gallery-plugin.php:962
412
  msgid "Start slideshow"
413
  msgstr "Slayt gösterisini başlat"
414
 
415
- #: gallery-plugin.php:968
416
  msgid "Slideshow interval"
417
  msgstr "Slayt gösterisi sıklığı"
418
 
419
- #: gallery-plugin.php:974
420
  msgid "Use single lightbox for multiple galleries on one page"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:982
424
  msgid "Attachment ID"
425
  msgstr "Ek ID"
426
 
427
- #: gallery-plugin.php:983
428
  msgid "Image Name"
429
  msgstr "Resim İsmi"
430
 
431
- #: gallery-plugin.php:985
432
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
 
 
433
  msgstr "Sıralama"
434
 
435
- #: gallery-plugin.php:986
436
  msgid "Random"
437
  msgstr "Rastgele"
438
 
439
- #: gallery-plugin.php:990
440
  msgid "Sort images"
441
  msgstr "Resimleri sırala"
442
 
443
- #: gallery-plugin.php:992
444
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
445
  msgstr "Artan Sırada (1,2,3; a,b,c)"
446
 
447
- #: gallery-plugin.php:993
448
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
449
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
450
 
451
- #: gallery-plugin.php:997
452
  #, fuzzy
453
  msgid "Display text under the image"
454
  msgstr "Görsel üzerinde yazı göster"
455
 
456
- #: gallery-plugin.php:999
457
  #, fuzzy
458
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
459
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
460
 
461
- #: gallery-plugin.php:1003
462
  msgid "Display the Back link"
463
  msgstr "Geri linkini göster"
464
 
465
- #: gallery-plugin.php:1009
466
  msgid "Display the Back link in the shortcode"
467
  msgstr "Kısa kodda Geri linkini göster"
468
 
469
- #: gallery-plugin.php:1015
470
  msgid "The Back link text"
471
  msgstr "Geri linki başlığı"
472
 
473
- #: gallery-plugin.php:1021
474
  msgid "The Back link URL"
475
  msgstr "Geri linki URL'si"
476
 
477
- #: gallery-plugin.php:1023
478
  msgid "Gallery page (Page with Gallery Template)"
479
  msgstr "Galeri sayfası"
480
 
481
- #: gallery-plugin.php:1025
482
  msgid "(Full URL to custom page)"
483
  msgstr "(Özel sayfaya(custom page) tam link)"
484
 
485
- #: gallery-plugin.php:1029
486
  msgid "The Read More link text"
487
  msgstr "Devamını oku linki için etiket"
488
 
489
- #: gallery-plugin.php:1035
490
  msgid "Add gallery to the search"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1040
494
  msgid "Using"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1040
498
  msgid "powered by"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1043
502
- #: gallery-plugin.php:1047
503
  msgid "Using Custom Search powered by"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1043
507
  msgid "Activate Custom Search"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1047
511
  msgid "Download Custom Search"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1057
515
  msgid "Use pagination for images"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1060
519
  msgid "per page"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1064
523
  msgid "The lightbox helper"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1066
527
  msgid "Do not use"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1067
531
  msgid "Button helper"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1068
535
  msgid "Thumbnail helper"
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1072
539
  msgid "Display Like buttons in the lightbox"
540
  msgstr "Lightbox içerisinde beğen butonlarını göster"
541
 
542
- #: gallery-plugin.php:1074
543
  msgid "FaceBook"
544
  msgstr "Facebook"
545
 
546
- #: gallery-plugin.php:1075
547
  msgid "Twitter"
548
  msgstr "Twitter"
549
 
550
- #: gallery-plugin.php:1076
551
  msgid "Pinterest"
552
  msgstr "Pinterest"
553
 
554
- #: gallery-plugin.php:1077
555
  msgid "Google +1"
556
  msgstr "Google +1"
557
 
558
- #: gallery-plugin.php:1081
559
  #, fuzzy
560
  msgid "Slug for gallery item"
561
  msgstr "Розмір зображення галерея"
562
 
563
- #: gallery-plugin.php:1083
564
  msgid "for any structure of permalinks except the default structure"
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1087
568
  msgid "Title for lightbox button"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1093
572
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
 
 
 
 
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1096
576
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
577
  msgstr ""
578
 
579
- #: gallery-plugin.php:1125
580
  msgid "Save Changes"
581
  msgstr "Değişiklikleri Kaydet"
582
 
583
- #: gallery-plugin.php:1159
584
  msgid "Support"
585
  msgstr "Destek"
586
 
587
- #: gallery-plugin.php:1267
588
  msgid "Updating images..."
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1268
592
  #, fuzzy
593
  msgid "No image found."
594
  msgstr "Galeri bulunamadı"
595
 
596
- #: gallery-plugin.php:1269
597
  msgid "All images are updated."
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1270
601
  msgid "Error."
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1279
605
  #, fuzzy
606
  msgid "Learn more"
607
  msgstr "Devamını Oku"
608
 
609
- #: gallery-plugin.php:1284
610
- #: gallery-plugin.php:1324
611
  #, fuzzy
612
  msgid "Activate"
613
  msgstr "Etkinleştirilmiş eklentiler"
614
 
615
- #: gallery-plugin.php:1291
616
- #: gallery-plugin.php:1331
617
  #, fuzzy
618
  msgid "Install now"
619
  msgstr "%s yükle"
620
 
621
- #: gallery-plugin.php:1300
622
  msgid "Add multiple gallery categories"
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:1300
626
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:1309
630
- #: gallery-plugin.php:1350
631
  msgid "Close"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1341
635
  msgid "Already attached?"
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1341
639
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1404
643
- #: template/gallery-single-template.php:19
644
  msgid "Download high resolution image"
645
  msgstr "Yüksek çözünürlüklü görseli indir"
646
 
647
- #: gallery-plugin.php:1557
648
- #: template/gallery-single-template.php:95
649
  msgid "Sorry, nothing found."
650
  msgstr "Üzgünüz, sonuç bulunamadı."
651
 
652
- #: gallery-plugin.php:1579
653
- #: template/gallery-single-template.php:114
654
  msgid "Image"
655
  msgstr "Görsel"
656
 
657
- #: gallery-plugin.php:1875
658
  #, fuzzy
659
  msgid "Image size not defined"
660
  msgstr "Resim boyutu"
661
 
662
- #: gallery-plugin.php:1890
663
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
664
  msgstr ""
665
 
666
- #: gallery-plugin.php:1901
667
  msgid "Image size changes not defined"
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:1930
671
- #: gallery-plugin.php:1933
672
- #: gallery-plugin.php:1938
673
  msgid "Invalid path"
674
  msgstr ""
675
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:23+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
21
  msgid "See images &raquo;"
22
  msgstr "Resimleri Gör &raquo;"
23
 
24
+ #: gallery-plugin.php:207
25
+ msgid ""
26
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
27
+ "php\" were not found in the directory of your theme. Please copy them from "
28
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
+ "directory of your theme for the correct work of the Gallery plugin"
30
+ msgstr ""
31
+ "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema "
32
+ "klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-"
33
+ "plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri "
34
+ "eklentisi doğru çalışmayacaktır."
35
 
36
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
37
  msgid "Galleries"
38
  msgstr "Galeriler"
39
 
40
+ #: gallery-plugin.php:217
41
  msgid "Gallery"
42
  msgstr "Galeri"
43
 
44
+ #: gallery-plugin.php:218
45
  msgid "Add a Gallery"
46
  msgstr "Yeni Galeri"
47
 
48
+ #: gallery-plugin.php:219
49
  msgid "Add New Gallery"
50
  msgstr "Yeni Galeri"
51
 
52
+ #: gallery-plugin.php:220
53
  msgid "Edit Gallery"
54
  msgstr "Galeriyi Düzenle"
55
 
56
+ #: gallery-plugin.php:221
57
  msgid "New Gallery"
58
  msgstr "Yeni Galeri"
59
 
60
+ #: gallery-plugin.php:222
61
  msgid "View Gallery"
62
  msgstr "Galeriyi görüntüle"
63
 
64
+ #: gallery-plugin.php:223
65
  msgid "Find a Gallery"
66
  msgstr "Galeri bul"
67
 
68
+ #: gallery-plugin.php:224
69
  msgid "No Gallery found"
70
  msgstr "Galeri bulunamadı"
71
 
72
+ #: gallery-plugin.php:281
73
  msgid "Upload File"
74
  msgstr "Resim Yükle"
75
 
76
+ #: gallery-plugin.php:282
77
  msgid "Gallery Shortcode"
78
  msgstr "Galeri Kısa Kodu"
79
 
80
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Galeri resim boyutu"
84
 
85
+ #: gallery-plugin.php:293
86
  msgid "Choose a media file that will be attached"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:293
90
  #, php-format
91
  msgid "You need to install \"%s\" plugin to use this functionality"
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:294
95
  msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:313
99
+ msgid ""
100
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
+ "for record on your webserver. Please use the standard WP functionality to "
102
+ "upload images (media library)"
103
+ msgstr ""
104
+ "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği "
105
+ "için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
106
 
107
+ #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
109
  msgstr "Yüklemek için bir resim seçiniz:"
110
 
111
+ #: gallery-plugin.php:330
112
  msgid "Please enable JavaScript to use the file uploader."
113
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
114
 
115
+ #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
118
 
119
+ #: gallery-plugin.php:339
120
+ msgid ""
121
+ "Please use the drag and drop function to change an order of the images "
122
+ "displaying and do not forget to save the post."
123
+ msgstr ""
124
+ "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi "
125
+ "uutmayın."
126
 
127
+ #: gallery-plugin.php:341
128
  msgid "Please make a choice"
129
  msgstr "Lütfen bir seçim yapınız"
130
 
131
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
132
  msgid "Sort images by"
133
  msgstr "Resimleri sırala buna göre sırala"
134
 
135
+ #: gallery-plugin.php:341
136
  msgid "sort images"
137
  msgstr "görselleri sırala"
138
 
139
+ #: gallery-plugin.php:341
140
  msgid "on the plugin settings page ("
141
  msgstr "Eklenti ayarları: ("
142
 
143
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
144
  msgid "Title"
145
  msgstr "Başlık"
146
 
147
+ #: gallery-plugin.php:387
148
  msgid "Alt tag"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:388
152
  msgid "URL"
153
  msgstr "URL"
154
 
155
+ #: gallery-plugin.php:388
156
  msgid "(by click on image opens a link in a new window)"
157
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
158
 
159
+ #: gallery-plugin.php:389
160
  msgid "This setting is available in Pro version"
161
  msgstr "Bu ayar Pro verisyonda yapılabilir"
162
 
163
+ #: gallery-plugin.php:390
164
  #, fuzzy
165
  msgid "Open the URL"
166
  msgstr "Linki aç"
167
 
168
+ #: gallery-plugin.php:390
169
  msgid "Current window"
170
  msgstr "Geçerli pencere"
171
 
172
+ #: gallery-plugin.php:390
173
  msgid "New window"
174
  msgstr "Yeni pencere"
175
 
176
+ #: gallery-plugin.php:391
177
  #, fuzzy
178
  msgid "Lightbox button URL"
179
  msgstr "Lightbox arkaplanı"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr ""
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Sil"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. "
195
+ "Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
196
 
197
+ #: gallery-plugin.php:415
198
+ msgid ""
199
+ "If you want to display a short description containing a screenshot and the "
200
+ "link to the Single Gallery Page"
201
+ msgstr ""
202
+ "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
203
+ "aşağıdaki kodu yapıştırınız"
204
 
205
+ #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:439
210
  #, fuzzy
211
  msgid "Add New Gallery Category"
212
  msgstr "Yeni Galeri"
213
 
214
+ #: gallery-plugin.php:444
215
  #, fuzzy
216
  msgid "Install plugin"
217
  msgstr "Yüklü eklentiler"
218
 
219
+ #: gallery-plugin.php:647
220
  msgid "Author"
221
  msgstr "Yazar"
222
 
223
+ #: gallery-plugin.php:648
224
  msgid "Photo"
225
  msgstr "Fotoğraf"
226
 
227
+ #: gallery-plugin.php:649
228
  msgid "Publishing"
229
  msgstr "Yayınlama"
230
 
231
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
232
  msgid "Date"
233
  msgstr "Tarih"
234
 
235
+ #: gallery-plugin.php:820
236
  msgid "Settings are saved"
237
  msgstr "Ayarlar kaydedildi"
238
 
239
+ #: gallery-plugin.php:831
240
  msgid "Gallery Settings"
241
  msgstr "Galeri ayarları"
242
 
243
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
244
  msgid "Settings"
245
  msgstr "Ayarlar"
246
 
247
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
248
  msgid "FAQ"
249
  msgstr "SSS"
250
 
251
+ #: gallery-plugin.php:835
252
  msgid "Go PRO"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:840
256
  msgid "Notice:"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:840
260
+ msgid ""
261
+ "The plugin's settings have been changed. In order to save them please don't "
262
+ "forget to click the 'Save Changes' button."
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:841
266
+ msgid ""
267
+ "If you would like to add a Single Gallery to your page or post, just copy "
268
+ "and paste this shortcode into your post or page:"
269
+ msgstr ""
270
+ "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa "
271
+ "ya da yazı içerisine yapıştırın:"
272
 
273
+ #: gallery-plugin.php:843
274
  #, fuzzy
275
  msgid "Please enable JavaScript to use the option to renew images."
276
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
277
 
278
+ #: gallery-plugin.php:847
279
  msgid "Update images for gallery"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:849
283
  #, fuzzy
284
  msgid "Update images"
285
  msgstr "görselleri sırala"
286
 
287
+ #: gallery-plugin.php:857
288
  msgid "Image size for the album cover"
289
  msgstr "Albüm kapağı için resim boyuru"
290
 
291
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
292
  msgid "Image size"
293
  msgstr "Resim boyutu"
294
 
295
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
296
  msgid "Width (in px)"
297
  msgstr "Yatay boyut (px)"
298
 
299
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
300
  msgid "Height (in px)"
301
  msgstr "Yükseklik (px)"
302
 
303
+ #: gallery-plugin.php:865
304
  #, fuzzy
305
  msgid "Image size for thumbnails"
306
  msgstr "Albüm kapağı için resim boyuru"
307
 
308
+ #: gallery-plugin.php:873
309
+ msgid ""
310
+ "WordPress will create a new thumbnail with the specified dimensions when you "
311
+ "upload a new photo."
312
+ msgstr ""
313
+ "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail "
314
+ "oluşturacaktır."
315
 
316
+ #: gallery-plugin.php:881
317
  #, fuzzy
318
  msgid "Image size in the lightbox"
319
  msgstr "Lightbox içerisindeki resim boyutu"
320
 
321
+ #: gallery-plugin.php:884
322
  msgid "Max width (in px)"
323
  msgstr "Maksimum yatay boyut (px)"
324
 
325
+ #: gallery-plugin.php:885
326
  msgid "Max height (in px)"
327
  msgstr "Maksimum yükseklik (px)"
328
 
329
+ #: gallery-plugin.php:886
330
  msgid "Display a full size image in the lightbox"
331
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
332
 
333
+ #: gallery-plugin.php:890
334
  msgid "Crop position"
335
  msgstr "Kırpma konumu"
336
 
337
+ #: gallery-plugin.php:892
338
  msgid "Horizontal"
339
  msgstr "Yatay"
340
 
341
+ #: gallery-plugin.php:894
342
  msgid "left"
343
  msgstr "sol"
344
 
345
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
346
  msgid "center"
347
  msgstr "orta"
348
 
349
+ #: gallery-plugin.php:896
350
  msgid "right"
351
  msgstr "sağ"
352
 
353
+ #: gallery-plugin.php:899
354
  msgid "Vertical"
355
  msgstr "Dikey"
356
 
357
+ #: gallery-plugin.php:901
358
  msgid "top"
359
  msgstr "üst"
360
 
361
+ #: gallery-plugin.php:903
362
  msgid "bottom"
363
  msgstr "alt"
364
 
365
+ #: gallery-plugin.php:908
366
  msgid "Lightbox background"
367
  msgstr "Lightbox arkaplanı"
368
 
369
+ #: gallery-plugin.php:910
370
  msgid "Default"
371
  msgstr "Öntanımlı"
372
 
373
+ #: gallery-plugin.php:911
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
376
 
377
+ #: gallery-plugin.php:913
378
  msgid "Select a background color"
379
  msgstr "Arkaplan rengi seçiniz"
380
 
381
+ #: gallery-plugin.php:915
382
  msgid "Background color"
383
  msgstr "Arka plan rengi"
384
 
385
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
386
+ msgid ""
387
+ "If you upgrade to Pro version all your settings and galleries will be saved."
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
391
  msgid "Unlock premium options by upgrading to a PRO version."
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
395
  #, fuzzy
396
  msgid "Learn More"
397
  msgstr "Devamını Oku"
398
 
399
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
400
  msgid "Start Your Trial"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
404
  msgid "or"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
408
  msgid "Go"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:946
412
  msgid "Images with border"
413
  msgstr "Çerçeveli resimler"
414
 
415
+ #: gallery-plugin.php:949
416
  msgid "Border width in px, just numbers"
417
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
418
 
419
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
420
  msgid "Select a border color"
421
  msgstr "Çerçeve rengi seçiniz"
422
 
423
+ #: gallery-plugin.php:959
424
  msgid "Number of images in the row"
425
  msgstr "Bir satırdaki resim sayısı"
426
 
427
+ #: gallery-plugin.php:965
428
  msgid "Start slideshow"
429
  msgstr "Slayt gösterisini başlat"
430
 
431
+ #: gallery-plugin.php:971
432
  msgid "Slideshow interval"
433
  msgstr "Slayt gösterisi sıklığı"
434
 
435
+ #: gallery-plugin.php:977
436
  msgid "Use single lightbox for multiple galleries on one page"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:985
440
  msgid "Attachment ID"
441
  msgstr "Ek ID"
442
 
443
+ #: gallery-plugin.php:986
444
  msgid "Image Name"
445
  msgstr "Resim İsmi"
446
 
447
+ #: gallery-plugin.php:988
448
+ msgid ""
449
+ "Sorting order (the input field for sorting order in the Insert / Upload "
450
+ "Media Gallery dialog)"
451
  msgstr "Sıralama"
452
 
453
+ #: gallery-plugin.php:989
454
  msgid "Random"
455
  msgstr "Rastgele"
456
 
457
+ #: gallery-plugin.php:993
458
  msgid "Sort images"
459
  msgstr "Resimleri sırala"
460
 
461
+ #: gallery-plugin.php:995
462
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
463
  msgstr "Artan Sırada (1,2,3; a,b,c)"
464
 
465
+ #: gallery-plugin.php:996
466
+ msgid ""
467
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
468
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
469
 
470
+ #: gallery-plugin.php:1000
471
  #, fuzzy
472
  msgid "Display text under the image"
473
  msgstr "Görsel üzerinde yazı göster"
474
 
475
+ #: gallery-plugin.php:1002
476
  #, fuzzy
477
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
478
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
479
 
480
+ #: gallery-plugin.php:1006
481
  msgid "Display the Back link"
482
  msgstr "Geri linkini göster"
483
 
484
+ #: gallery-plugin.php:1012
485
  msgid "Display the Back link in the shortcode"
486
  msgstr "Kısa kodda Geri linkini göster"
487
 
488
+ #: gallery-plugin.php:1018
489
  msgid "The Back link text"
490
  msgstr "Geri linki başlığı"
491
 
492
+ #: gallery-plugin.php:1024
493
  msgid "The Back link URL"
494
  msgstr "Geri linki URL'si"
495
 
496
+ #: gallery-plugin.php:1026
497
  msgid "Gallery page (Page with Gallery Template)"
498
  msgstr "Galeri sayfası"
499
 
500
+ #: gallery-plugin.php:1028
501
  msgid "(Full URL to custom page)"
502
  msgstr "(Özel sayfaya(custom page) tam link)"
503
 
504
+ #: gallery-plugin.php:1032
505
  msgid "The Read More link text"
506
  msgstr "Devamını oku linki için etiket"
507
 
508
+ #: gallery-plugin.php:1038
509
  msgid "Add gallery to the search"
510
  msgstr ""
511
 
512
+ #: gallery-plugin.php:1043
513
  msgid "Using"
514
  msgstr ""
515
 
516
+ #: gallery-plugin.php:1043
517
  msgid "powered by"
518
  msgstr ""
519
 
520
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
521
  msgid "Using Custom Search powered by"
522
  msgstr ""
523
 
524
+ #: gallery-plugin.php:1046
525
  msgid "Activate Custom Search"
526
  msgstr ""
527
 
528
+ #: gallery-plugin.php:1050
529
  msgid "Download Custom Search"
530
  msgstr ""
531
 
532
+ #: gallery-plugin.php:1060
533
  msgid "Use pagination for images"
534
  msgstr ""
535
 
536
+ #: gallery-plugin.php:1063
537
  msgid "per page"
538
  msgstr ""
539
 
540
+ #: gallery-plugin.php:1067
541
  msgid "The lightbox helper"
542
  msgstr ""
543
 
544
+ #: gallery-plugin.php:1069
545
  msgid "Do not use"
546
  msgstr ""
547
 
548
+ #: gallery-plugin.php:1070
549
  msgid "Button helper"
550
  msgstr ""
551
 
552
+ #: gallery-plugin.php:1071
553
  msgid "Thumbnail helper"
554
  msgstr ""
555
 
556
+ #: gallery-plugin.php:1075
557
  msgid "Display Like buttons in the lightbox"
558
  msgstr "Lightbox içerisinde beğen butonlarını göster"
559
 
560
+ #: gallery-plugin.php:1077
561
  msgid "FaceBook"
562
  msgstr "Facebook"
563
 
564
+ #: gallery-plugin.php:1078
565
  msgid "Twitter"
566
  msgstr "Twitter"
567
 
568
+ #: gallery-plugin.php:1079
569
  msgid "Pinterest"
570
  msgstr "Pinterest"
571
 
572
+ #: gallery-plugin.php:1080
573
  msgid "Google +1"
574
  msgstr "Google +1"
575
 
576
+ #: gallery-plugin.php:1084
577
  #, fuzzy
578
  msgid "Slug for gallery item"
579
  msgstr "Розмір зображення галерея"
580
 
581
+ #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr ""
584
 
585
+ #: gallery-plugin.php:1090
586
  msgid "Title for lightbox button"
587
  msgstr ""
588
 
589
+ #: gallery-plugin.php:1096
590
+ msgid ""
591
+ "Display all images in the lightbox instead of going into a single gallery"
592
+ msgstr ""
593
+
594
+ #: gallery-plugin.php:1099
595
+ msgid ""
596
+ "When using the gallery template or a shortcode with `display=short` parameter"
597
+ msgstr ""
598
+
599
+ #: gallery-plugin.php:1128
600
+ msgid "Rewrite templates after update"
601
  msgstr ""
602
 
603
+ #: gallery-plugin.php:1130
604
+ msgid ""
605
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
606
+ "'gallery-single-template.php' file in your theme folder and You don't want "
607
+ "to rewrite them"
608
  msgstr ""
609
 
610
+ #: gallery-plugin.php:1136
611
  msgid "Save Changes"
612
  msgstr "Değişiklikleri Kaydet"
613
 
614
+ #: gallery-plugin.php:1170
615
  msgid "Support"
616
  msgstr "Destek"
617
 
618
+ #: gallery-plugin.php:1278
619
  msgid "Updating images..."
620
  msgstr ""
621
 
622
+ #: gallery-plugin.php:1279
623
  #, fuzzy
624
  msgid "No image found."
625
  msgstr "Galeri bulunamadı"
626
 
627
+ #: gallery-plugin.php:1280
628
  msgid "All images are updated."
629
  msgstr ""
630
 
631
+ #: gallery-plugin.php:1281
632
  msgid "Error."
633
  msgstr ""
634
 
635
+ #: gallery-plugin.php:1290
636
  #, fuzzy
637
  msgid "Learn more"
638
  msgstr "Devamını Oku"
639
 
640
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
641
  #, fuzzy
642
  msgid "Activate"
643
  msgstr "Etkinleştirilmiş eklentiler"
644
 
645
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
646
  #, fuzzy
647
  msgid "Install now"
648
  msgstr "%s yükle"
649
 
650
+ #: gallery-plugin.php:1311
651
  msgid "Add multiple gallery categories"
652
  msgstr ""
653
 
654
+ #: gallery-plugin.php:1311
655
+ msgid ""
656
+ "Install Gallery Categories plugin to add unlimited number of categories."
657
  msgstr ""
658
 
659
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
660
  msgid "Close"
661
  msgstr ""
662
 
663
+ #: gallery-plugin.php:1352
664
  msgid "Already attached?"
665
  msgstr ""
666
 
667
+ #: gallery-plugin.php:1352
668
+ msgid ""
669
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
670
+ "attacher plugin."
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
674
  msgid "Download high resolution image"
675
  msgstr "Yüksek çözünürlüklü görseli indir"
676
 
677
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
678
  msgid "Sorry, nothing found."
679
  msgstr "Üzgünüz, sonuç bulunamadı."
680
 
681
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
682
  msgid "Image"
683
  msgstr "Görsel"
684
 
685
+ #: gallery-plugin.php:1886
686
  #, fuzzy
687
  msgid "Image size not defined"
688
  msgstr "Resim boyutu"
689
 
690
+ #: gallery-plugin.php:1901
691
+ msgid ""
692
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
693
+ "manually reload image."
694
  msgstr ""
695
 
696
+ #: gallery-plugin.php:1912
697
  msgid "Image size changes not defined"
698
  msgstr ""
699
 
700
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
701
  msgid "Invalid path"
702
  msgstr ""
703
 
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-18 12:56+0300\n"
6
- "PO-Revision-Date: 2015-05-18 12:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
@@ -20,637 +20,690 @@ msgstr ""
20
  msgid "See images &raquo;"
21
  msgstr "Дивитися зображення &raquo;"
22
 
23
- #: gallery-plugin.php:206
24
- 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"
25
- msgstr "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в папку вашої теми."
 
 
 
 
 
 
 
 
26
 
27
- #: gallery-plugin.php:215
28
- #: gallery-plugin.php:225
29
  msgid "Galleries"
30
  msgstr "Галереї"
31
 
32
- #: gallery-plugin.php:216
33
  msgid "Gallery"
34
  msgstr "Галерея"
35
 
36
- #: gallery-plugin.php:217
37
  msgid "Add a Gallery"
38
  msgstr "Додати галерею"
39
 
40
- #: gallery-plugin.php:218
41
  msgid "Add New Gallery"
42
  msgstr "Додати нову галерею"
43
 
44
- #: gallery-plugin.php:219
45
  msgid "Edit Gallery"
46
  msgstr "Редагувати галерею"
47
 
48
- #: gallery-plugin.php:220
49
  msgid "New Gallery"
50
  msgstr "Нова галерея"
51
 
52
- #: gallery-plugin.php:221
53
  msgid "View Gallery"
54
  msgstr "Переглянути галерею"
55
 
56
- #: gallery-plugin.php:222
57
  msgid "Find a Gallery"
58
  msgstr "Знайти галерею"
59
 
60
- #: gallery-plugin.php:223
61
  msgid "No Gallery found"
62
  msgstr "Галерею не знайдено"
63
 
64
- #: gallery-plugin.php:280
65
  msgid "Upload File"
66
  msgstr "Завантажити файл"
67
 
68
- #: gallery-plugin.php:281
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод галереї"
71
 
72
- #: gallery-plugin.php:283
73
- #: gallery-plugin.php:427
74
  msgid "Gallery Categories"
75
  msgstr "Категорії галерей"
76
 
77
- #: gallery-plugin.php:292
78
  msgid "Choose a media file that will be attached"
79
  msgstr "Виберіть медіа файли для прикріплення"
80
 
81
- #: gallery-plugin.php:292
82
  #, php-format
83
  msgid "You need to install \"%s\" plugin to use this functionality"
84
- msgstr "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
 
85
 
86
- #: gallery-plugin.php:293
87
  msgid "Attach media item to this gallery"
88
  msgstr "Прикріпити медіа файл до галереї"
89
 
90
- #: gallery-plugin.php:312
91
- 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)"
92
- msgstr "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, скористайтесь стандартним функціоналом WP."
 
 
 
 
 
 
93
 
94
- #: gallery-plugin.php:324
95
  msgid "Choose an image for upload:"
96
  msgstr "Вибрати зображення для завантаження:"
97
 
98
- #: gallery-plugin.php:329
99
  msgid "Please enable JavaScript to use the file uploader."
100
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
101
 
102
- #: gallery-plugin.php:337
103
  msgid "Allow the download link for all images in this gallery"
104
- msgstr "Дозволити посилання для завантаження для всіх зображень в даній галереї."
 
105
 
106
- #: gallery-plugin.php:338
107
- msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
108
- msgstr "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою і розмістіть у зручному для вас порядку. Будь ласка, при виході не забудьте зберегти пост."
 
 
 
 
 
109
 
110
- #: gallery-plugin.php:340
111
  msgid "Please make a choice"
112
  msgstr "Будь ласка, виберіть"
113
 
114
- #: gallery-plugin.php:340
115
- #: gallery-plugin.php:980
116
  msgid "Sort images by"
117
  msgstr "Сортувати зображення за"
118
 
119
- #: gallery-plugin.php:340
120
  msgid "sort images"
121
  msgstr "Сортувати зображення"
122
 
123
- #: gallery-plugin.php:340
124
  msgid "on the plugin settings page ("
125
  msgstr "на сторінці налаштувань плагіну ("
126
 
127
- #: gallery-plugin.php:384
128
- #: gallery-plugin.php:645
129
  msgid "Title"
130
  msgstr "Назва"
131
 
132
- #: gallery-plugin.php:386
133
  msgid "Alt tag"
134
  msgstr "Alt tag"
135
 
136
- #: gallery-plugin.php:387
137
  msgid "URL"
138
  msgstr "Посилання"
139
 
140
- #: gallery-plugin.php:387
141
  msgid "(by click on image opens a link in a new window)"
142
  msgstr "(клік на зображення відкриває його у новому вікні браузера)"
143
 
144
- #: gallery-plugin.php:388
145
  msgid "This setting is available in Pro version"
146
  msgstr "Ці установки доступні у Про-версії плагіну"
147
 
148
- #: gallery-plugin.php:389
149
  msgid "Open the URL"
150
  msgstr "Відкрити посилання"
151
 
152
- #: gallery-plugin.php:389
153
  msgid "Current window"
154
  msgstr "Поточне вікно"
155
 
156
- #: gallery-plugin.php:389
157
  msgid "New window"
158
  msgstr "Нове вікно"
159
 
160
- #: gallery-plugin.php:390
161
  msgid "Lightbox button URL"
162
  msgstr "Посилання кнопки лайтбокса"
163
 
164
- #: gallery-plugin.php:391
165
  msgid "Description"
166
  msgstr "Опис"
167
 
168
- #: gallery-plugin.php:392
169
  msgid "Delete"
170
  msgstr "Видалити"
171
 
172
- #: gallery-plugin.php:412
173
- msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
174
- msgstr "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей шорткод у текст"
 
 
 
 
175
 
176
- #: gallery-plugin.php:414
177
- msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
178
- msgstr "Якщо ви хочете відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
 
 
 
 
179
 
180
- #: gallery-plugin.php:428
181
  msgid "Most Used"
182
  msgstr "Часто вживані"
183
 
184
- #: gallery-plugin.php:438
185
  msgid "Add New Gallery Category"
186
  msgstr "Додати нову категорію галерей"
187
 
188
- #: gallery-plugin.php:443
189
  msgid "Install plugin"
190
  msgstr "Встановити плагін"
191
 
192
- #: gallery-plugin.php:646
193
  msgid "Author"
194
  msgstr "Автор"
195
 
196
- #: gallery-plugin.php:647
197
  msgid "Photo"
198
  msgstr "Фото"
199
 
200
- #: gallery-plugin.php:648
201
  msgid "Publishing"
202
  msgstr "Публікація"
203
 
204
- #: gallery-plugin.php:649
205
- #: gallery-plugin.php:984
206
  msgid "Date"
207
  msgstr "Дата"
208
 
209
- #: gallery-plugin.php:817
210
  msgid "Settings are saved"
211
  msgstr "Налаштування збережено"
212
 
213
- #: gallery-plugin.php:828
214
  msgid "Gallery Settings"
215
  msgstr "Налаштування Gallery"
216
 
217
- #: gallery-plugin.php:830
218
- #: gallery-plugin.php:1157
219
- #: gallery-plugin.php:1174
220
  msgid "Settings"
221
  msgstr "Налаштування"
222
 
223
- #: gallery-plugin.php:831
224
- #: gallery-plugin.php:1158
225
  msgid "FAQ"
226
  msgstr "Часті питання"
227
 
228
- #: gallery-plugin.php:832
229
  msgid "Go PRO"
230
  msgstr "Придбати ПРО версію"
231
 
232
- #: gallery-plugin.php:837
233
  msgid "Notice:"
234
  msgstr "Зверніть увагу:"
235
 
236
- #: gallery-plugin.php:837
237
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
- msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході."
 
 
 
 
239
 
240
- #: gallery-plugin.php:838
241
- 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:"
242
- msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки:"
 
 
 
 
243
 
244
- #: gallery-plugin.php:840
245
  msgid "Please enable JavaScript to use the option to renew images."
246
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
247
 
248
- #: gallery-plugin.php:844
249
  msgid "Update images for gallery"
250
  msgstr "Оновити зображення галереї"
251
 
252
- #: gallery-plugin.php:846
253
  msgid "Update images"
254
  msgstr "Оновити зображення"
255
 
256
- #: gallery-plugin.php:854
257
  msgid "Image size for the album cover"
258
  msgstr "Розмір зображення для обкладинки альбому"
259
 
260
- #: gallery-plugin.php:856
261
- #: gallery-plugin.php:864
262
- #: gallery-plugin.php:880
263
  msgid "Image size"
264
  msgstr "Розмір зображення"
265
 
266
- #: gallery-plugin.php:857
267
- #: gallery-plugin.php:865
268
  msgid "Width (in px)"
269
  msgstr "Ширина (в px)"
270
 
271
- #: gallery-plugin.php:858
272
- #: gallery-plugin.php:866
273
  msgid "Height (in px)"
274
  msgstr "Висота (в px)"
275
 
276
- #: gallery-plugin.php:862
277
  msgid "Image size for thumbnails"
278
  msgstr "Розмір зображення для мініатюр"
279
 
280
- #: gallery-plugin.php:870
281
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
- msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
 
 
 
 
283
 
284
- #: gallery-plugin.php:878
285
  msgid "Image size in the lightbox"
286
  msgstr "Розмір зображень в лайтбоксі"
287
 
288
- #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
290
  msgstr "Макс. ширина (в px)"
291
 
292
- #: gallery-plugin.php:882
293
  msgid "Max height (in px)"
294
  msgstr "Макс. висота (в px)"
295
 
296
- #: gallery-plugin.php:883
297
  msgid "Display a full size image in the lightbox"
298
  msgstr "Відображати повне зображення в лайтбоксі"
299
 
300
- #: gallery-plugin.php:887
301
  msgid "Crop position"
302
  msgstr "Обрізання"
303
 
304
- #: gallery-plugin.php:889
305
  msgid "Horizontal"
306
  msgstr "Горизонтальна"
307
 
308
- #: gallery-plugin.php:891
309
  msgid "left"
310
  msgstr "зліва"
311
 
312
- #: gallery-plugin.php:892
313
- #: gallery-plugin.php:899
314
  msgid "center"
315
  msgstr "центр"
316
 
317
- #: gallery-plugin.php:893
318
  msgid "right"
319
  msgstr "справа"
320
 
321
- #: gallery-plugin.php:896
322
  msgid "Vertical"
323
  msgstr "Вертикальна"
324
 
325
- #: gallery-plugin.php:898
326
  msgid "top"
327
  msgstr "верх"
328
 
329
- #: gallery-plugin.php:900
330
  msgid "bottom"
331
  msgstr "низ"
332
 
333
- #: gallery-plugin.php:905
334
  msgid "Lightbox background"
335
  msgstr "Фон лайтбокса"
336
 
337
- #: gallery-plugin.php:907
338
  msgid "Default"
339
  msgstr "за замовчуванням"
340
 
341
- #: gallery-plugin.php:908
342
  msgid "Background transparency (from 0 to 1)"
343
  msgstr "Прозорість фону (від 0 до 1)"
344
 
345
- #: gallery-plugin.php:910
346
  msgid "Select a background color"
347
  msgstr "Виберіть колір фону"
348
 
349
- #: gallery-plugin.php:912
350
  msgid "Background color"
351
  msgstr "Колір фону"
352
 
353
- #: gallery-plugin.php:919
354
- #: gallery-plugin.php:1101
355
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
356
- msgstr "Якщо ви перейшли на Про версію, всі налаштування і галереї буде збережено."
 
357
 
358
- #: gallery-plugin.php:926
359
- #: gallery-plugin.php:1108
360
  msgid "Unlock premium options by upgrading to a PRO version."
361
  msgstr "Відкрийте додаткові опції, перейшовши на Про версію."
362
 
363
- #: gallery-plugin.php:927
364
- #: gallery-plugin.php:1109
365
  msgid "Learn More"
366
  msgstr "Дізнатись більше"
367
 
368
- #: gallery-plugin.php:931
369
- #: gallery-plugin.php:1113
370
  msgid "Start Your Trial"
371
  msgstr "Отримати пробну версію"
372
 
373
- #: gallery-plugin.php:932
374
- #: gallery-plugin.php:1114
375
  msgid "or"
376
  msgstr "або"
377
 
378
- #: gallery-plugin.php:935
379
- #: gallery-plugin.php:1117
380
  msgid "Go"
381
  msgstr "Вперед"
382
 
383
- #: gallery-plugin.php:943
384
  msgid "Images with border"
385
  msgstr "Зображення з рамкою"
386
 
387
- #: gallery-plugin.php:946
388
  msgid "Border width in px, just numbers"
389
  msgstr "Ширина рамки у пікселях, тільки числа"
390
 
391
- #: gallery-plugin.php:948
392
- #: gallery-plugin.php:950
393
  msgid "Select a border color"
394
  msgstr "Виберіть колір рамки"
395
 
396
- #: gallery-plugin.php:956
397
  msgid "Number of images in the row"
398
  msgstr "Кількість зображень у рядку"
399
 
400
- #: gallery-plugin.php:962
401
  msgid "Start slideshow"
402
  msgstr "Розпочати слайд-шоу"
403
 
404
- #: gallery-plugin.php:968
405
  msgid "Slideshow interval"
406
  msgstr "Інтервал між слайдами"
407
 
408
- #: gallery-plugin.php:974
409
  msgid "Use single lightbox for multiple galleries on one page"
410
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
411
 
412
- #: gallery-plugin.php:982
413
  msgid "Attachment ID"
414
  msgstr "ID зображення"
415
 
416
- #: gallery-plugin.php:983
417
  msgid "Image Name"
418
  msgstr "Назва зображення"
419
 
420
- #: gallery-plugin.php:985
421
- msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
422
- msgstr "Порядок сортування (поле для введення порядку сортування в Insert / Upload Media Gallery)"
 
 
 
 
423
 
424
- #: gallery-plugin.php:986
425
  msgid "Random"
426
  msgstr "Довільно"
427
 
428
- #: gallery-plugin.php:990
429
  msgid "Sort images"
430
  msgstr "Сортувати зображення"
431
 
432
- #: gallery-plugin.php:992
433
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
434
- msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
 
 
435
 
436
- #: gallery-plugin.php:993
437
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
438
- msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
 
 
 
439
 
440
- #: gallery-plugin.php:997
441
  msgid "Display text under the image"
442
  msgstr "Відображати текст під зображенням"
443
 
444
- #: gallery-plugin.php:999
445
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
446
- msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
 
447
 
448
- #: gallery-plugin.php:1003
449
  msgid "Display the Back link"
450
  msgstr "Відображати посилання Назад"
451
 
452
- #: gallery-plugin.php:1009
453
  msgid "Display the Back link in the shortcode"
454
  msgstr "Відображати посилання Назад у шорткоді"
455
 
456
- #: gallery-plugin.php:1015
457
  msgid "The Back link text"
458
  msgstr "Текст для посилання Назад"
459
 
460
- #: gallery-plugin.php:1021
461
  msgid "The Back link URL"
462
  msgstr "URL для посилання Назад"
463
 
464
- #: gallery-plugin.php:1023
465
  msgid "Gallery page (Page with Gallery Template)"
466
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
467
 
468
- #: gallery-plugin.php:1025
469
  msgid "(Full URL to custom page)"
470
  msgstr "(Повне посилання на сторінку користувача)"
471
 
472
- #: gallery-plugin.php:1029
473
  msgid "The Read More link text"
474
  msgstr "Текст для посилання Дізнатися більше"
475
 
476
- #: gallery-plugin.php:1035
477
  msgid "Add gallery to the search"
478
  msgstr "Додати галерею до пошуку"
479
 
480
- #: gallery-plugin.php:1040
481
  msgid "Using"
482
  msgstr "Використання"
483
 
484
- #: gallery-plugin.php:1040
485
  msgid "powered by"
486
  msgstr "розроблений"
487
 
488
- #: gallery-plugin.php:1043
489
- #: gallery-plugin.php:1047
490
  msgid "Using Custom Search powered by"
491
  msgstr "Використовуючи Custom Search, розроблений"
492
 
493
- #: gallery-plugin.php:1043
494
  msgid "Activate Custom Search"
495
  msgstr "Активувати Custom Search"
496
 
497
- #: gallery-plugin.php:1047
498
  msgid "Download Custom Search"
499
  msgstr "Завантажити Custom Search"
500
 
501
- #: gallery-plugin.php:1057
502
  msgid "Use pagination for images"
503
  msgstr "Використовувати пагінацію для зображень"
504
 
505
- #: gallery-plugin.php:1060
506
  msgid "per page"
507
  msgstr "на сторінці"
508
 
509
- #: gallery-plugin.php:1064
510
  msgid "The lightbox helper"
511
  msgstr "Помічник по лайтбоксу"
512
 
513
- #: gallery-plugin.php:1066
514
  msgid "Do not use"
515
  msgstr "Не використовувати"
516
 
517
- #: gallery-plugin.php:1067
518
  msgid "Button helper"
519
  msgstr "Помічник по кнопкам"
520
 
521
- #: gallery-plugin.php:1068
522
  msgid "Thumbnail helper"
523
  msgstr "Помічник по значкам"
524
 
525
- #: gallery-plugin.php:1072
526
  msgid "Display Like buttons in the lightbox"
527
  msgstr "Відображати кнопки Подобається у лайтбоксі"
528
 
529
- #: gallery-plugin.php:1074
530
  msgid "FaceBook"
531
  msgstr "FaceBook"
532
 
533
- #: gallery-plugin.php:1075
534
  msgid "Twitter"
535
  msgstr "Twitter"
536
 
537
- #: gallery-plugin.php:1076
538
  msgid "Pinterest"
539
  msgstr "Pinterest"
540
 
541
- #: gallery-plugin.php:1077
542
  msgid "Google +1"
543
  msgstr "Google +1"
544
 
545
- #: gallery-plugin.php:1081
546
  msgid "Slug for gallery item"
547
  msgstr "Назва для елементів галереї"
548
 
549
- #: gallery-plugin.php:1083
550
  msgid "for any structure of permalinks except the default structure"
551
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
552
 
553
- #: gallery-plugin.php:1087
554
  msgid "Title for lightbox button"
555
  msgstr "Назва кнопки лайтбоксу"
556
 
557
- #: gallery-plugin.php:1093
558
- msgid "Display all images in the lightbox instead of going into a single gallery"
559
- msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
560
-
561
  #: gallery-plugin.php:1096
562
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
- msgstr "Коли використовується темплейт галереї або шорткод з параметром `display=short`"
 
 
564
 
565
- #: gallery-plugin.php:1125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  msgid "Save Changes"
567
  msgstr "Зберегти зміни"
568
 
569
- #: gallery-plugin.php:1159
570
  msgid "Support"
571
  msgstr "Підтримка"
572
 
573
- #: gallery-plugin.php:1267
574
  msgid "Updating images..."
575
  msgstr "Оновлення зображень…"
576
 
577
- #: gallery-plugin.php:1268
578
  msgid "No image found."
579
  msgstr "Зображення не знайдено."
580
 
581
- #: gallery-plugin.php:1269
582
  msgid "All images are updated."
583
  msgstr "Всі зображення оновлено."
584
 
585
- #: gallery-plugin.php:1270
586
  msgid "Error."
587
  msgstr "Помилка."
588
 
589
- #: gallery-plugin.php:1279
590
  msgid "Learn more"
591
  msgstr "Докладніше"
592
 
593
- #: gallery-plugin.php:1284
594
- #: gallery-plugin.php:1324
595
  msgid "Activate"
596
  msgstr "Активувати"
597
 
598
- #: gallery-plugin.php:1291
599
- #: gallery-plugin.php:1331
600
  msgid "Install now"
601
  msgstr "Встановити"
602
 
603
- #: gallery-plugin.php:1300
604
  msgid "Add multiple gallery categories"
605
  msgstr "Додати декілька категорій галереї"
606
 
607
- #: gallery-plugin.php:1300
608
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
609
- msgstr "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену кількість категорій."
 
 
 
610
 
611
- #: gallery-plugin.php:1309
612
- #: gallery-plugin.php:1350
613
  msgid "Close"
614
  msgstr "Закрити"
615
 
616
- #: gallery-plugin.php:1341
617
  msgid "Already attached?"
618
  msgstr "Уже прикріплено?"
619
 
620
- #: gallery-plugin.php:1341
621
- msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
622
- msgstr "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, скористуйтеся нашим плагіном Re-attacher."
 
 
 
 
623
 
624
- #: gallery-plugin.php:1404
625
- #: template/gallery-single-template.php:19
626
  msgid "Download high resolution image"
627
  msgstr "Завантажити зображення у високій якості"
628
 
629
- #: gallery-plugin.php:1557
630
- #: template/gallery-single-template.php:95
631
  msgid "Sorry, nothing found."
632
  msgstr "Вибачте, нічого не знайдено."
633
 
634
- #: gallery-plugin.php:1579
635
- #: template/gallery-single-template.php:114
636
  msgid "Image"
637
  msgstr "Зображення"
638
 
639
- #: gallery-plugin.php:1875
640
  msgid "Image size not defined"
641
  msgstr "Розмір зображення не визначено"
642
 
643
- #: gallery-plugin.php:1890
644
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
645
- msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
646
-
647
  #: gallery-plugin.php:1901
 
 
 
 
 
 
 
 
648
  msgid "Image size changes not defined"
649
  msgstr "Зміни розміру зображення не визначено"
650
 
651
- #: gallery-plugin.php:1930
652
- #: gallery-plugin.php:1933
653
- #: gallery-plugin.php:1938
654
  msgid "Invalid path"
655
  msgstr "Невірний шлях"
656
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-04 17:19+0300\n"
6
+ "PO-Revision-Date: 2015-06-04 17:20+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
20
  msgid "See images &raquo;"
21
  msgstr "Дивитися зображення &raquo;"
22
 
23
+ #: gallery-plugin.php:207
24
+ msgid ""
25
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
26
+ "php\" were not found in the directory of your theme. Please copy them from "
27
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
+ "directory of your theme for the correct work of the Gallery plugin"
29
+ msgstr ""
30
+ "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-"
31
+ "template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь "
32
+ "ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в "
33
+ "папку вашої теми."
34
 
35
+ #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галереї"
38
 
39
+ #: gallery-plugin.php:217
40
  msgid "Gallery"
41
  msgstr "Галерея"
42
 
43
+ #: gallery-plugin.php:218
44
  msgid "Add a Gallery"
45
  msgstr "Додати галерею"
46
 
47
+ #: gallery-plugin.php:219
48
  msgid "Add New Gallery"
49
  msgstr "Додати нову галерею"
50
 
51
+ #: gallery-plugin.php:220
52
  msgid "Edit Gallery"
53
  msgstr "Редагувати галерею"
54
 
55
+ #: gallery-plugin.php:221
56
  msgid "New Gallery"
57
  msgstr "Нова галерея"
58
 
59
+ #: gallery-plugin.php:222
60
  msgid "View Gallery"
61
  msgstr "Переглянути галерею"
62
 
63
+ #: gallery-plugin.php:223
64
  msgid "Find a Gallery"
65
  msgstr "Знайти галерею"
66
 
67
+ #: gallery-plugin.php:224
68
  msgid "No Gallery found"
69
  msgstr "Галерею не знайдено"
70
 
71
+ #: gallery-plugin.php:281
72
  msgid "Upload File"
73
  msgstr "Завантажити файл"
74
 
75
+ #: gallery-plugin.php:282
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод галереї"
78
 
79
+ #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  msgid "Gallery Categories"
81
  msgstr "Категорії галерей"
82
 
83
+ #: gallery-plugin.php:293
84
  msgid "Choose a media file that will be attached"
85
  msgstr "Виберіть медіа файли для прикріплення"
86
 
87
+ #: gallery-plugin.php:293
88
  #, php-format
89
  msgid "You need to install \"%s\" plugin to use this functionality"
90
+ msgstr ""
91
+ "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
92
 
93
+ #: gallery-plugin.php:294
94
  msgid "Attach media item to this gallery"
95
  msgstr "Прикріпити медіа файл до галереї"
96
 
97
+ #: gallery-plugin.php:313
98
+ msgid ""
99
+ "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
+ "for record on your webserver. Please use the standard WP functionality to "
101
+ "upload images (media library)"
102
+ msgstr ""
103
+ "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита "
104
+ "для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, "
105
+ "скористайтесь стандартним функціоналом WP."
106
 
107
+ #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
109
  msgstr "Вибрати зображення для завантаження:"
110
 
111
+ #: gallery-plugin.php:330
112
  msgid "Please enable JavaScript to use the file uploader."
113
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
114
 
115
+ #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
+ msgstr ""
118
+ "Дозволити посилання для завантаження для всіх зображень в даній галереї."
119
 
120
+ #: gallery-plugin.php:339
121
+ msgid ""
122
+ "Please use the drag and drop function to change an order of the images "
123
+ "displaying and do not forget to save the post."
124
+ msgstr ""
125
+ "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою і "
126
+ "розмістіть у зручному для вас порядку. Будь ласка, при виході не забудьте "
127
+ "зберегти пост."
128
 
129
+ #: gallery-plugin.php:341
130
  msgid "Please make a choice"
131
  msgstr "Будь ласка, виберіть"
132
 
133
+ #: gallery-plugin.php:341 gallery-plugin.php:983
 
134
  msgid "Sort images by"
135
  msgstr "Сортувати зображення за"
136
 
137
+ #: gallery-plugin.php:341
138
  msgid "sort images"
139
  msgstr "Сортувати зображення"
140
 
141
+ #: gallery-plugin.php:341
142
  msgid "on the plugin settings page ("
143
  msgstr "на сторінці налаштувань плагіну ("
144
 
145
+ #: gallery-plugin.php:385 gallery-plugin.php:646
 
146
  msgid "Title"
147
  msgstr "Назва"
148
 
149
+ #: gallery-plugin.php:387
150
  msgid "Alt tag"
151
  msgstr "Alt tag"
152
 
153
+ #: gallery-plugin.php:388
154
  msgid "URL"
155
  msgstr "Посилання"
156
 
157
+ #: gallery-plugin.php:388
158
  msgid "(by click on image opens a link in a new window)"
159
  msgstr "(клік на зображення відкриває його у новому вікні браузера)"
160
 
161
+ #: gallery-plugin.php:389
162
  msgid "This setting is available in Pro version"
163
  msgstr "Ці установки доступні у Про-версії плагіну"
164
 
165
+ #: gallery-plugin.php:390
166
  msgid "Open the URL"
167
  msgstr "Відкрити посилання"
168
 
169
+ #: gallery-plugin.php:390
170
  msgid "Current window"
171
  msgstr "Поточне вікно"
172
 
173
+ #: gallery-plugin.php:390
174
  msgid "New window"
175
  msgstr "Нове вікно"
176
 
177
+ #: gallery-plugin.php:391
178
  msgid "Lightbox button URL"
179
  msgstr "Посилання кнопки лайтбокса"
180
 
181
+ #: gallery-plugin.php:392
182
  msgid "Description"
183
  msgstr "Опис"
184
 
185
+ #: gallery-plugin.php:393
186
  msgid "Delete"
187
  msgstr "Видалити"
188
 
189
+ #: gallery-plugin.php:413
190
+ msgid ""
191
+ "You can add a Single Gallery to the page or post by inserting this shortcode "
192
+ "into the content"
193
+ msgstr ""
194
+ "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей "
195
+ "шорткод у текст"
196
 
197
+ #: gallery-plugin.php:415
198
+ msgid ""
199
+ "If you want to display a short description containing a screenshot and the "
200
+ "link to the Single Gallery Page"
201
+ msgstr ""
202
+ "Якщо ви хочете відображати короткий опис зі скріншотом та посиланням на "
203
+ "сторінку з галереєю"
204
 
205
+ #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr "Часто вживані"
208
 
209
+ #: gallery-plugin.php:439
210
  msgid "Add New Gallery Category"
211
  msgstr "Додати нову категорію галерей"
212
 
213
+ #: gallery-plugin.php:444
214
  msgid "Install plugin"
215
  msgstr "Встановити плагін"
216
 
217
+ #: gallery-plugin.php:647
218
  msgid "Author"
219
  msgstr "Автор"
220
 
221
+ #: gallery-plugin.php:648
222
  msgid "Photo"
223
  msgstr "Фото"
224
 
225
+ #: gallery-plugin.php:649
226
  msgid "Publishing"
227
  msgstr "Публікація"
228
 
229
+ #: gallery-plugin.php:650 gallery-plugin.php:987
 
230
  msgid "Date"
231
  msgstr "Дата"
232
 
233
+ #: gallery-plugin.php:820
234
  msgid "Settings are saved"
235
  msgstr "Налаштування збережено"
236
 
237
+ #: gallery-plugin.php:831
238
  msgid "Gallery Settings"
239
  msgstr "Налаштування Gallery"
240
 
241
+ #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
242
  msgid "Settings"
243
  msgstr "Налаштування"
244
 
245
+ #: gallery-plugin.php:834 gallery-plugin.php:1169
 
246
  msgid "FAQ"
247
  msgstr "Часті питання"
248
 
249
+ #: gallery-plugin.php:835
250
  msgid "Go PRO"
251
  msgstr "Придбати ПРО версію"
252
 
253
+ #: gallery-plugin.php:840
254
  msgid "Notice:"
255
  msgstr "Зверніть увагу:"
256
 
257
+ #: gallery-plugin.php:840
258
+ msgid ""
259
+ "The plugin's settings have been changed. In order to save them please don't "
260
+ "forget to click the 'Save Changes' button."
261
+ msgstr ""
262
+ "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни"
263
+ "\" при виході."
264
 
265
+ #: gallery-plugin.php:841
266
+ msgid ""
267
+ "If you would like to add a Single Gallery to your page or post, just copy "
268
+ "and paste this shortcode into your post or page:"
269
+ msgstr ""
270
+ "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та "
271
+ "розмістіть цей шорткод в контент вашого посту або сторінки:"
272
 
273
+ #: gallery-plugin.php:843
274
  msgid "Please enable JavaScript to use the option to renew images."
275
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
276
 
277
+ #: gallery-plugin.php:847
278
  msgid "Update images for gallery"
279
  msgstr "Оновити зображення галереї"
280
 
281
+ #: gallery-plugin.php:849
282
  msgid "Update images"
283
  msgstr "Оновити зображення"
284
 
285
+ #: gallery-plugin.php:857
286
  msgid "Image size for the album cover"
287
  msgstr "Розмір зображення для обкладинки альбому"
288
 
289
+ #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
290
  msgid "Image size"
291
  msgstr "Розмір зображення"
292
 
293
+ #: gallery-plugin.php:860 gallery-plugin.php:868
 
294
  msgid "Width (in px)"
295
  msgstr "Ширина (в px)"
296
 
297
+ #: gallery-plugin.php:861 gallery-plugin.php:869
 
298
  msgid "Height (in px)"
299
  msgstr "Висота (в px)"
300
 
301
+ #: gallery-plugin.php:865
302
  msgid "Image size for thumbnails"
303
  msgstr "Розмір зображення для мініатюр"
304
 
305
+ #: gallery-plugin.php:873
306
+ msgid ""
307
+ "WordPress will create a new thumbnail with the specified dimensions when you "
308
+ "upload a new photo."
309
+ msgstr ""
310
+ "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
311
+ "заданих розмірів."
312
 
313
+ #: gallery-plugin.php:881
314
  msgid "Image size in the lightbox"
315
  msgstr "Розмір зображень в лайтбоксі"
316
 
317
+ #: gallery-plugin.php:884
318
  msgid "Max width (in px)"
319
  msgstr "Макс. ширина (в px)"
320
 
321
+ #: gallery-plugin.php:885
322
  msgid "Max height (in px)"
323
  msgstr "Макс. висота (в px)"
324
 
325
+ #: gallery-plugin.php:886
326
  msgid "Display a full size image in the lightbox"
327
  msgstr "Відображати повне зображення в лайтбоксі"
328
 
329
+ #: gallery-plugin.php:890
330
  msgid "Crop position"
331
  msgstr "Обрізання"
332
 
333
+ #: gallery-plugin.php:892
334
  msgid "Horizontal"
335
  msgstr "Горизонтальна"
336
 
337
+ #: gallery-plugin.php:894
338
  msgid "left"
339
  msgstr "зліва"
340
 
341
+ #: gallery-plugin.php:895 gallery-plugin.php:902
 
342
  msgid "center"
343
  msgstr "центр"
344
 
345
+ #: gallery-plugin.php:896
346
  msgid "right"
347
  msgstr "справа"
348
 
349
+ #: gallery-plugin.php:899
350
  msgid "Vertical"
351
  msgstr "Вертикальна"
352
 
353
+ #: gallery-plugin.php:901
354
  msgid "top"
355
  msgstr "верх"
356
 
357
+ #: gallery-plugin.php:903
358
  msgid "bottom"
359
  msgstr "низ"
360
 
361
+ #: gallery-plugin.php:908
362
  msgid "Lightbox background"
363
  msgstr "Фон лайтбокса"
364
 
365
+ #: gallery-plugin.php:910
366
  msgid "Default"
367
  msgstr "за замовчуванням"
368
 
369
+ #: gallery-plugin.php:911
370
  msgid "Background transparency (from 0 to 1)"
371
  msgstr "Прозорість фону (від 0 до 1)"
372
 
373
+ #: gallery-plugin.php:913
374
  msgid "Select a background color"
375
  msgstr "Виберіть колір фону"
376
 
377
+ #: gallery-plugin.php:915
378
  msgid "Background color"
379
  msgstr "Колір фону"
380
 
381
+ #: gallery-plugin.php:922 gallery-plugin.php:1104
382
+ msgid ""
383
+ "If you upgrade to Pro version all your settings and galleries will be saved."
384
+ msgstr ""
385
+ "Якщо ви перейшли на Про версію, всі налаштування і галереї буде збережено."
386
 
387
+ #: gallery-plugin.php:929 gallery-plugin.php:1111
 
388
  msgid "Unlock premium options by upgrading to a PRO version."
389
  msgstr "Відкрийте додаткові опції, перейшовши на Про версію."
390
 
391
+ #: gallery-plugin.php:930 gallery-plugin.php:1112
 
392
  msgid "Learn More"
393
  msgstr "Дізнатись більше"
394
 
395
+ #: gallery-plugin.php:934 gallery-plugin.php:1116
 
396
  msgid "Start Your Trial"
397
  msgstr "Отримати пробну версію"
398
 
399
+ #: gallery-plugin.php:935 gallery-plugin.php:1117
 
400
  msgid "or"
401
  msgstr "або"
402
 
403
+ #: gallery-plugin.php:938 gallery-plugin.php:1120
 
404
  msgid "Go"
405
  msgstr "Вперед"
406
 
407
+ #: gallery-plugin.php:946
408
  msgid "Images with border"
409
  msgstr "Зображення з рамкою"
410
 
411
+ #: gallery-plugin.php:949
412
  msgid "Border width in px, just numbers"
413
  msgstr "Ширина рамки у пікселях, тільки числа"
414
 
415
+ #: gallery-plugin.php:951 gallery-plugin.php:953
 
416
  msgid "Select a border color"
417
  msgstr "Виберіть колір рамки"
418
 
419
+ #: gallery-plugin.php:959
420
  msgid "Number of images in the row"
421
  msgstr "Кількість зображень у рядку"
422
 
423
+ #: gallery-plugin.php:965
424
  msgid "Start slideshow"
425
  msgstr "Розпочати слайд-шоу"
426
 
427
+ #: gallery-plugin.php:971
428
  msgid "Slideshow interval"
429
  msgstr "Інтервал між слайдами"
430
 
431
+ #: gallery-plugin.php:977
432
  msgid "Use single lightbox for multiple galleries on one page"
433
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
434
 
435
+ #: gallery-plugin.php:985
436
  msgid "Attachment ID"
437
  msgstr "ID зображення"
438
 
439
+ #: gallery-plugin.php:986
440
  msgid "Image Name"
441
  msgstr "Назва зображення"
442
 
443
+ #: gallery-plugin.php:988
444
+ msgid ""
445
+ "Sorting order (the input field for sorting order in the Insert / Upload "
446
+ "Media Gallery dialog)"
447
+ msgstr ""
448
+ "Порядок сортування (поле для введення порядку сортування в Insert / Upload "
449
+ "Media Gallery)"
450
 
451
+ #: gallery-plugin.php:989
452
  msgid "Random"
453
  msgstr "Довільно"
454
 
455
+ #: gallery-plugin.php:993
456
  msgid "Sort images"
457
  msgstr "Сортувати зображення"
458
 
459
+ #: gallery-plugin.php:995
460
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
461
+ msgstr ""
462
+ "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
463
+ "a, b, c)"
464
 
465
+ #: gallery-plugin.php:996
466
+ msgid ""
467
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
468
+ msgstr ""
469
+ "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
470
+ "c, b, a)"
471
 
472
+ #: gallery-plugin.php:1000
473
  msgid "Display text under the image"
474
  msgstr "Відображати текст під зображенням"
475
 
476
+ #: gallery-plugin.php:1002
477
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
478
+ msgstr ""
479
+ "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
480
 
481
+ #: gallery-plugin.php:1006
482
  msgid "Display the Back link"
483
  msgstr "Відображати посилання Назад"
484
 
485
+ #: gallery-plugin.php:1012
486
  msgid "Display the Back link in the shortcode"
487
  msgstr "Відображати посилання Назад у шорткоді"
488
 
489
+ #: gallery-plugin.php:1018
490
  msgid "The Back link text"
491
  msgstr "Текст для посилання Назад"
492
 
493
+ #: gallery-plugin.php:1024
494
  msgid "The Back link URL"
495
  msgstr "URL для посилання Назад"
496
 
497
+ #: gallery-plugin.php:1026
498
  msgid "Gallery page (Page with Gallery Template)"
499
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
500
 
501
+ #: gallery-plugin.php:1028
502
  msgid "(Full URL to custom page)"
503
  msgstr "(Повне посилання на сторінку користувача)"
504
 
505
+ #: gallery-plugin.php:1032
506
  msgid "The Read More link text"
507
  msgstr "Текст для посилання Дізнатися більше"
508
 
509
+ #: gallery-plugin.php:1038
510
  msgid "Add gallery to the search"
511
  msgstr "Додати галерею до пошуку"
512
 
513
+ #: gallery-plugin.php:1043
514
  msgid "Using"
515
  msgstr "Використання"
516
 
517
+ #: gallery-plugin.php:1043
518
  msgid "powered by"
519
  msgstr "розроблений"
520
 
521
+ #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
522
  msgid "Using Custom Search powered by"
523
  msgstr "Використовуючи Custom Search, розроблений"
524
 
525
+ #: gallery-plugin.php:1046
526
  msgid "Activate Custom Search"
527
  msgstr "Активувати Custom Search"
528
 
529
+ #: gallery-plugin.php:1050
530
  msgid "Download Custom Search"
531
  msgstr "Завантажити Custom Search"
532
 
533
+ #: gallery-plugin.php:1060
534
  msgid "Use pagination for images"
535
  msgstr "Використовувати пагінацію для зображень"
536
 
537
+ #: gallery-plugin.php:1063
538
  msgid "per page"
539
  msgstr "на сторінці"
540
 
541
+ #: gallery-plugin.php:1067
542
  msgid "The lightbox helper"
543
  msgstr "Помічник по лайтбоксу"
544
 
545
+ #: gallery-plugin.php:1069
546
  msgid "Do not use"
547
  msgstr "Не використовувати"
548
 
549
+ #: gallery-plugin.php:1070
550
  msgid "Button helper"
551
  msgstr "Помічник по кнопкам"
552
 
553
+ #: gallery-plugin.php:1071
554
  msgid "Thumbnail helper"
555
  msgstr "Помічник по значкам"
556
 
557
+ #: gallery-plugin.php:1075
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Відображати кнопки Подобається у лайтбоксі"
560
 
561
+ #: gallery-plugin.php:1077
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
+ #: gallery-plugin.php:1078
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
+ #: gallery-plugin.php:1079
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
+ #: gallery-plugin.php:1080
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
+ #: gallery-plugin.php:1084
578
  msgid "Slug for gallery item"
579
  msgstr "Назва для елементів галереї"
580
 
581
+ #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
584
 
585
+ #: gallery-plugin.php:1090
586
  msgid "Title for lightbox button"
587
  msgstr "Назва кнопки лайтбоксу"
588
 
 
 
 
 
589
  #: gallery-plugin.php:1096
590
+ msgid ""
591
+ "Display all images in the lightbox instead of going into a single gallery"
592
+ msgstr ""
593
+ "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
594
 
595
+ #: gallery-plugin.php:1099
596
+ msgid ""
597
+ "When using the gallery template or a shortcode with `display=short` parameter"
598
+ msgstr ""
599
+ "Коли використовується темплейт галереї або шорткод з параметром "
600
+ "`display=short`"
601
+
602
+ #: gallery-plugin.php:1128
603
+ msgid "Rewrite templates after update"
604
+ msgstr "Перезаписати шаблони після оновлення"
605
+
606
+ #: gallery-plugin.php:1130
607
+ msgid ""
608
+ "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
609
+ "'gallery-single-template.php' file in your theme folder and You don't want "
610
+ "to rewrite them"
611
+ msgstr ""
612
+ "Приберіть галочку, якщо ви виправляли файл 'gallery-template.php' або "
613
+ "'gallery-single-template.php' в теці тем і не хочете перезаписати зміни"
614
+
615
+ #: gallery-plugin.php:1136
616
  msgid "Save Changes"
617
  msgstr "Зберегти зміни"
618
 
619
+ #: gallery-plugin.php:1170
620
  msgid "Support"
621
  msgstr "Підтримка"
622
 
623
+ #: gallery-plugin.php:1278
624
  msgid "Updating images..."
625
  msgstr "Оновлення зображень…"
626
 
627
+ #: gallery-plugin.php:1279
628
  msgid "No image found."
629
  msgstr "Зображення не знайдено."
630
 
631
+ #: gallery-plugin.php:1280
632
  msgid "All images are updated."
633
  msgstr "Всі зображення оновлено."
634
 
635
+ #: gallery-plugin.php:1281
636
  msgid "Error."
637
  msgstr "Помилка."
638
 
639
+ #: gallery-plugin.php:1290
640
  msgid "Learn more"
641
  msgstr "Докладніше"
642
 
643
+ #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
644
  msgid "Activate"
645
  msgstr "Активувати"
646
 
647
+ #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
648
  msgid "Install now"
649
  msgstr "Встановити"
650
 
651
+ #: gallery-plugin.php:1311
652
  msgid "Add multiple gallery categories"
653
  msgstr "Додати декілька категорій галереї"
654
 
655
+ #: gallery-plugin.php:1311
656
+ msgid ""
657
+ "Install Gallery Categories plugin to add unlimited number of categories."
658
+ msgstr ""
659
+ "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
660
+ "кількість категорій."
661
 
662
+ #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
663
  msgid "Close"
664
  msgstr "Закрити"
665
 
666
+ #: gallery-plugin.php:1352
667
  msgid "Already attached?"
668
  msgstr "Уже прикріплено?"
669
 
670
+ #: gallery-plugin.php:1352
671
+ msgid ""
672
+ "If you'd like to attach the files, which are already uploaded, please use Re-"
673
+ "attacher plugin."
674
+ msgstr ""
675
+ "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, "
676
+ "скористуйтеся нашим плагіном Re-attacher."
677
 
678
+ #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
679
  msgid "Download high resolution image"
680
  msgstr "Завантажити зображення у високій якості"
681
 
682
+ #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
683
  msgid "Sorry, nothing found."
684
  msgstr "Вибачте, нічого не знайдено."
685
 
686
+ #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
687
  msgid "Image"
688
  msgstr "Зображення"
689
 
690
+ #: gallery-plugin.php:1886
691
  msgid "Image size not defined"
692
  msgstr "Розмір зображення не визначено"
693
 
 
 
 
 
694
  #: gallery-plugin.php:1901
695
+ msgid ""
696
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
697
+ "manually reload image."
698
+ msgstr ""
699
+ "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
700
+ "інших випадках, будь ласка, перезавантажте зображення вручну."
701
+
702
+ #: gallery-plugin.php:1912
703
  msgid "Image size changes not defined"
704
  msgstr "Зміни розміру зображення не визначено"
705
 
706
+ #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
707
  msgid "Invalid path"
708
  msgstr "Невірний шлях"
709
 
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: http://bestwebsoft.com/donate/
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.2.2
7
- Stable tag: 4.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -115,7 +115,13 @@ http://www.youtube.com/watch?v=z95ql-M2JTc
115
 
116
  = How to add many images? =
117
 
118
- Multiple files upload is supported by all modern browsers except Internet Explorer.
 
 
 
 
 
 
119
 
120
  = I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do? =
121
 
@@ -168,6 +174,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
171
  = V4.3.0 - 18.05.2015 =
172
  * Update : We updated all functionality for wordpress 4.2.2.
173
 
@@ -474,6 +485,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
474
 
475
  == Upgrade Notice ==
476
 
 
 
 
477
  = V4.3.0 =
478
  We updated all functionality for wordpress 4.2.2.
479
 
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.2.2
7
+ Stable tag: 4.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
115
 
116
  = How to add many images? =
117
 
118
+ Multiple files upload is supported by all modern browsers except Internet Explorer.
119
+
120
+ = How to add image from Media library into gallery? =
121
+
122
+ Since our Gallery plugin works with attached images, this cannot be done by standard means.
123
+ However, you can re-attach previously downloaded images to your gallery. Please note that after this, that image will not be available as an attachment in that post to which it was attached earlier.
124
+ You can re-attach images using our plugin Re-attacher - <a href="http://wordpress.org/plugins/re-attacher/">Re-attacher</a>. With this plugin, you can reattach previously uploaded images to other posts, as well as detach files from the post completely. Re-attacher allows you to manage both single files and groups of files. This plugin makes using our Gallery and Portfolio plugins a lot more convenient, as you won't have to upload new images each time you may need them on your gallery or portfolio pages.
125
 
126
  = I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do? =
127
 
174
 
175
  == Changelog ==
176
 
177
+ = V4.3.1 - 09.06.2015 =
178
+ * NEW : We added functionality for disable rewriting templates after plugin update.
179
+ * NEW : We added 'width' and 'height' attributes to the 'img' HTML tag.
180
+ * Update : The French language file is updated.
181
+
182
  = V4.3.0 - 18.05.2015 =
183
  * Update : We updated all functionality for wordpress 4.2.2.
184
 
485
 
486
  == Upgrade Notice ==
487
 
488
+ = V4.3.1 =
489
+ We added functionality for disable rewriting templates after plugin update. We added 'width' and 'height' attributes to the 'img' HTML tag. The French language file is updated.
490
+
491
  = V4.3.0 =
492
  We updated all functionality for wordpress 4.2.2.
493
 
template/gallery-single-template.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Template - Gallery post
4
- * Version: 1.2
5
  */
6
  get_header(); ?>
7
  <div class="content-area">
@@ -57,11 +57,11 @@ get_header(); ?>
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>
1
  <?php
2
  /*
3
  * Template - Gallery post
4
+ * Version: 1.2.1
5
  */
6
  get_header(); ?>
7
  <div class="content-area">
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 width="<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>" 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 width="<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>" 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>
template/gallery-template.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
- * Version: 1.2.1
5
  */
6
  ?>
7
  <?php get_header(); ?>
@@ -72,7 +72,7 @@ Template Name: Gallery Template
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>
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
+ * Version: 1.2.2
5
  */
6
  ?>
7
  <?php get_header(); ?>
72
  $count++; ?>
73
  <li>
74
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
75
+ <img width="<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>" style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; height:<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>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>