friendica/library/colorbox/i18n/jquery.colorbox-de.js

15 lines
425 B
JavaScript
Raw Normal View History

2013-02-05 02:09:25 +01:00
/*
2015-12-30 14:53:02 +01:00
jQuery Colorbox language configuration
2013-02-05 02:09:25 +01:00
language: German (de)
translated by: wallenium
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Bild {current} von {total}",
previous: "Zurück",
next: "Vor",
close: "Schließen",
xhrError: "Dieser Inhalt konnte nicht geladen werden.",
2015-12-30 14:53:02 +01:00
imgError: "Dieses Bild konnte nicht geladen werden.",
slideshowStart: "Slideshow starten",
slideshowStop: "Slideshow anhalten"
2013-02-05 02:09:25 +01:00
});