File: jquery.colorbox-ro.js

package info (click to toggle)
jquery-colorbox 1.6.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,448 kB
  • sloc: javascript: 1,204; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (11)
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)"
});