From edc60c9cfe2d908b26daddb31ef4c6fbbae89343 Mon Sep 17 00:00:00 2001 From: konradSC Date: Sat, 18 Mar 2017 19:54:09 -0400 Subject: [PATCH] Update app_languages.php (#2437) Add Label for Yealink Paging List key function. --- app/devices/app_languages.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index f8f2d842b7..bacf46a1b3 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -2138,6 +2138,19 @@ $text['label-provison_now']['de-at'] = ""; $text['label-provison_now']['ar-eg'] = ""; $text['label-provison_now']['he'] = ""; +$text['label-paging_list']['en-us'] = "Paging List"; +$text['label-paging_list']['es-cl'] = ""; +$text['label-paging_list']['pt-pt'] = ""; +$text['label-paging_list']['fr-fr'] = ""; +$text['label-paging_list']['pt-br'] = ""; +$text['label-paging_list']['pl'] = ""; +$text['label-paging_list']['uk'] = ""; +$text['label-paging_list']['sv-se'] = ""; +$text['label-paging_list']['ro'] = ""; +$text['label-paging_list']['de-at'] = ""; +$text['label-paging_list']['ar-eg'] = ""; +$text['label-paging_list']['he'] = ""; + //Additional translations $text['header-profiles']['en-us'] = "Profiles"; $text['header-profiles']['es-cl'] = "Perfiles";