Project

General

Profile

Download (408 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/*
2
	jQuery Colorbox language configuration
3
	language: Finnish (fi)
4
	translated by: Mikko
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
	current: "Kuva {current} / {total}",
8
	previous: "Edellinen",
9
	next: "Seuraava",
10
	close: "Sulje",
11
	xhrError: "Sisällön lataaminen epäonnistui.",
12
	imgError: "Kuvan lataaminen epäonnistui.",
13
	slideshowStart: "Aloita kuvaesitys.",
14
	slideshowStop: "Lopeta kuvaesitys."	
15
});
(8-8/24)