From 6ca33bccbeece5278243e18b6910504783f57866 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 31 Jul 2016 18:04:20 -0600 Subject: [PATCH] Add some translations for button-files. --- app/devices/app_languages.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index d8f78a5c54..3659d34b54 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -2481,17 +2481,17 @@ $text['button-profiles']['ar-eg'] = ""; $text['button-profiles']['he'] = "פרופילים"; $text['button-files']['en-us'] = "Files"; -$text['button-files']['es-cl'] = ""; -$text['button-files']['pt-pt'] = ""; -$text['button-files']['fr-fr'] = ""; -$text['button-files']['pt-br'] = ""; +$text['button-files']['es-cl'] = "archivos"; +$text['button-files']['pt-pt'] = "Arquivos"; +$text['button-files']['fr-fr'] = "Fichiers"; +$text['button-files']['pt-br'] = "Arquivos"; $text['button-files']['pl'] = ""; $text['button-files']['uk'] = ""; $text['button-files']['sv-se'] = ""; $text['button-files']['ro'] = ""; -$text['button-files']['de-at'] = ""; +$text['button-files']['de-at'] = "Dateien"; $text['button-files']['ar-eg'] = ""; -$text['button-files']['he'] = ""; +$text['button-files']['he'] = "קבצים"; //Device Vendors $text['title-device_vendors']['en-us'] = "Vendors";