]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-de.js
rework autocomplete: update jquery.textcomplete to v1.3.3
[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         slideshowStart: "Slideshow starten",
14         slideshowStop: "Slideshow anhalten"
15 });