All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.lib.bootstrap-select.js.i18n.defaults-ro_RO.js Maven / Gradle / Ivy

The newest version!
/*
 * Translated default messages for bootstrap-select.
 * Locale: RO (Romanian)
 * Region: RO (Romania)
 * Alex Florea 
 */
(function ($) {
  $.fn.selectpicker.defaults = {
    noneSelectedText: 'Nu a fost selectat nimic',
    noneResultsText: 'Nu exista niciun rezultat {0}',
    countSelectedText: '{0} din {1} selectat(e)',
    maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']],
    multipleSeparator: ', '
  };
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy