]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-nl.js
dfc658ec9a8b1f99a59b4642815e5905fab8a630
[friendica.git] / library / colorbox / i18n / jquery.colorbox-nl.js
1 /*
2         jQuery Colorbox language configuration
3         language: Dutch (nl)
4         translated by: barryvdh
5 */
6 jQuery.extend(jQuery.colorbox.settings, {
7         current: "Afbeelding {current} van {total}",
8         previous: "Vorige",
9         next: "Volgende",
10         close: "Sluiten",
11         xhrError: "Deze inhoud kan niet geladen worden.",
12         imgError: "Deze afbeelding kan niet geladen worden.",
13         slideshowStart: "Diashow starten",
14         slideshowStop: "Diashow stoppen"
15 });