Procházet zdrojové kódy

Theme: Side Menu - Setting to control submenu close behavior.

fusionate před 3 roky
rodič
revize
c935ae5f02
1 změnil soubory, kde provedl 47 přidání a 1 odebrání
  1. 47 1
      resources/app_languages.php

+ 47 - 1
resources/app_languages.php

@@ -3654,7 +3654,7 @@ $text['option-false']['de-de'] = "Aus";
 $text['option-false']['el-gr'] = "Μη Ενεργό";
 $text['option-false']['es-cl'] = "Falso";
 $text['option-false']['es-mx'] = "Falso"; //copied from es-cl
-$text['option-false']['fr-ca'] = "Faux"; 
+$text['option-false']['fr-ca'] = "Faux";
 $text['option-false']['fr-fr'] = "Non";
 $text['option-false']['he-il'] = "";
 $text['option-false']['it-it'] = "Falso";
@@ -4845,4 +4845,50 @@ $text['option-fixed']['sv-se'] = "Fixed";
 $text['option-fixed']['uk-ua'] = "Fixed";
 $text['option-fixed']['tr-tr'] = "Fixed";
 
+$text['option-automatic']['en-us'] = "Automatic";
+$text['option-automatic']['en-gb'] = "Automatic";
+$text['option-automatic']['ar-eg'] = "Automatic";
+$text['option-automatic']['de-at'] = "Automatic";
+$text['option-automatic']['de-ch'] = "Automatic";
+$text['option-automatic']['de-de'] = "Automatic";
+$text['option-automatic']['el-gr'] = "Automatic";
+$text['option-automatic']['es-cl'] = "Automatic";
+$text['option-automatic']['es-mx'] = "Automatic";
+$text['option-automatic']['fr-ca'] = "Automatic";
+$text['option-automatic']['fr-fr'] = "Automatic";
+$text['option-automatic']['he-il'] = "Automatic";
+$text['option-automatic']['it-it'] = "Automatic";
+$text['option-automatic']['nl-nl'] = "Automatic";
+$text['option-automatic']['pl-pl'] = "Automatic";
+$text['option-automatic']['pt-br'] = "Automatic";
+$text['option-automatic']['pt-pt'] = "Automatic";
+$text['option-automatic']['ro-ro'] = "Automatic";
+$text['option-automatic']['ru-ru'] = "Automatic";
+$text['option-automatic']['sv-se'] = "Automatic";
+$text['option-automatic']['uk-ua'] = "Automatic";
+$text['option-automatic']['tr-tr'] = "Automatic";
+
+$text['option-manual']['en-us'] = "Manual";
+$text['option-manual']['en-gb'] = "Manual";
+$text['option-manual']['ar-eg'] = "Manual";
+$text['option-manual']['de-at'] = "Manual";
+$text['option-manual']['de-ch'] = "Manual";
+$text['option-manual']['de-de'] = "Manual";
+$text['option-manual']['el-gr'] = "Manual";
+$text['option-manual']['es-cl'] = "Manual";
+$text['option-manual']['es-mx'] = "Manual";
+$text['option-manual']['fr-ca'] = "Manual";
+$text['option-manual']['fr-fr'] = "Manual";
+$text['option-manual']['he-il'] = "Manual";
+$text['option-manual']['it-it'] = "Manual";
+$text['option-manual']['nl-nl'] = "Manual";
+$text['option-manual']['pl-pl'] = "Manual";
+$text['option-manual']['pt-br'] = "Manual";
+$text['option-manual']['pt-pt'] = "Manual";
+$text['option-manual']['ro-ro'] = "Manual";
+$text['option-manual']['ru-ru'] = "Manual";
+$text['option-manual']['sv-se'] = "Manual";
+$text['option-manual']['uk-ua'] = "Manual";
+$text['option-manual']['tr-tr'] = "Manual";
+
 ?>