/* ############### START COOKIES ############### */
/*------------ START SWITCHES ON-OFF ------------*/
/*------------ LANGUAGE SPANISH (ES) ------------*/
.onoffswitch-inner-disable_es:before {
content: "Activado";
}
.onoffswitch-inner_es:before{
content: "Activado";
}
.onoffswitch-inner_es:after {
content: "Desactivado";
}
/*------------ LANGUAGE ENGLISH (EN) ------------*/
.onoffswitch-inner-disable_en:before {
content: "Enabled";
}
.onoffswitch-inner_en:before{
content: "Enabled";
}
.onoffswitch-inner_en:after {
content: "Disabled";
font-stretch: unset;
}
/*------------ LANGUAGE PORTUGUESE (PT) ---------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_pt:before {
content: "Habilitado";
}
.onoffswitch-inner_pt:before{
content: "Habilitado";
}
.onoffswitch-inner_pt:after {
content: "Desabilitado";
font-stretch: condensed;
}
/*------------ LANGUAGE GERMAN (DE) -------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_de:before {
content: "Ermöglicht";
}
.onoffswitch-inner_de:before{
content: "Ermöglicht";
}
.onoffswitch-inner_de:after {
content: "Behinderte";
font-stretch: unset;
}
/*------------ LANGUAGE GREEK (EL) --------------*/
/* Switched on / off */
.onoffswitch-inner-disable_el:before {
content: "αναμμένο";
}
.onoffswitch-inner_el:before{
content: "αναμμένο";
}
.onoffswitch-inner_el:after {
content: "μακριά από";
font-stretch: condensed;
}
/*------------ LANGUAGE DUTCH (NL) --------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_nl:before {
content: "Ingeschakeld";
font-stretch: condensed;
}
.onoffswitch-inner_nl:before{
content: "Ingeschakeld";
font-stretch: condensed;
}
.onoffswitch-inner_nl:after {
content: "Gehandicapt";
font-stretch: condensed;
}
/*------------ LANGUAGE TURKISH (TR) ------------*/
/* Switched on / off */
.onoffswitch-inner-disable_tr:before {
content: "Açık";
}
.onoffswitch-inner_tr:before{
content: "Açık";
}
.onoffswitch-inner_tr:after {
content: "Kapalı";
font-stretch: unset;
}
/*------------ LANGUAGE BULGARIAN (BG) ----------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_bg:before {
content: "включен";
}
.onoffswitch-inner_bg:before{
content: "включен";
}
.onoffswitch-inner_bg:after {
content: "изключено";
font-stretch: unset;
}
/*------------ LANGUAGE DANISH (DA) -------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_da:before {
content: "Aktiveret";
}
.onoffswitch-inner_da:before{
content: "Aktiveret";
}
.onoffswitch-inner_da:after {
content: "Handicappet";
font-stretch: unset;
}
/*------------ LANGUAGE SLOVAK (SK) -------------*/
/* Switched on / off */
.onoffswitch-inner-disable_sk:before {
content: "Zapnuté";
}
.onoffswitch-inner_sk:before{
content: "Zapnuté";
}
.onoffswitch-inner_sk:after {
content: "Vypnuté";
font-stretch: unset;
}
/*------------ LANGUAGE SLOVENIAN (SL) ----------*/
/* Switched on / off */
.onoffswitch-inner-disable_sl:before {
content: "Prižgan";
}
.onoffswitch-inner_sl:before{
content: "Prižgan";
}
.onoffswitch-inner_sl:after {
content: "Izključeno";
font-stretch: condensed;
}
/*------------ LANGUAGE ESTONIAN (ET) -----------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_et:before {
content: "lubatud";
}
.onoffswitch-inner_et:before{
content: "lubatud";
}
.onoffswitch-inner_et:after {
content: "puudega";
font-stretch: unset;
}
/*------------ LANGUAGE FINNISH (FI) ------------*/
/* Switched on / off */
.onoffswitch-inner-disable_fi:before {
content: "Kytketty päälle";
font-stretch: condensed;
}
.onoffswitch-inner_fi:before{
content: "Kytketty päälle";
font-stretch: condensed;
}
.onoffswitch-inner_fi:after {
content: "Vinossa";
}
/*------------ LANGUAGE HUNGARIAN (HU) ----------*/
/* Switched on / off */
.onoffswitch-inner-disable_hu:before {
content: "Bekapcsolva";
font-stretch: condensed;
}
.onoffswitch-inner_hu:before{
content: "Bekapcsolva";
font-stretch: condensed;
}
.onoffswitch-inner_hu:after {
content: "Ki";
font-stretch: expanded;
}
/*------------ LANGUAGE LATVIAN (LV) ------------*/
/* Switched on / off */
.onoffswitch-inner-disable_lv:before {
content: "Ieslēgts";
}
.onoffswitch-inner_lv:before{
content: "Ieslēgts";
}
.onoffswitch-inner_lv:after {
content: "Izslēgts";
font-stretch: unset;
}
/*------------ LANGUAGE POLISH (PL) -------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_pl:before {
content: "Włączony";
}
.onoffswitch-inner_pl:before{
content: "Włączony";
}
.onoffswitch-inner_pl:after {
content: "Wyłączony";
font-stretch: unset;
}
/*------------ LANGUAGE CZECH (CS) --------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_cs:before {
content: "Povoleno";
}
.onoffswitch-inner_cs:before{
content: "Povoleno";
}
.onoffswitch-inner_cs:after {
content: "Zakázáno";
font-stretch: unset;
}
/*------------ LANGUAGE FRENCH (FR) -------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_fr:before {
content: "Activé";
}
.onoffswitch-inner_fr:before{
content: "Activé";
}
.onoffswitch-inner_fr:after {
content: "Désactivé";
font-stretch: unset;
}
/*------------ LANGUAGE ITALIAN (IT) ------------*/
/* Enabled / Disabled */
.onoffswitch-inner-disable_it:before {
content: "Abilitato";
}
.onoffswitch-inner_it:before{
content: "Abilitato";
}
.onoffswitch-inner_it:after {
content: "Disabilitato";
font-stretch: condensed;
}
/*-----------------------------------------------*/
/* ############################################# */