Bläddra i källkod

add option * and option # (#157)

* add option * and option #

* Update app_languages.php
chansizzle 4 år sedan
förälder
incheckning
ab52bf01cd
1 ändrade filer med 24 tillägg och 1 borttagningar
  1. 24 1
      bulk_account_settings/app_languages.php

+ 24 - 1
bulk_account_settings/app_languages.php

@@ -1158,6 +1158,30 @@ $text['label-voicemail_option_9']['de-at'] = "Option 9";
 $text['label-voicemail_option_9']['it-it'] = "Option 9";
 $text['label-voicemail_option_9']['ru-ru'] = "Option 9";
 
+$text['label-voicemail_option_star']['en-us'] = "Option *";
+$text['label-voicemail_option_star']['es-cl'] = "Option *";
+$text['label-voicemail_option_star']['pt-pt'] = "Option *";
+$text['label-voicemail_option_star']['fr-fr'] = "Option *";
+$text['label-voicemail_option_star']['pt-br'] = "Option *";
+$text['label-voicemail_option_star']['pl'] = "Option *";
+$text['label-voicemail_option_star']['sv-se'] = "Option *";
+$text['label-voicemail_option_star']['uk'] = "Option *";
+$text['label-voicemail_option_star']['de-at'] = "Option *";
+$text['label-voicemail_option_star']['it-it'] = "Option *";
+$text['label-voicemail_option_star']['ru-ru'] = "Option *";
+
+$text['label-voicemail_option_pound']['en-us'] = "Option #";
+$text['label-voicemail_option_pound']['es-cl'] = "Option #";
+$text['label-voicemail_option_pound']['pt-pt'] = "Option #";
+$text['label-voicemail_option_pound']['fr-fr'] = "Option #";
+$text['label-voicemail_option_pound']['pt-br'] = "Option #";
+$text['label-voicemail_option_pound']['pl'] = "Option #";
+$text['label-voicemail_option_pound']['sv-se'] = "Option #";
+$text['label-voicemail_option_pound']['uk'] = "Option #";
+$text['label-voicemail_option_pound']['de-at'] = "Option #";
+$text['label-voicemail_option_pound']['it-it'] = "Option #";
+$text['label-voicemail_option_pound']['ru-ru'] = "Option #";
+
 $text['label-voicemail_enabled']['en-us'] = "Enabled";
 $text['label-voicemail_enabled']['es-cl'] = "Enabled";
 $text['label-voicemail_enabled']['pt-pt'] = "Enabled";
@@ -1302,7 +1326,6 @@ $text['option-proxy_media']['ru-ru'] = "Proxy Media";
 $text['option-proxy_media']['sv-se'] = "Proxy Media";
 $text['option-proxy_media']['uk-ua'] = "";
 
-
 $text['option-logged_out']['en-us'] = "Logged Out";
 $text['option-logged_out']['es-cl'] = "Logged Out";
 $text['option-logged_out']['pt-pt'] = "Logged Out";