From 52411c858a7d9d7ce62c6f90c95fb31cfe679511 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 7 Feb 2024 13:17:18 -0700 Subject: [PATCH] Add el-gr language --- .../conf/languages/el/demo/demo-ivr.xml | 145 ++++++ .../resources/conf/languages/el/demo/demo.xml | 71 +++ .../conf/languages/el/dir/sounds.xml | 119 +++++ .../resources/conf/languages/el/dir/tts.xml | 95 ++++ app/switch/resources/conf/languages/el/el.xml | 14 + .../conf/languages/el/ivr/pin_number.xml | 16 + .../conf/languages/el/ivr/sounds.xml | 142 ++++++ .../conf/languages/el/ivr/wakeup.xml | 145 ++++++ .../resources/conf/languages/el/vm/sounds.xml | 430 ++++++++++++++++++ .../resources/conf/languages/el/vm/tts.xml | 238 ++++++++++ .../conf/languages/el/vm/voicemail.xml | 210 +++++++++ .../conf/languages/el/vm/voicemail_ivr.xml | 397 ++++++++++++++++ 12 files changed, 2022 insertions(+) create mode 100644 app/switch/resources/conf/languages/el/demo/demo-ivr.xml create mode 100644 app/switch/resources/conf/languages/el/demo/demo.xml create mode 100644 app/switch/resources/conf/languages/el/dir/sounds.xml create mode 100644 app/switch/resources/conf/languages/el/dir/tts.xml create mode 100644 app/switch/resources/conf/languages/el/el.xml create mode 100644 app/switch/resources/conf/languages/el/ivr/pin_number.xml create mode 100644 app/switch/resources/conf/languages/el/ivr/sounds.xml create mode 100644 app/switch/resources/conf/languages/el/ivr/wakeup.xml create mode 100644 app/switch/resources/conf/languages/el/vm/sounds.xml create mode 100644 app/switch/resources/conf/languages/el/vm/tts.xml create mode 100644 app/switch/resources/conf/languages/el/vm/voicemail.xml create mode 100644 app/switch/resources/conf/languages/el/vm/voicemail_ivr.xml diff --git a/app/switch/resources/conf/languages/el/demo/demo-ivr.xml b/app/switch/resources/conf/languages/el/demo/demo-ivr.xml new file mode 100644 index 0000000000..99f4932f21 --- /dev/null +++ b/app/switch/resources/conf/languages/el/demo/demo-ivr.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/demo/demo.xml b/app/switch/resources/conf/languages/el/demo/demo.xml new file mode 100644 index 0000000000..76139e5859 --- /dev/null +++ b/app/switch/resources/conf/languages/el/demo/demo.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/dir/sounds.xml b/app/switch/resources/conf/languages/el/dir/sounds.xml new file mode 100644 index 0000000000..fc288ff622 --- /dev/null +++ b/app/switch/resources/conf/languages/el/dir/sounds.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/dir/tts.xml b/app/switch/resources/conf/languages/el/dir/tts.xml new file mode 100644 index 0000000000..84007b7d52 --- /dev/null +++ b/app/switch/resources/conf/languages/el/dir/tts.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/el.xml b/app/switch/resources/conf/languages/el/el.xml new file mode 100644 index 0000000000..d599d06624 --- /dev/null +++ b/app/switch/resources/conf/languages/el/el.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/ivr/pin_number.xml b/app/switch/resources/conf/languages/el/ivr/pin_number.xml new file mode 100644 index 0000000000..c07a676ff3 --- /dev/null +++ b/app/switch/resources/conf/languages/el/ivr/pin_number.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/ivr/sounds.xml b/app/switch/resources/conf/languages/el/ivr/sounds.xml new file mode 100644 index 0000000000..a1c9a56b81 --- /dev/null +++ b/app/switch/resources/conf/languages/el/ivr/sounds.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/ivr/wakeup.xml b/app/switch/resources/conf/languages/el/ivr/wakeup.xml new file mode 100644 index 0000000000..83b0d23a03 --- /dev/null +++ b/app/switch/resources/conf/languages/el/ivr/wakeup.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/vm/sounds.xml b/app/switch/resources/conf/languages/el/vm/sounds.xml new file mode 100644 index 0000000000..dd1e0b97f4 --- /dev/null +++ b/app/switch/resources/conf/languages/el/vm/sounds.xml @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/vm/tts.xml b/app/switch/resources/conf/languages/el/vm/tts.xml new file mode 100644 index 0000000000..9a8b6a0e35 --- /dev/null +++ b/app/switch/resources/conf/languages/el/vm/tts.xml @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/vm/voicemail.xml b/app/switch/resources/conf/languages/el/vm/voicemail.xml new file mode 100644 index 0000000000..1483493e7a --- /dev/null +++ b/app/switch/resources/conf/languages/el/vm/voicemail.xml @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/switch/resources/conf/languages/el/vm/voicemail_ivr.xml b/app/switch/resources/conf/languages/el/vm/voicemail_ivr.xml new file mode 100644 index 0000000000..2ff2034164 --- /dev/null +++ b/app/switch/resources/conf/languages/el/vm/voicemail_ivr.xml @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +