summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-ro.js
blob: 0a461e28ac5c6fc4b3ee3fa103c5e752f8795398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
  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)"
});