/wp-content/plugins/gallery-by-supsystic/src/GridGallery/Colorbox/configs/parameters.php

https://gitlab.com/vovanduc/dainghia · PHP · 50 lines · 45 code · 2 blank · 3 comment · 0 complexity · 7ed9f7f758dfe8ac2b2fc812d7ed03fd MD5 · raw file

  1. <?php
  2. /*
  3. * Configuration file of the GridGallery's Colorbox module.
  4. */
  5. return array(
  6. 'colorbox' => array(
  7. 'theme' => 'theme_4',
  8. 'languages' => array(
  9. 'ar_aa' => 'jquery.colorbox-ar.js',
  10. 'bg_bg' => 'jquery.colorbox-bg.js',
  11. 'ca_es' => 'jquery.colorbox-ca.js',
  12. 'cs_cz' => 'jquery.colorbox-cs.js',
  13. 'da_dk' => 'jquery.colorbox-da.js',
  14. 'de_de' => 'jquery.colorbox-de.js',
  15. 'es_es' => 'jquery.colorbox-es.js',
  16. 'et' => 'jquery.colorbox-et.js',
  17. 'fa' => 'jquery.colorbox-fa.js',
  18. 'fi_fi' => 'jquery.colorbox-fi.js',
  19. 'fr_fr' => 'jquery.colorbox-fr.js',
  20. 'gl' => 'jquery.colorbox-gl.js',
  21. 'gr' => 'jquery.colorbox-gr.js',
  22. 'he_he' => 'jquery.colorbox-he.js',
  23. 'hr_hr' => 'jquery.colorbox-hr.js',
  24. 'hu_hu' => 'jquery.colorbox-hu.js',
  25. 'id' => 'jquery.colorbox-id.js',
  26. 'it_it' => 'jquery.colorbox-it.js',
  27. 'ja_jp' => 'jquery.colorbox-ja.js',
  28. 'ko_kr' => 'jquery.colorbox-kr.js',
  29. 'lt_lt' => 'jquery.colorbox-lt.js',
  30. 'lv_lv' => 'jquery.colorbox-lv.js',
  31. 'my' => 'jquery.colorbox-my.js',
  32. 'nl_nl' => 'jquery.colorbox-nl.js',
  33. 'no_no' => 'jquery.colorbox-no.js',
  34. 'pl_pl' => 'jquery.colorbox-pl.js',
  35. 'pt_br' => 'jquery.colorbox-pt-br.js',
  36. 'ro_ro' => 'jquery.colorbox-ro.js',
  37. 'ru_RU' => 'jquery.colorbox-ru.js',
  38. 'si' => 'jquery.colorbox-si.js',
  39. 'sk_sk' => 'jquery.colorbox-sk.js',
  40. 'sr' => 'jquery.colorbox-sr.js',
  41. 'sv_se' => 'jquery.colorbox-sv.js',
  42. 'tr_tr' => 'jquery.colorbox-tr.js',
  43. 'uk_ua' => 'jquery.colorbox-uk.js',
  44. 'zh_cn' => 'jquery.colorbox-zh-CN.js',
  45. 'zh_tw' => 'jquery.colorbox-zh-TW.js',
  46. ),
  47. ),
  48. );