Phrases: App Defaults now converts phrases between base64 compatible and back, enhanced interface with better js manipulation, easily add pauses to a phrase.

Note: Currently DTMF tones are not recognized during phrase playback in IVR (rrrrr!).
This commit is contained in:
Nate Jones
2015-04-28 09:54:02 +00:00
parent 915c2c8d94
commit ddee7be012
4 changed files with 243 additions and 96 deletions
+15
View File
@@ -70,6 +70,14 @@ $text['label-structure']['fr-fr'] = "Structure";
$text['label-structure']['pt-br'] = "Estrutura";
$text['label-structure']['pl'] = "Struktura";
$text['label-sounds']['en-us'] = "Sounds";
$text['label-sounds']['es-cl'] = "Sonidos";
$text['label-sounds']['pt-pt'] = "Sons";
$text['label-sounds']['fr-fr'] = "Sons";
$text['label-sounds']['pt-br'] = "Áudios";
$text['label-sounds']['pl'] = "Dzwięki";
$text['label-sounds']['sv-se'] = "Ljud";
$text['label-say']['en-us'] = "Say";
$text['label-say']['es-cl'] = "Decir";
$text['label-say']['pt-pt'] = "Dizer";
@@ -77,6 +85,13 @@ $text['label-say']['fr-fr'] = "Dire";
$text['label-say']['pt-br'] = "Dizer";
$text['label-say']['pl'] = "Powiedz";
$text['label-recordings']['en-us'] = "Recordings";
$text['label-recordings']['es-cl'] = "Grabaciones";
$text['label-recordings']['pt-pt'] = "Gravações";
$text['label-recordings']['fr-fr'] = "Guides Vocaux";
$text['label-recordings']['pt-br'] = "Configurações da Conta";
$text['label-recordings']['pl'] = "Ustawienia konta";
$text['label-play']['en-us'] = "Play";
$text['label-play']['es-cl'] = "Reproducir";
$text['label-play']['pt-pt'] = "Tocar";