Pārlūkot izejas kodu

Move device vendor files into app/devices.

markjcrane 9 gadi atpakaļ
vecāks
revīzija
679aabc8ec
1 mainītis faili ar 31 papildinājumiem un 2 dzēšanām
  1. 31 2
      resources/app_languages.php

+ 31 - 2
resources/app_languages.php

@@ -853,7 +853,18 @@ $text['option-false']['de-at'] = "Aus";
 
 
 //description
 //description
 
 
-$text['description-value']['en-us'] = "Enter the value of this setting.";
+$text['description-name']['en-us'] = "Enter the name.";
+$text['description-name']['es-cl'] = "";
+$text['description-name']['pt-pt'] = "";
+$text['description-name']['fr-fr'] = "";
+$text['description-name']['nl-nl'] = "";
+$text['description-name']['pt-br'] = "";
+$text['description-name']['pl'] = "";
+$text['description-name']['sv-se'] = "";
+$text['description-name']['uk'] = "";
+$text['description-name']['de-at'] = "";
+
+$text['description-value']['en-us'] = "Enter the value.";
 $text['description-value']['es-cl'] = "Ingrese el valor de esta configuración";
 $text['description-value']['es-cl'] = "Ingrese el valor de esta configuración";
 $text['description-value']['pt-pt'] = "Introduza o valor desta definição.";
 $text['description-value']['pt-pt'] = "Introduza o valor desta definição.";
 $text['description-value']['fr-fr'] = "Entrer la valeur de ce paramètre.";
 $text['description-value']['fr-fr'] = "Entrer la valeur de ce paramètre.";
@@ -908,4 +919,22 @@ $text['description-description']['sv-se'] = "Fyll i en beskrivning, om nödvänd
 $text['description-description']['uk'] = "Введіть опис, якщо це необхідно.";
 $text['description-description']['uk'] = "Введіть опис, якщо це необхідно.";
 $text['description-description']['de-at'] = "Falls gewünscht, geben Sie eine Beschreibung an.";
 $text['description-description']['de-at'] = "Falls gewünscht, geben Sie eine Beschreibung an.";
 
 
-?>
+$text['description-enabled']['en-us'] = "";
+$text['description-enabled']['es-cl'] = "";
+$text['description-enabled']['pt-pt'] = "";
+$text['description-enabled']['fr-fr'] = "";
+$text['description-enabled']['pt-br'] = "";
+$text['description-enabled']['pl'] = "";
+$text['description-enabled']['uk'] = "";
+$text['description-enabled']['sv-se'] = "";
+$text['description-enabled']['ro'] = "";
+$text['description-enabled']['de-at'] = "";
+$text['description-enabled']['ar-eg'] = "";
+$text['description-enabled']['he'] = "";
+
+$text['description-description']['en-us'] = 'Enter the description.';
+$text['description-description']['es-cl'] = '';
+$text['description-description']['pt-pt'] = '';
+$text['description-description']['fr-fr'] = '';
+
+?>