defaults-ro_RO.js 594 B

123456789101112131415
  1. /*!
  2. * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
  3. *
  4. * Copyright 2013-2014 bootstrap-select
  5. * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
  6. */
  7. (function ($) {
  8. $.fn.selectpicker.defaults = {
  9. noneSelectedText: 'Nu a fost selectat nimic',
  10. noneResultsText: 'Nu exista niciun rezultat',
  11. countSelectedText: '{0} din {1} selectat(e)',
  12. maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']],
  13. multipleSeparator: ', '
  14. };
  15. }(jQuery));