aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-de.js
blob: 3d6e2e14725d948eba0f2a58ff20fe3e65f1ec3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
	jQuery ColorBox language configuration
	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.",
	imgError: "Dieses Bild konnte nicht geladen werden."
});