Project

General

Profile

Download (425 Bytes) Statistics
| Branch: | Tag: | Revision:
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
});
(5-5/24)