From 67e02704dcfc2d52fc6892e3464c94294b12b816 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 31 Jul 2016 18:14:24 -0600 Subject: [PATCH] Add button-vendors translation. --- app/devices/app_languages.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index 3659d34b54..6e7b7b3c31 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -2481,7 +2481,7 @@ $text['button-profiles']['ar-eg'] = ""; $text['button-profiles']['he'] = "פרופילים"; $text['button-files']['en-us'] = "Files"; -$text['button-files']['es-cl'] = "archivos"; +$text['button-files']['es-cl'] = "Archivos"; $text['button-files']['pt-pt'] = "Arquivos"; $text['button-files']['fr-fr'] = "Fichiers"; $text['button-files']['pt-br'] = "Arquivos"; @@ -2530,4 +2530,16 @@ $text['title_description-device_vendor']['de-at'] = ''; $text['title_description-device_vendor']['ar-eg'] = ''; $text['title_description-device_vendor']['he'] = ''; +$text['button-vendors']['en-us'] = "Vendors"; +$text['button-vendors']['es-cl'] = "Proveedor"; +$text['button-vendors']['pt-pt'] = "Fabricante"; +$text['button-vendors']['fr-fr'] = "Fabriquant"; +$text['button-vendors']['pt-br'] = "Fabricante"; +$text['button-vendors']['pl'] = "Producent"; +$text['button-vendors']['uk'] = ""; +$text['button-vendors']['sv-se'] = "Tillverkare"; +$text['button-vendors']['de-at'] = "Hersteller"; +$text['button-vendors']['ar-eg'] = ""; +$text['button-vendors']['he'] = ""; + ?> \ No newline at end of file