From 82820c3d755099be23e8afb494c82655eb587522 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 24 Jun 2016 10:10:51 -0600 Subject: [PATCH] Update app_languages.php Add button-applied to app_languages.php. --- resources/app_languages.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/resources/app_languages.php b/resources/app_languages.php index cb0566eb84..bbd563dfae 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -175,6 +175,20 @@ $text['button-apply']['ro'] = ""; $text['button-apply']['fa'] = ""; $text['button-apply']['ar-eg'] = ""; +$text['button-applied']['en-us'] = "Applied"; +$text['button-applied']['es-cl'] = ""; +$text['button-applied']['pt-pt'] = ""; +$text['button-applied']['fr-fr'] = ""; +$text['button-applied']['pt-br'] = ""; +$text['button-applied']['pl'] = ""; +$text['button-applied']['he'] = ""; +$text['button-applied']['uk'] = ""; +$text['button-applied']['sv-se'] = ""; +$text['button-applied']['de-at'] = ""; +$text['button-applied']['ro'] = ""; +$text['button-applied']['fa'] = ""; +$text['button-applied']['ar-eg'] = ""; + $text['button-clear']['en-us'] = "Clear"; $text['button-clear']['es-cl'] = "Limpiar"; $text['button-clear']['pt-pt'] = "Apagar"; @@ -868,4 +882,4 @@ $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."; -?> \ No newline at end of file +?>