]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-ro.js
Update references to colorbox css and js files
[friendica.git] / library / colorbox / i18n / jquery.colorbox-ro.js
1 /*
2   jQuery Colorbox language configuration
3   language: Romanian (ro)
4   translated by: shurub3l
5 */
6 jQuery.extend(jQuery.colorbox.settings, {
7         current: "imagine {current} din {total}",
8         previous: "precedenta",
9         next: "următoarea",
10         close: "închideți",
11         xhrError: "Acest conținut nu poate fi încărcat.",
12         imgError: "Această imagine nu poate fi încărcată",
13         slideshowStart: "începeți prezentarea (slideshow)",
14         slideshowStop: "opriți prezentarea (slideshow)"
15 });