21 lines
970 B
JavaScript
Executable File
21 lines
970 B
JavaScript
Executable File
//
|
|
// ClearBox Language File (JavaScript)
|
|
// Swedish translation by David Olsson - www.aktivwebb.se
|
|
// Using standard: ASCII-tabellen - ISO 8859-1 (Latin-1)
|
|
//
|
|
|
|
var
|
|
|
|
CB_NavTextPrv='Föregående', // text of previous image
|
|
CB_NavTextNxt='Nästa', // text of next image
|
|
CB_NavTextFull='Full storlek', // text of original size (only at pictures)
|
|
CB_NavTextOpen='Öppna i nytt fönster', // text of open in a new browser window
|
|
CB_NavTextDL='Ladda ner', // text of download picture or any other content
|
|
CB_NavTextClose='Stäng', // text of close CB
|
|
CB_NavTextStart='Starta bildspel', // text of start slideshow
|
|
CB_NavTextStop='Stanna bildspel', // text of stop slideshow
|
|
CB_NavTextRotR='Rotera bilden höger 90 grader', // text of rotation right
|
|
CB_NavTextRotL='Rotera bilden vänster 90 grader' // text of rotation left
|
|
CB_NavTextReady='clearbox is ready' // text of clearbox ready
|
|
|
|
; |