Primer commit del sistema avantika sin cambios
This commit is contained in:
19
clearbox/language/sk/cb_language.js
Executable file
19
clearbox/language/sk/cb_language.js
Executable file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ClearBox Language File (JavaScript)
|
||||
// lang - slovakia
|
||||
|
||||
var
|
||||
|
||||
CB_NavTextPrv='Predchádzajúci obrázok', // text of previous image
|
||||
CB_NavTextNxt='Nasledujúci obrázok', // text of next image
|
||||
CB_NavTextFull='Zobraziť obrázok v plnej veľkosti', // text of original size (only at pictures)
|
||||
CB_NavTextOpen='Otvorte prehliadač', // text of open content in a new browser window
|
||||
CB_NavTextDL='Stiahnutie', // text of download picture or any other content
|
||||
CB_NavTextClose='Zavrieť okno', // text of close CB
|
||||
CB_NavTextStart='Spustiť prezentáciu', // text of start slideshow
|
||||
CB_NavTextStop='Zastaviť prezentáciu', // text of stop slideshow
|
||||
CB_NavTextRotR='Otočenie obrázku vpravo o 90 stupňov', // text of rotation right
|
||||
CB_NavTextRotL='Otočenie obrázku o 90 stupňov doľava' // text of rotation left
|
||||
CB_NavTextReady='clearbox is ready' // text of clearbox ready
|
||||
|
||||
;
|
||||
Reference in New Issue
Block a user