Theme: Side Menu default state controls.

This commit is contained in:
Nate
2020-05-20 21:24:19 -06:00
parent 113b9d15d1
commit f5bfc2199a
14 changed files with 498 additions and 82 deletions
+47 -1
View File
@@ -4403,4 +4403,50 @@ $text['title-login']['sv-se'] = "Logga In";
$text['title-login']['uk-ua'] = "Логін";
$text['title-login']['tr-tr'] = "Giriş Yap";
?>
$text['option-expanded']['en-us'] = "Expanded";
$text['option-expanded']['en-gb'] = "Expanded";
$text['option-expanded']['ar-eg'] = "Expanded";
$text['option-expanded']['de-at'] = "Expanded";
$text['option-expanded']['de-ch'] = "Expanded";
$text['option-expanded']['de-de'] = "Expanded";
$text['option-expanded']['el-gr'] = "Expanded";
$text['option-expanded']['es-cl'] = "Expanded";
$text['option-expanded']['es-mx'] = "Expanded";
$text['option-expanded']['fr-ca'] = "Expanded";
$text['option-expanded']['fr-fr'] = "Expanded";
$text['option-expanded']['he-il'] = "Expanded";
$text['option-expanded']['it-it'] = "Expanded";
$text['option-expanded']['nl-nl'] = "Expanded";
$text['option-expanded']['pl-pl'] = "Expanded";
$text['option-expanded']['pt-br'] = "Expanded";
$text['option-expanded']['pt-pt'] = "Expanded";
$text['option-expanded']['ro-ro'] = "Expanded";
$text['option-expanded']['ru-ru'] = "Expanded";
$text['option-expanded']['sv-se'] = "Expanded";
$text['option-expanded']['uk-ua'] = "Expanded";
$text['option-expanded']['tr-tr'] = "Expanded";
$text['option-contracted']['en-us'] = "Contracted";
$text['option-contracted']['en-gb'] = "Contracted";
$text['option-contracted']['ar-eg'] = "Contracted";
$text['option-contracted']['de-at'] = "Contracted";
$text['option-contracted']['de-ch'] = "Contracted";
$text['option-contracted']['de-de'] = "Contracted";
$text['option-contracted']['el-gr'] = "Contracted";
$text['option-contracted']['es-cl'] = "Contracted";
$text['option-contracted']['es-mx'] = "Contracted";
$text['option-contracted']['fr-ca'] = "Contracted";
$text['option-contracted']['fr-fr'] = "Contracted";
$text['option-contracted']['he-il'] = "Contracted";
$text['option-contracted']['it-it'] = "Contracted";
$text['option-contracted']['nl-nl'] = "Contracted";
$text['option-contracted']['pl-pl'] = "Contracted";
$text['option-contracted']['pt-br'] = "Contracted";
$text['option-contracted']['pt-pt'] = "Contracted";
$text['option-contracted']['ro-ro'] = "Contracted";
$text['option-contracted']['ru-ru'] = "Contracted";
$text['option-contracted']['sv-se'] = "Contracted";
$text['option-contracted']['uk-ua'] = "Contracted";
$text['option-contracted']['tr-tr'] = "Contracted";
?>