Codebase list jquery-colorbox / upstream/1.6.4+git20200918.fa1c078 i18n / jquery.colorbox-ro.js
upstream/1.6.4+git20200918.fa1c078

Tree @upstream/1.6.4+git20200918.fa1c078 (Download .tar.gz)

jquery.colorbox-ro.js @upstream/1.6.4+git20200918.fa1c078raw · history · blame

/*
  jQuery Colorbox language configuration
  language: Romanian (ro)
  translated by: shurub3l
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "imagine {current} din {total}",
	previous: "precedenta",
	next: "următoarea",
	close: "închideți",
	xhrError: "Acest conținut nu poate fi încărcat.",
	imgError: "Această imagine nu poate fi încărcată",
	slideshowStart: "începeți prezentarea (slideshow)",
	slideshowStop: "opriți prezentarea (slideshow)"
});