Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
//
// ClearBox Language File (JavaScript)
//
var
CB_NavTextPrv='zurück', // text of previous image
CB_NavTextNxt='weiter', // text of next image
CB_NavTextFull='volle grösse', // text of original size (only at pictures)
CB_NavTextOpen='in neuem Browser-Fenster öffnen', // text of open in a new browser window
CB_NavTextDL='herunterladen', // text of download picture or any other content
CB_NavTextClose='schliessen', // text of close CB
CB_NavTextStart='Diaschau starten', // text of start slideshow
CB_NavTextStop='Diaschau stoppen', // text of stop slideshow
CB_NavTextRotR='Bild 90 grad nach rechts drehen', // text of rotation right
CB_NavTextRotL='Bild 90 grad nach links drehen', // text of rotation left
CB_NavTextReady='clearbox is ready' // text of clearbox ready
;