File: jquery.colorbox-no.js

package info (click to toggle)
jquery-colorbox 1.5.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,444 kB
  • ctags: 71
  • sloc: makefile: 25
file content (16 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	jQuery Colorbox language configuration
	language: Norwegian (no)
	translated by: lars-erik
	site: markedspartner.no
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Bilde {current} av {total}",
	previous: "Forrige",
	next: "Neste",
	close: "Lukk",
	xhrError: "Feil ved lasting av innhold.",
	imgError: "Feil ved lasting av bilde.",
	slideshowStart: "Start lysbildefremvisning",
	slideshowStop: "Stopp lysbildefremvisning"
});