Move device vendor files into app/devices.

This commit is contained in:
markjcrane
2016-07-31 17:48:50 -06:00
parent eb2541d92b
commit fc99769629
15 changed files with 936 additions and 1247 deletions
+31 -2
View File
@@ -853,7 +853,18 @@ $text['option-false']['de-at'] = "Aus";
//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']['pt-pt'] = "Introduza o valor desta definição.";
$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']['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'] = '';
?>