]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-de.js
add colorbox
[friendica.git] / library / colorbox / i18n / jquery.colorbox-de.js
1 /*
2         jQuery ColorBox language configuration
3         language: German (de)
4         translated by: wallenium
5 */
6 jQuery.extend(jQuery.colorbox.settings, {
7         current: "Bild {current} von {total}",
8         previous: "Zurück",
9         next: "Vor",
10         close: "Schließen",
11         xhrError: "Dieser Inhalt konnte nicht geladen werden.",
12         imgError: "Dieses Bild konnte nicht geladen werden."
13 });