Project

General

Profile

« Previous | Next » 

Revision d2a09415

Added by Andreas Kohlbecker over 8 years ago

CRLF will be replaced by LF issues

View differences:

modules/cdm_dataportal/js/colorbox/i18n/jquery.colorbox-pl.js
1
/*

2
	jQuery Colorbox language configuration

3
	language: Polski (pl)

4
	translated by: Tomasz Wasiński

5
	site: 2bevisible.pl

6
*/

7
jQuery.extend(jQuery.colorbox.settings, {

8
	current: "{current}. obrazek z {total}",

9
	previous: "Poprzedni",

10
	next: "Następny",

11
	close: "Zamknij",

12
	xhrError: "Nie udało się załadować treści.",

13
	imgError: "Nie udało się załadować obrazka.",

14
	slideshowStart: "rozpocznij pokaz slajdów",

15
	slideshowStop: "zatrzymaj pokaz slajdów"

1
/*
2
	jQuery Colorbox language configuration
3
	language: Polski (pl)
4
	translated by: Tomasz Wasiński
5
	site: 2bevisible.pl
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
	current: "{current}. obrazek z {total}",
9
	previous: "Poprzedni",
10
	next: "Następny",
11
	close: "Zamknij",
12
	xhrError: "Nie udało się załadować treści.",
13
	imgError: "Nie udało się załadować obrazka.",
14
	slideshowStart: "rozpocznij pokaz slajdów",
15
	slideshowStop: "zatrzymaj pokaz slajdów"
16 16
});

Also available in: Unified diff