app_languages.php 83 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369
  1. <?php
  2. $text['button-devices']['en-us'] = "Devices";
  3. $text['button-devices']['es-cl'] = "Devices";
  4. $text['button-devices']['pt-pt'] = "Devices";
  5. $text['button-devices']['fr-fr'] = "Devices";
  6. $text['button-devices']['pt-br'] = "Devices";
  7. $text['button-devices']['pl'] = "Devices";
  8. $text['button-devices']['sv-se'] = "Devices";
  9. $text['button-devices']['uk'] = "Devices";
  10. $text['button-devices']['de-at'] = "Devices";
  11. $text['button-devices']['it-it'] = "Devices";
  12. $text['button-devices']['ru-ru'] = "Устройства";
  13. $text['button-extensions']['en-us'] = "Extensions";
  14. $text['button-extensions']['es-cl'] = "Extensions";
  15. $text['button-extensions']['pt-pt'] = "Extensions";
  16. $text['button-extensions']['fr-fr'] = "Extensions";
  17. $text['button-extensions']['pt-br'] = "Extensions";
  18. $text['button-extensions']['pl'] = "Extensions";
  19. $text['button-extensions']['sv-se'] = "Extensions";
  20. $text['button-extensions']['uk'] = "Extensions";
  21. $text['button-extensions']['de-at'] = "Extensions";
  22. $text['button-extensions']['it-it'] = "Extensions";
  23. $text['button-extensions']['ru-ru'] = "Extensions";
  24. $text['button-users']['en-us'] = "Users";
  25. $text['button-users']['es-cl'] = "Users";
  26. $text['button-users']['pt-pt'] = "Users";
  27. $text['button-users']['fr-fr'] = "Users";
  28. $text['button-users']['pt-br'] = "Users";
  29. $text['button-users']['pl'] = "Users";
  30. $text['button-users']['sv-se'] = "Users";
  31. $text['button-users']['uk'] = "Users";
  32. $text['button-users']['de-at'] = "Users";
  33. $text['button-users']['it-it'] = "Users";
  34. $text['button-users']['ru-ru'] = "Пользователи";
  35. $text['button-voicemails']['en-us'] = "Voicemails";
  36. $text['button-voicemails']['es-cl'] = "Voicemails";
  37. $text['button-voicemails']['pt-pt'] = "Voicemails";
  38. $text['button-voicemails']['fr-fr'] = "Voicemails";
  39. $text['button-voicemails']['pt-br'] = "Voicemails";
  40. $text['button-voicemails']['pl'] = "Voicemails";
  41. $text['button-voicemails']['sv-se'] = "Voicemails";
  42. $text['button-voicemails']['uk'] = "Voicemails";
  43. $text['button-voicemails']['de-at'] = "Voicemails";
  44. $text['button-voicemails']['it-it'] = "Voicemails";
  45. $text['button-voicemails']['ru-ru'] = "Голосовые сообщения";
  46. $text['button-call_routing']['en-us'] = "Call Routing";
  47. $text['button-call_routing']['es-cl'] = "Call Routing";
  48. $text['button-call_routing']['pt-pt'] = "Call Routing";
  49. $text['button-call_routing']['fr-fr'] = "Call Routing";
  50. $text['button-call_routing']['pt-br'] = "Call Routing";
  51. $text['button-call_routing']['pl'] = "Call Routing";
  52. $text['button-call_routing']['sv-se'] = "Call Routing";
  53. $text['button-call_routing']['uk'] = "Call Routing";
  54. $text['button-call_routing']['de-at'] = "Call Routing";
  55. $text['button-call_routing']['it-it'] = "Call Routing";
  56. $text['button-call_routing']['ru-ru'] = "Маршрутизация звонков";
  57. $text['button-submit']['en-us'] = "Submit";
  58. $text['button-submit']['es-cl'] = "Submit";
  59. $text['button-submit']['pt-pt'] = "Submit";
  60. $text['button-submit']['fr-fr'] = "Submit";
  61. $text['button-submit']['pt-br'] = "Submit";
  62. $text['button-submit']['pl'] = "Submit";
  63. $text['button-submit']['sv-se'] = "Submit";
  64. $text['button-submit']['uk'] = "Submit";
  65. $text['button-submit']['de-at'] = "Submit";
  66. $text['button-submit']['it-it'] = "Submit";
  67. $text['button-submit']['ru-ru'] = "Отправить";
  68. $text['confirm-update']['en-us'] = "Please confirm the following updates";
  69. $text['confirm-update']['es-cl'] = "Please confirm the following updates";
  70. $text['confirm-update']['pt-pt'] = "Please confirm the following updates";
  71. $text['confirm-update']['fr-fr'] = "Please confirm the following updates";
  72. $text['confirm-update']['pt-br'] = "Please confirm the following updates";
  73. $text['confirm-update']['pl'] = "Please confirm the following updates";
  74. $text['confirm-update']['sv-se'] = "Please confirm the following updates";
  75. $text['confirm-update']['uk'] = "Please confirm the following updates";
  76. $text['confirm-update']['de-at'] = "Please confirm the following updates";
  77. $text['confirm-update']['it-it'] = "Please confirm the following updates";
  78. $text['confirm-update']['ru-ru'] = "Пожалуйста, подтвердите следующие обновления";
  79. $text['description-extension_settings_description']['en-us'] = "Choose the setting to modify.";
  80. $text['description-extension_settings_description']['es-cl'] = "Choose the setting to modify.";
  81. $text['description-extension_settings_description']['pt-pt'] = "Choose the setting to modify.";
  82. $text['description-extension_settings_description']['fr-fr'] = "Choose the setting to modify.";
  83. $text['description-extension_settings_description']['pt-br'] = "Choose the setting to modify.";
  84. $text['description-extension_settings_description']['pl'] = "Choose the setting to modify.";
  85. $text['description-extension_settings_description']['sv-se'] = "Choose the setting to modify.";
  86. $text['description-extension_settings_description']['uk'] = "Choose the setting to modify.";
  87. $text['description-extension_settings_description']['de-at'] = "Choose the setting to modify.";
  88. $text['description-extension_settings_description']['it-it'] = "Choose the setting to modify.";
  89. $text['description-extension_settings_description']['ru-ru'] = "Выберите настройку для изменения.";
  90. $text['description-accountcode']['en-us'] = "Enter the new accountcode for the selected extensions.";
  91. $text['description-accountcode']['es-cl'] = "Enter the new accountcode for the selected extensions.";
  92. $text['description-accountcode']['pt-pt'] = "Enter the new accountcode for the selected extensions.";
  93. $text['description-accountcode']['fr-fr'] = "Enter the new accountcode for the selected extensions.";
  94. $text['description-accountcode']['pt-br'] = "Enter the new accountcode for the selected extensions.";
  95. $text['description-accountcode']['pl'] = "Enter the new accountcode for the selected extensions.";
  96. $text['description-accountcode']['sv-se'] = "Enter the new accountcode for the selected extensions.";
  97. $text['description-accountcode']['uk'] = "Enter the new accountcode for the selected extensions.";
  98. $text['description-accountcode']['de-at'] = "Enter the new accountcode for the selected extensions.";
  99. $text['description-accountcode']['it-it'] = "Enter the new accountcode for the selected extensions.";
  100. $text['description-accountcode']['ru-ru'] = "Введите новый accountcode для выбранных extensions.";
  101. $text['description-call_group']['en-us'] = "Enter the new call group for the selected extensions.";
  102. $text['description-call_group']['es-cl'] = "Enter the new call group for the selected extensions.";
  103. $text['description-call_group']['pt-pt'] = "Enter the new call group for the selected extensions.";
  104. $text['description-call_group']['fr-fr'] = "Enter the new call group for the selected extensions.";
  105. $text['description-call_group']['pt-br'] = "Enter the new call group for the selected extensions.";
  106. $text['description-call_group']['pl'] = "Enter the new call group for the selected extensions.";
  107. $text['description-call_group']['sv-se'] = "Enter the new call group for the selected extensions.";
  108. $text['description-call_group']['uk'] = "Enter the new call group for the selected extensions.";
  109. $text['description-call_group']['de-at'] = "Enter the new call group for the selected extensions.";
  110. $text['description-call_group']['it-it'] = "Enter the new call group for the selected extensions.";
  111. $text['description-call_group']['ru-ru'] = "Введите новую группу вызова для выбранных extensions.";
  112. $text['description-call_timeout']['en-us'] = "Enter the new call timeout for the selected extensions.";
  113. $text['description-call_timeout']['es-cl'] = "Enter the new call timeout for the selected extensions.";
  114. $text['description-call_timeout']['pt-pt'] = "Enter the new call timeout for the selected extensions.";
  115. $text['description-call_timeout']['fr-fr'] = "Enter the new call timeout for the selected extensions.";
  116. $text['description-call_timeout']['pt-br'] = "Enter the new call timeout for the selected extensions.";
  117. $text['description-call_timeout']['pl'] = "Enter the new call timeout for the selected extensions.";
  118. $text['description-call_timeout']['sv-se'] = "Enter the new call timeout for the selected extensions.";
  119. $text['description-call_timeout']['uk'] = "Enter the new call timeout for the selected extensions.";
  120. $text['description-call_timeout']['de-at'] = "Enter the new call timeout for the selected extensions.";
  121. $text['description-call_timeout']['it-it'] = "Enter the new call timeout for the selected extensions.";
  122. $text['description-call_timeout']['ru-ru'] = "Задайте новый таймаут вызова для выбранных extensions.";
  123. $text['description-devices_settings']['en-us'] = "Choose the setting to modify.";
  124. $text['description-devices_settings']['es-cl'] = "Choose the setting to modify.";
  125. $text['description-devices_settings']['pt-pt'] = "Choose the setting to modify.";
  126. $text['description-devices_settings']['fr-fr'] = "Choose the setting to modify.";
  127. $text['description-devices_settings']['pt-br'] = "Choose the setting to modify.";
  128. $text['description-devices_settings']['pl'] = "Choose the setting to modify.";
  129. $text['description-devices_settings']['sv-se'] = "Choose the setting to modify.";
  130. $text['description-devices_settings']['uk'] = "Choose the setting to modify.";
  131. $text['description-devices_settings']['de-at'] = "Choose the setting to modify.";
  132. $text['description-devices_settings']['it-it'] = "Choose the setting to modify.";
  133. $text['description-devices_settings']['ru-ru'] = "Выберите настройку для изменения.";
  134. $text['description-device_profile']['en-us'] = "Select the new device profile for the selected devices.";
  135. $text['description-device_profile']['es-cl'] = "Select the new device profile for the selected devices.";
  136. $text['description-device_profile']['pt-pt'] = "Select the new device profile for the selected devices.";
  137. $text['description-device_profile']['fr-fr'] = "Select the new device profile for the selected devices.";
  138. $text['description-device_profile']['pt-br'] = "Select the new device profile for the selected devices.";
  139. $text['description-device_profile']['pl'] = "Select the new device profile for the selected devices.";
  140. $text['description-device_profile']['sv-se'] = "Select the new device profile for the selected devices.";
  141. $text['description-device_profile']['uk'] = "Select the new device profile for the selected devices.";
  142. $text['description-device_profile']['de-at'] = "Select the new device profile for the selected devices.";
  143. $text['description-device_profile']['it-it'] = "Select the new device profile for the selected devices.";
  144. $text['description-device_profile']['ru-ru'] = "Выберите новый профиль для выбранных устройств.";
  145. $text['description-device_template']['en-us'] = "Select the new device template for the selected devices.";
  146. $text['description-device_template']['es-cl'] = "Select the new device template for the selected devices.";
  147. $text['description-device_template']['pt-pt'] = "Select the new device template for the selected devices.";
  148. $text['description-device_template']['fr-fr'] = "Select the new device template for the selected devices.";
  149. $text['description-device_template']['pt-br'] = "Select the new device template for the selected devices.";
  150. $text['description-device_template']['pl'] = "Select the new device template for the selected devices.";
  151. $text['description-device_template']['sv-se'] = "Select the new device template for the selected devices.";
  152. $text['description-device_template']['uk'] = "Select the new device template for the selected devices.";
  153. $text['description-device_template']['de-at'] = "Select the new device template for the selected devices.";
  154. $text['description-device_template']['it-it'] = "Select the new device template for the selected devices.";
  155. $text['description-device_template']['ru-ru'] = "Выберите новый шаблон для выбрарнных устройств.";
  156. $text['description-password']['en-us'] = "Enter the new password for the selected users.";
  157. $text['description-password']['es-cl'] = "Enter the new password for the selected users.";
  158. $text['description-password']['pt-pt'] = "Enter the new password for the selected users.";
  159. $text['description-password']['fr-fr'] = "Enter the new password for the selected users.";
  160. $text['description-password']['pt-br'] = "Enter the new password for the selected users.";
  161. $text['description-password']['pl'] = "Enter the new password for the selected users.";
  162. $text['description-password']['sv-se'] = "Enter the new password for the selected users.";
  163. $text['description-password']['uk'] = "Enter the new password for the selected users.";
  164. $text['description-password']['de-at'] = "Enter the new password for the selected users.";
  165. $text['description-password']['it-it'] = "Enter the new password for the selected users.";
  166. $text['description-password']['ru-ru'] = "Введите новый пароль для выбранных пользователей.";
  167. $text['description-enabled']['en-us'] = "Select the new enabled status for the selected extensions.";
  168. $text['description-enabled']['es-cl'] = "Select the new enabled status for the selected extensions.";
  169. $text['description-enabled']['pt-pt'] = "Select the new enabled status for the selected extensions.";
  170. $text['description-enabled']['fr-fr'] = "Select the new enabled status for the selected extensions.";
  171. $text['description-enabled']['pt-br'] = "Select the new enabled status for the selected extensions.";
  172. $text['description-enabled']['pl'] = "Select the new enabled status for the selected extensions.";
  173. $text['description-enabled']['sv-se'] = "Select the new enabled status for the selected extensions.";
  174. $text['description-enabled']['uk'] = "Select the new enabled status for the selected extensions.";
  175. $text['description-enabled']['de-at'] = "Select the new enabled status for the selected extensions.";
  176. $text['description-enabled']['it-it'] = "Select the new enabled status for the selected extensions.";
  177. $text['description-enabled']['ru-ru'] = "Выберите новый статус для выбранных extensions.";
  178. $text['description-directory_visible']['en-us'] = "Select whether to hide the name from the directory.";
  179. $text['description-directory_visible']['es-cl'] = "";
  180. $text['description-directory_visible']['pt-pt'] = "";
  181. $text['description-directory_visible']['en-fr'] = "";
  182. $text['description-directory_visible']['en-br'] = "";
  183. $text['description-directory_visible']['pl'] = "";
  184. $text['description-directory_visible']['sv-se'] = "";
  185. $text['description-directory_visible']['uk'] = "Select whether to hide the name from the directory.";
  186. $text['description-directory_visible']['de-at'] = "";
  187. $text['description-directory_visible']['it-it'] = "";
  188. $text['description-directory_visible']['ru-ru'] = "";
  189. $text['description-user_record']['en-us'] = "Select whether to record the extension.";
  190. $text['description-user_record']['es-cl'] = "";
  191. $text['description-user_record']['pt-pt'] = "";
  192. $text['description-user_record']['en-fr'] = "";
  193. $text['description-user_record']['en-br'] = "";
  194. $text['description-user_record']['pl'] = "";
  195. $text['description-user_record']['sv-se'] = "";
  196. $text['description-user_record']['uk'] = "Select whether to record the extension.";
  197. $text['description-user_record']['de-at'] = "";
  198. $text['description-user_record']['it-it'] = "";
  199. $text['description-user_record']['ru-ru'] = "";
  200. $text['description-emergency_caller_id_name']['en-us'] = "Enter the new emergency caller id name for the selected extensions.";
  201. $text['description-emergency_caller_id_name']['es-cl'] = "Enter the new emergency caller id name for the selected extensions.";
  202. $text['description-emergency_caller_id_name']['pt-pt'] = "Enter the new emergency caller id name for the selected extensions.";
  203. $text['description-emergency_caller_id_name']['fr-fr'] = "Enter the new emergency caller id name for the selected extensions.";
  204. $text['description-emergency_caller_id_name']['pt-br'] = "Enter the new emergency caller id name for the selected extensions.";
  205. $text['description-emergency_caller_id_name']['pl'] = "Enter the new emergency caller id name for the selected extensions.";
  206. $text['description-emergency_caller_id_name']['sv-se'] = "Enter the new emergency caller id name for the selected extensions.";
  207. $text['description-emergency_caller_id_name']['uk'] = "Enter the new emergency caller id name for the selected extensions.";
  208. $text['description-emergency_caller_id_name']['de-at'] = "Enter the new emergency caller id name for the selected extensions.";
  209. $text['description-emergency_caller_id_name']['it-it'] = "Enter the new emergency caller id name for the selected extensions.";
  210. $text['description-emergency_caller_id_name']['ru-ru'] = "Enter the new emergency caller id name for the selected extensions.";
  211. $text['description-emergency_caller_id_number']['en-us'] = "Enter the new emergency caller id number for the selected extensions.";
  212. $text['description-emergency_caller_id_number']['es-cl'] = "Enter the new emergency caller id number for the selected extensions.";
  213. $text['description-emergency_caller_id_number']['pt-pt'] = "Enter the new emergency caller id number for the selected extensions.";
  214. $text['description-emergency_caller_id_number']['fr-fr'] = "Enter the new emergency caller id number for the selected extensions.";
  215. $text['description-emergency_caller_id_number']['pt-br'] = "Enter the new emergency caller id number for the selected extensions.";
  216. $text['description-emergency_caller_id_number']['pl'] = "Enter the new emergency caller id number for the selected extensions.";
  217. $text['description-emergency_caller_id_number']['sv-se'] = "Enter the new emergency caller id number for the selected extensions.";
  218. $text['description-emergency_caller_id_number']['uk'] = "Enter the new emergency caller id number for the selected extensions.";
  219. $text['description-emergency_caller_id_number']['de-at'] = "Enter the new emergency caller id number for the selected extensions.";
  220. $text['description-emergency_caller_id_number']['it-it'] = "Enter the new emergency caller id number for the selected extensions.";
  221. $text['description-emergency_caller_id_number']['ru-ru'] = "Enter the new emergency caller id number for the selected extensions.";
  222. $text['description-hold_music']['en-us'] = "Select the new hold music for the selected extensions.";
  223. $text['description-hold_music']['es-cl'] = "Select the new hold music for the selected extensions.";
  224. $text['description-hold_music']['pt-pt'] = "Select the new hold music for the selected extensions.";
  225. $text['description-hold_music']['fr-fr'] = "Select the new hold music for the selected extensions.";
  226. $text['description-hold_music']['pt-br'] = "Select the new hold music for the selected extensions.";
  227. $text['description-hold_music']['pl'] = "Select the new hold music for the selected extensions.";
  228. $text['description-hold_music']['sv-se'] = "Select the new hold music for the selected extensions.";
  229. $text['description-hold_music']['uk'] = "Select the new hold music for the selected extensions.";
  230. $text['description-hold_music']['de-at'] = "Select the new hold music for the selected extensions.";
  231. $text['description-hold_music']['it-it'] = "Select the new hold music for the selected extensions.";
  232. $text['description-hold_music']['ru-ru'] = "Выберите новую музыку при ожидании для выбраннных extensions.";
  233. $text['description-outbound_caller_id_name']['en-us'] = "Enter the new outbound caller id name for the selected extensions.";
  234. $text['description-outbound_caller_id_name']['es-cl'] = "Enter the new outbound caller id name for the selected extensions.";
  235. $text['description-outbound_caller_id_name']['pt-pt'] = "Enter the new outbound caller id name for the selected extensions.";
  236. $text['description-outbound_caller_id_name']['fr-fr'] = "Enter the new outbound caller id name for the selected extensions.";
  237. $text['description-outbound_caller_id_name']['pt-br'] = "Enter the new outbound caller id name for the selected extensions.";
  238. $text['description-outbound_caller_id_name']['pl'] = "Enter the new outbound caller id name for the selected extensions.";
  239. $text['description-outbound_caller_id_name']['sv-se'] = "Enter the new outbound caller id name for the selected extensions.";
  240. $text['description-outbound_caller_id_name']['uk'] = "Enter the new outbound caller id name for the selected extensions.";
  241. $text['description-outbound_caller_id_name']['de-at'] = "Enter the new outbound caller id name for the selected extensions.";
  242. $text['description-outbound_caller_id_name']['it-it'] = "Enter the new outbound caller id name for the selected extensions.";
  243. $text['description-outbound_caller_id_name']['ru-ru'] = "Enter the new outbound caller id name for the selected extensions.";
  244. $text['description-outbound_caller_id_number']['en-us'] = "Enter the new outbound caller id number for the selected extensions.";
  245. $text['description-outbound_caller_id_number']['es-cl'] = "Enter the new outbound caller id number for the selected extensions.";
  246. $text['description-outbound_caller_id_number']['pt-pt'] = "Enter the new outbound caller id number for the selected extensions.";
  247. $text['description-outbound_caller_id_number']['fr-fr'] = "Enter the new outbound caller id number for the selected extensions.";
  248. $text['description-outbound_caller_id_number']['pt-br'] = "Enter the new outbound caller id number for the selected extensions.";
  249. $text['description-outbound_caller_id_number']['pl'] = "Enter the new outbound caller id number for the selected extensions.";
  250. $text['description-outbound_caller_id_number']['sv-se'] = "Enter the new outbound caller id number for the selected extensions.";
  251. $text['description-outbound_caller_id_number']['uk'] = "Enter the new outbound caller id number for the selected extensions.";
  252. $text['description-outbound_caller_id_number']['de-at'] = "Enter the new outbound caller id number for the selected extensions.";
  253. $text['description-outbound_caller_id_number']['it-it'] = "Enter the new outbound caller id number for the selected extensions.";
  254. $text['description-outbound_caller_id_number']['ru-ru'] = "Enter the new outbound caller id number for the selected extensions.";
  255. $text['description-limit_max']['en-us'] = "Select the new limit max calls for the selected extensions.";
  256. $text['description-limit_max']['es-cl'] = "Select the new limit max calls for the selected extensions.";
  257. $text['description-limit_max']['pt-pt'] = "Select the new limit max calls for the selected extensions.";
  258. $text['description-limit_max']['fr-fr'] = "Select the new limit max calls for the selected extensions.";
  259. $text['description-limit_max']['pt-br'] = "Select the new limit max calls for the selected extensions.";
  260. $text['description-limit_max']['pl'] = "Select the new limit max calls for the selected extensions.";
  261. $text['description-limit_max']['sv-se'] = "Select the new limit max calls for the selected extensions.";
  262. $text['description-limit_max']['uk'] = "Select the new limit max calls for the selected extensions.";
  263. $text['description-limit_max']['de-at'] = "Select the new limit max calls for the selected extensions.";
  264. $text['description-limit_max']['it-it'] = "Select the new limit max calls for the selected extensions.";
  265. $text['description-limit_max']['ru-ru'] = "Задайте новое максимальное количество вызовов для выбранных extensions.";
  266. $text['description-toll_allow']['en-us'] = "Select the new toll allow for the selected extensions.";
  267. $text['description-toll_allow']['es-cl'] = "Select the new toll allow for the selected extensions.";
  268. $text['description-toll_allow']['pt-pt'] = "Select the new toll allow for the selected extensions.";
  269. $text['description-toll_allow']['fr-fr'] = "Select the new toll allow for the selected extensions.";
  270. $text['description-toll_allow']['pt-br'] = "Select the new toll allow for the selected extensions.";
  271. $text['description-toll_allow']['pl'] = "Select the new toll allow for the selected extensions.";
  272. $text['description-toll_allow']['sv-se'] = "Select the new toll allow for the selected extensions.";
  273. $text['description-toll_allow']['uk'] = "Select the new toll allow for the selected extensions.";
  274. $text['description-toll_allow']['de-at'] = "Select the new toll allow for the selected extensions.";
  275. $text['description-toll_allow']['it-it'] = "Select the new toll allow for the selected extensions.";
  276. $text['description-toll_allow']['ru-ru'] = "Select the new toll allow for the selected extensions.";
  277. $text['description-time_zone']['en-us'] = "Select the new timezone for the selected users.";
  278. $text['description-time_zone']['es-cl'] = "Select the new timezone for the selected users.";
  279. $text['description-time_zone']['pt-pt'] = "Select the new timezone for the selected users.";
  280. $text['description-time_zone']['fr-fr'] = "Select the new timezone for the selected users.";
  281. $text['description-time_zone']['pt-br'] = "Select the new timezone for the selected users.";
  282. $text['description-time_zone']['pl'] = "Select the new timezone for the selected users.";
  283. $text['description-time_zone']['sv-se'] = "Select the new timezone for the selected users.";
  284. $text['description-time_zone']['uk'] = "Select the new timezone for the selected users.";
  285. $text['description-time_zone']['de-at'] = "Select the new timezone for the selected users.";
  286. $text['description-time_zone']['it-it'] = "Select the new timezone for the selected users.";
  287. $text['description-time_zone']['ru-ru'] = "Выберите часовой пояс для выбранных пользователей.";
  288. $text['description-user_enabled']['en-us'] = "Select the new enabled status for the selected users.";
  289. $text['description-user_enabled']['es-cl'] = "Select the new enabled status for the selected users.";
  290. $text['description-user_enabled']['pt-pt'] = "Select the new enabled status for the selected users.";
  291. $text['description-user_enabled']['fr-fr'] = "Select the new enabled status for the selected users.";
  292. $text['description-user_enabled']['pt-br'] = "Select the new enabled status for the selected users.";
  293. $text['description-user_enabled']['pl'] = "Select the new enabled status for the selected users.";
  294. $text['description-user_enabled']['sv-se'] = "Select the new enabled status for the selected users.";
  295. $text['description-user_enabled']['uk'] = "Select the new enabled status for the selected users.";
  296. $text['description-user_enabled']['de-at'] = "Select the new enabled status for the selected users.";
  297. $text['description-user_enabled']['it-it'] = "Select the new enabled status for the selected users.";
  298. $text['description-user_enabled']['ru-ru'] = "Select the new enabled status for the selected users.";
  299. $text['description-user_status']['en-us'] = "Select the new status for the selected users.";
  300. $text['description-user_status']['es-cl'] = "Select the new status for the selected users.";
  301. $text['description-user_status']['pt-pt'] = "Select the new status for the selected users.";
  302. $text['description-user_status']['fr-fr'] = "Select the new status for the selected users.";
  303. $text['description-user_status']['pt-br'] = "Select the new status for the selected users.";
  304. $text['description-user_status']['pl'] = "Select the new status for the selected users.";
  305. $text['description-user_status']['sv-se'] = "Select the new status for the selected users.";
  306. $text['description-user_status']['uk'] = "Select the new status for the selected users.";
  307. $text['description-user_status']['de-at'] = "Select the new status for the selected users.";
  308. $text['description-user_status']['it-it'] = "Select the new status for the selected users.";
  309. $text['description-user_status']['ru-ru'] = "Выберите новый статус для выбранных пользователей.";
  310. $text['description-user_settings_description']['en-us'] = "Choose the setting to modify.";
  311. $text['description-user_settings_description']['es-cl'] = "Choose the setting to modify.";
  312. $text['description-user_settings_description']['pt-pt'] = "Choose the setting to modify.";
  313. $text['description-user_settings_description']['fr-fr'] = "Choose the setting to modify.";
  314. $text['description-user_settings_description']['pt-br'] = "Choose the setting to modify.";
  315. $text['description-user_settings_description']['pl'] = "Choose the setting to modify.";
  316. $text['description-user_settings_description']['sv-se'] = "Choose the setting to modify.";
  317. $text['description-user_settings_description']['uk'] = "Choose the setting to modify.";
  318. $text['description-user_settings_description']['de-at'] = "Choose the setting to modify.";
  319. $text['description-user_settings_description']['it-it'] = "Choose the setting to modify.";
  320. $text['description-user_settings_description']['ru-ru'] = "Выберите настройку для изменения.";
  321. $text['description-voicemail_settings_description']['en-us'] = "Choose the setting to modify.";
  322. $text['description-voicemail_settings_description']['es-cl'] = "Choose the setting to modify.";
  323. $text['description-voicemail_settings_description']['pt-pt'] = "Choose the setting to modify.";
  324. $text['description-voicemail_settings_description']['fr-fr'] = "Choose the setting to modify.";
  325. $text['description-voicemail_settings_description']['pt-br'] = "Choose the setting to modify.";
  326. $text['description-voicemail_settings_description']['pl'] = "Choose the setting to modify.";
  327. $text['description-voicemail_settings_description']['sv-se'] = "Choose the setting to modify.";
  328. $text['description-voicemail_settings_description']['uk'] = "Choose the setting to modify.";
  329. $text['description-voicemail_settings_description']['de-at'] = "Choose the setting to modify.";
  330. $text['description-voicemail_settings_description']['it-it'] = "Choose the setting to modify.";
  331. $text['description-voicemail_settings_description']['ru-ru'] = "Выберите настройку для изменения.";
  332. $text['header-bulk_account_settings']['en-us'] = "Bulk Account Settings";
  333. $text['header-bulk_account_settings']['es-cl'] = "Bulk Account Settings";
  334. $text['header-bulk_account_settings']['pt-pt'] = "Bulk Account Settings";
  335. $text['header-bulk_account_settings']['fr-fr'] = "Bulk Account Settings";
  336. $text['header-bulk_account_settings']['pt-br'] = "Bulk Account Settings";
  337. $text['header-bulk_account_settings']['pl'] = "Bulk Account Settings";
  338. $text['header-bulk_account_settings']['sv-se'] = "Bulk Account Settings";
  339. $text['header-bulk_account_settings']['uk'] = "Bulk Account Settings";
  340. $text['header-bulk_account_settings']['de-at'] = "Bulk Account Settings";
  341. $text['header-bulk_account_settings']['it-it'] = "Bulk Account Settings";
  342. $text['header-bulk_account_settings']['ru-ru'] = "Bulk Account Settings";
  343. $text['header-extensions']['en-us'] = "Extensions";
  344. $text['header-extensions']['es-cl'] = "Extensions";
  345. $text['header-extensions']['pt-pt'] = "Extensions";
  346. $text['header-extensions']['fr-fr'] = "Extensions";
  347. $text['header-extensions']['pt-br'] = "Extensions";
  348. $text['header-extensions']['pl'] = "Extensions";
  349. $text['header-extensions']['sv-se'] = "Extensions";
  350. $text['header-extensions']['uk'] = "Extensions";
  351. $text['header-extensions']['de-at'] = "Extensions";
  352. $text['header-extensions']['it-it'] = "Extensions";
  353. $text['header-extensions']['ru-ru'] = "Extensions";
  354. $text['header-users']['en-us'] = "Users";
  355. $text['header-users']['es-cl'] = "Users";
  356. $text['header-users']['pt-pt'] = "Users";
  357. $text['header-users']['fr-fr'] = "Users";
  358. $text['header-users']['pt-br'] = "Users";
  359. $text['header-users']['pl'] = "Users";
  360. $text['header-users']['sv-se'] = "Users";
  361. $text['header-users']['uk'] = "Users";
  362. $text['header-users']['de-at'] = "Users";
  363. $text['header-users']['it-it'] = "Users";
  364. $text['header-users']['ru-ru'] = "Пользователи";
  365. $text['header-devices']['en-us'] = "Devices";
  366. $text['header-devices']['es-cl'] = "Devices";
  367. $text['header-devices']['pt-pt'] = "Devices";
  368. $text['header-devices']['fr-fr'] = "Devices";
  369. $text['header-devices']['pt-br'] = "Devices";
  370. $text['header-devices']['pl'] = "Devices";
  371. $text['header-devices']['sv-se'] = "Devices";
  372. $text['header-devices']['uk'] = "Devices";
  373. $text['header-devices']['de-at'] = "Devices";
  374. $text['header-devices']['it-it'] = "Devices";
  375. $text['header-devices']['ru-ru'] = "Устройства";
  376. $text['header-voicemails']['en-us'] = "Voicemails";
  377. $text['header-voicemails']['es-cl'] = "Voicemails";
  378. $text['header-voicemails']['pt-pt'] = "Voicemails";
  379. $text['header-voicemails']['fr-fr'] = "Voicemails";
  380. $text['header-voicemails']['pt-br'] = "Voicemails";
  381. $text['header-voicemails']['pl'] = "Voicemails";
  382. $text['header-voicemails']['sv-se'] = "Voicemails";
  383. $text['header-voicemails']['uk'] = "Voicemails";
  384. $text['header-voicemails']['de-at'] = "Voicemails";
  385. $text['header-voicemails']['it-it'] = "Voicemails";
  386. $text['header-voicemails']['ru-ru'] = "Голосовые сообщения";
  387. $text['label-add']['en-us'] = "Add";
  388. $text['label-add']['es-cl'] = "Add";
  389. $text['label-add']['pt-pt'] = "Add";
  390. $text['label-add']['fr-fr'] = "Add";
  391. $text['label-add']['pt-br'] = "Add";
  392. $text['label-add']['pl'] = "Add";
  393. $text['label-add']['sv-se'] = "Add";
  394. $text['label-add']['uk'] = "Add";
  395. $text['label-add']['de-at'] = "Add";
  396. $text['label-add']['it-it'] = "Add";
  397. $text['label-add']['ru-ru'] = "Добавить";
  398. $text['label-inbound']['en-us'] = "Inbound";
  399. $text['label-inbound']['es-cl'] = "Inbound";
  400. $text['label-inbound']['pt-pt'] = "Inbound";
  401. $text['label-inbound']['fr-fr'] = "Inbound";
  402. $text['label-inbound']['pt-br'] = "Inbound";
  403. $text['label-inbound']['pl'] = "Inbound";
  404. $text['label-inbound']['sv-se'] = "Inbound";
  405. $text['label-inbound']['uk'] = "Inbound";
  406. $text['label-inbound']['de-at'] = "Inbound";
  407. $text['label-inbound']['it-it'] = "Inbound";
  408. $text['label-inbound']['ru-ru'] = "";
  409. $text['label-outbound']['en-us'] = "Outbound";
  410. $text['label-outbound']['es-cl'] = "Outbound";
  411. $text['label-outbound']['pt-pt'] = "Outbound";
  412. $text['label-outbound']['fr-fr'] = "utbound";
  413. $text['label-outbound']['pt-br'] = "Outbound";
  414. $text['label-outbound']['pl'] = "Outbound";
  415. $text['label-outbound']['sv-se'] = "Outbound";
  416. $text['label-outbound']['uk'] = "Outbound";
  417. $text['label-outbound']['de-at'] = "Outbound";
  418. $text['label-outbound']['it-it'] = "Outbound";
  419. $text['label-outbound']['ru-ru'] = "";
  420. $text['label-local']['en-us'] = "Local";
  421. $text['label-local']['es-cl'] = "Local";
  422. $text['label-local']['pt-pt'] = "Local";
  423. $text['label-local']['fr-fr'] = "Local";
  424. $text['label-local']['pt-br'] = "Local";
  425. $text['label-local']['pl'] = "Local";
  426. $text['label-local']['sv-se'] = "Local";
  427. $text['label-local']['uk'] = "Local";
  428. $text['label-local']['de-at'] = "Local";
  429. $text['label-local']['it-it'] = "Local";
  430. $text['label-local']['ru-ru'] = "";
  431. $text['label-directory_visible']['en-us'] = "Directory Visible";
  432. $text['label-directory_visible']['es-cl'] = "";
  433. $text['label-directory_visible']['pt-pt'] = "";
  434. $text['label-directory_visible']['fr-fr'] = "";
  435. $text['label-directory_visible']['pt-pt'] = "";
  436. $text['label-directory_visible']['pl'] = "";
  437. $text['label-directory_visible']['sv-se'] = "";
  438. $text['label-directory_visible']['uk'] = "Directory Visible";
  439. $text['label-directory_visible']['de-at'] = "";
  440. $text['label-directory_visible']['it-it'] = "";
  441. $text['label-directory_visible']['ru-ru'] = "";
  442. $text['label-user_record']['en-us'] = "User Record";
  443. $text['label-user_record']['es-cl'] = "";
  444. $text['label-user_record']['pt-pt'] = "";
  445. $text['label-user_record']['fr-fr'] = "";
  446. $text['label-user_record']['pt-pt'] = "";
  447. $text['label-user_record']['pl'] = "";
  448. $text['label-user_record']['sv-se'] = "";
  449. $text['label-user_record']['uk'] = "User Record";
  450. $text['label-user_record']['de-at'] = "";
  451. $text['label-user_record']['it-it'] = "";
  452. $text['label-user_record']['ru-ru'] = "";
  453. $text['label-remove']['en-us'] = "Remove";
  454. $text['label-remove']['es-cl'] = "Remove";
  455. $text['label-remove']['pt-pt'] = "Remove";
  456. $text['label-remove']['fr-fr'] = "Remove";
  457. $text['label-remove']['pt-br'] = "Remove";
  458. $text['label-remove']['pl'] = "Remove";
  459. $text['label-remove']['sv-se'] = "Remove";
  460. $text['label-remove']['uk'] = "Remove";
  461. $text['label-remove']['de-at'] = "Remove";
  462. $text['label-remove']['it-it'] = "Remove";
  463. $text['label-remove']['ru-ru'] = "Удалить";
  464. $text['label-accountcode']['en-us'] = "Accountcode";
  465. $text['label-accountcode']['es-cl'] = "Accountcode";
  466. $text['label-accountcode']['pt-pt'] = "Accountcode";
  467. $text['label-accountcode']['fr-fr'] = "Accountcode";
  468. $text['label-accountcode']['pt-br'] = "Accountcode";
  469. $text['label-accountcode']['pl'] = "Accountcode";
  470. $text['label-accountcode']['sv-se'] = "Accountcode";
  471. $text['label-accountcode']['uk'] = "Accountcode";
  472. $text['label-accountcode']['de-at'] = "Accountcode";
  473. $text['label-accountcode']['it-it'] = "Accountcode";
  474. $text['label-accountcode']['ru-ru'] = "Accountcode";
  475. $text['label-call_group']['en-us'] = "Call Group";
  476. $text['label-call_group']['es-cl'] = "Call Group";
  477. $text['label-call_group']['pt-pt'] = "Call Group";
  478. $text['label-call_group']['fr-fr'] = "Call Group";
  479. $text['label-call_group']['pt-br'] = "Call Group";
  480. $text['label-call_group']['pl'] = "Call Group";
  481. $text['label-call_group']['sv-se'] = "Call Group";
  482. $text['label-call_group']['uk'] = "Call Group";
  483. $text['label-call_group']['de-at'] = "Call Group";
  484. $text['label-call_group']['it-it'] = "Call Group";
  485. $text['label-call_group']['ru-ru'] = "Call Group";
  486. $text['label-confirm_password']['en-us'] = "Confirm Password";
  487. $text['label-confirm_password']['es-cl'] = "Confirm Password";
  488. $text['label-confirm_password']['pt-pt'] = "Confirm Password";
  489. $text['label-confirm_password']['fr-fr'] = "Confirm Password";
  490. $text['label-confirm_password']['pt-br'] = "Confirm Password";
  491. $text['label-confirm_password']['pl'] = "Confirm Password";
  492. $text['label-confirm_password']['sv-se'] = "Confirm Password";
  493. $text['label-confirm_password']['uk'] = "Confirm Password";
  494. $text['label-confirm_password']['de-at'] = "Confirm Password";
  495. $text['label-confirm_password']['it-it'] = "Confirm Password";
  496. $text['label-confirm_password']['ru-ru'] = "Подтвердить пароль";
  497. $text['label-destination']['en-us'] = "Destination";
  498. $text['label-destination']['es-cl'] = "Destination";
  499. $text['label-destination']['pt-pt'] = "Destination";
  500. $text['label-destination']['fr-fr'] = "Destination";
  501. $text['label-destination']['pt-br'] = "Destination";
  502. $text['label-destination']['pl'] = "Destination";
  503. $text['label-destination']['sv-se'] = "Destination";
  504. $text['label-destination']['uk'] = "Destination";
  505. $text['label-destination']['de-at'] = "Destination";
  506. $text['label-destination']['it-it'] = "Destination";
  507. $text['label-destination']['ru-ru'] = "Назначение";
  508. $text['label-order']['en-us'] = "Order";
  509. $text['label-order']['es-cl'] = "Order";
  510. $text['label-order']['pt-pt'] = "Order";
  511. $text['label-order']['fr-fr'] = "Order";
  512. $text['label-order']['pt-br'] = "Order";
  513. $text['label-order']['pl'] = "Order";
  514. $text['label-order']['sv-se'] = "Order";
  515. $text['label-order']['uk'] = "Order";
  516. $text['label-order']['de-at'] = "Order";
  517. $text['label-order']['it-it'] = "Order";
  518. $text['label-order']['ru-ru'] = "Порядок";
  519. $text['label-description']['en-us'] = "Description";
  520. $text['label-description']['es-cl'] = "Description";
  521. $text['label-description']['pt-pt'] = "Description";
  522. $text['label-description']['fr-fr'] = "Description";
  523. $text['label-description']['pt-br'] = "Description";
  524. $text['label-description']['pl'] = "Description";
  525. $text['label-description']['sv-se'] = "Description";
  526. $text['label-description']['uk'] = "Description";
  527. $text['label-description']['de-at'] = "Description";
  528. $text['label-description']['it-it'] = "Description";
  529. $text['label-description']['ru-ru'] = "Описание";
  530. $text['label-extension']['en-us'] = "Extension";
  531. $text['label-extension']['es-cl'] = "Extension";
  532. $text['label-extension']['pt-pt'] = "Extension";
  533. $text['label-extension']['fr-fr'] = "Extension";
  534. $text['label-extension']['pt-br'] = "Extension";
  535. $text['label-extension']['pl'] = "Extension";
  536. $text['label-extension']['sv-se'] = "Extension";
  537. $text['label-extension']['uk'] = "Extension";
  538. $text['label-extension']['de-at'] = "Extension";
  539. $text['label-extension']['it-it'] = "Extension";
  540. $text['label-extension']['ru-ru'] = "Extension";
  541. $text['label-call_timeout']['en-us'] = "Call Timeout";
  542. $text['label-call_timeout']['es-cl'] = "Call Timeout";
  543. $text['label-call_timeout']['pt-pt'] = "Call Timeout";
  544. $text['label-call_timeout']['fr-fr'] = "Call Timeout";
  545. $text['label-call_timeout']['pt-br'] = "Call Timeout";
  546. $text['label-call_timeout']['pl'] = "Call Timeout";
  547. $text['label-call_timeout']['sv-se'] = "Call Timeout";
  548. $text['label-call_timeout']['uk'] = "Call Timeout";
  549. $text['label-call_timeout']['de-at'] = "Call Timeout";
  550. $text['label-call_timeout']['it-it'] = "Call Timeout";
  551. $text['label-call_timeout']['ru-ru'] = "Call Timeout";
  552. $text['label-group']['en-us'] = "Group";
  553. $text['label-group']['es-cl'] = "Group";
  554. $text['label-group']['pt-pt'] = "Group";
  555. $text['label-group']['fr-fr'] = "Group";
  556. $text['label-group']['pt-br'] = "Group";
  557. $text['label-group']['pl'] = "Group";
  558. $text['label-group']['sv-se'] = "Group";
  559. $text['label-group']['uk'] = "Group";
  560. $text['label-group']['de-at'] = "Group";
  561. $text['label-group']['it-it'] = "Group";
  562. $text['label-group']['ru-ru'] = "Группа";
  563. $text['label-line_1_server_address']['en-us'] = "Line 1 - Server Address";
  564. $text['label-line_1_server_address']['es-cl'] = "Line 1 - Server Address";
  565. $text['label-line_1_server_address']['pt-pt'] = "Line 1 - Server Address";
  566. $text['label-line_1_server_address']['fr-fr'] = "Line 1 - Server Address";
  567. $text['label-line_1_server_address']['pt-br'] = "Line 1 - Server Address";
  568. $text['label-line_1_server_address']['pl'] = "Line 1 - Server Address";
  569. $text['label-line_1_server_address']['sv-se'] = "Line 1 - Server Address";
  570. $text['label-line_1_server_address']['uk'] = "Line 1 - Server Address";
  571. $text['label-line_1_server_address']['de-at'] = "Line 1 - Server Address";
  572. $text['label-line_1_server_address']['it-it'] = "Line 1 - Server Address";
  573. $text['label-line_1_server_address']['ru-ru'] = "Линия 1 - Адрес сервера";
  574. $text['label-line_1_server_address_primary']['en-us'] = "Line 1 - Server Address Primary";
  575. $text['label-line_1_server_address_primary']['es-cl'] = "Line 1 - Server Address Primary";
  576. $text['label-line_1_server_address_primary']['pt-pt'] = "Line 1 - Server Address Primary";
  577. $text['label-line_1_server_address_primary']['fr-fr'] = "Line 1 - Server Address Primary";
  578. $text['label-line_1_server_address_primary']['pt-br'] = "Line 1 - Server Address Primary";
  579. $text['label-line_1_server_address_primary']['pl'] = "Line 1 - Server Address Primary";
  580. $text['label-line_1_server_address_primary']['sv-se'] = "Line 1 - Server Address Primary";
  581. $text['label-line_1_server_address_primary']['uk'] = "Line 1 - Server Address Primary";
  582. $text['label-line_1_server_address_primary']['de-at'] = "Line 1 - Server Address Primary";
  583. $text['label-line_1_server_address_primary']['it-it'] = "Line 1 - Server Address Primary";
  584. $text['label-line_1_server_address_primary']['ru-ru'] = "Линия 1 - Server Address прокси основной";
  585. $text['label-line_1_server_address_secondary']['en-us'] = "Line 1 - Server Address Secondary";
  586. $text['label-line_1_server_address_secondary']['es-cl'] = "Line 1 - Server Address Secondary";
  587. $text['label-line_1_server_address_secondary']['pt-pt'] = "Line 1 - Server Address Secondary";
  588. $text['label-line_1_server_address_secondary']['fr-fr'] = "Line 1 - Server Address Secondary";
  589. $text['label-line_1_server_address_secondary']['pt-br'] = "Line 1 - Server Address Secondary";
  590. $text['label-line_1_server_address_secondary']['pl'] = "Line 1 - Server Address Secondary";
  591. $text['label-line_1_server_address_secondary']['sv-se'] = "Line 1 - Server Address Secondary";
  592. $text['label-line_1_server_address_secondary']['uk'] = "Line 1 - Server Address Secondary";
  593. $text['label-line_1_server_address_secondary']['de-at'] = "Line 1 - Server Address Secondary";
  594. $text['label-line_1_server_address_secondary']['it-it'] = "Line 1 - Server Address Secondary";
  595. $text['label-line_1_server_address_secondary']['ru-ru'] = "Линия 1 - Server Address резервный";
  596. $text['label-line_1_outbound_proxy_primary']['en-us'] = "Line 1 - Outbound Proxy Primary";
  597. $text['label-line_1_outbound_proxy_primary']['es-cl'] = "Line 1 - Outbound Proxy Primary";
  598. $text['label-line_1_outbound_proxy_primary']['pt-pt'] = "Line 1 - Outbound Proxy Primary";
  599. $text['label-line_1_outbound_proxy_primary']['fr-fr'] = "Line 1 - Outbound Proxy Primary";
  600. $text['label-line_1_outbound_proxy_primary']['pt-br'] = "Line 1 - Outbound Proxy Primary";
  601. $text['label-line_1_outbound_proxy_primary']['pl'] = "Line 1 - Outbound Proxy Primary";
  602. $text['label-line_1_outbound_proxy_primary']['sv-se'] = "Line 1 - Outbound Proxy Primary";
  603. $text['label-line_1_outbound_proxy_primary']['uk'] = "Line 1 - Outbound Proxy Primary";
  604. $text['label-line_1_outbound_proxy_primary']['de-at'] = "Line 1 - Outbound Proxy Primary";
  605. $text['label-line_1_outbound_proxy_primary']['it-it'] = "Line 1 - Outbound Proxy Primary";
  606. $text['label-line_1_outbound_proxy_primary']['ru-ru'] = "Линия 1 - Исходящий прокси основной";
  607. $text['label-line_1_outbound_proxy_secondary']['en-us'] = "Line 1 - Outbound Proxy Secondary";
  608. $text['label-line_1_outbound_proxy_secondary']['es-cl'] = "Line 1 - Outbound Proxy Secondary";
  609. $text['label-line_1_outbound_proxy_secondary']['pt-pt'] = "Line 1 - Outbound Proxy Secondary";
  610. $text['label-line_1_outbound_proxy_secondary']['fr-fr'] = "Line 1 - Outbound Proxy Secondary";
  611. $text['label-line_1_outbound_proxy_secondary']['pt-br'] = "Line 1 - Outbound Proxy Secondary";
  612. $text['label-line_1_outbound_proxy_secondary']['pl'] = "Line 1 - Outbound Proxy Secondary";
  613. $text['label-line_1_outbound_proxy_secondary']['sv-se'] = "Line 1 - Outbound Proxy Secondary";
  614. $text['label-line_1_outbound_proxy_secondary']['uk'] = "Line 1 - Outbound Proxy Secondary";
  615. $text['label-line_1_outbound_proxy_secondary']['de-at'] = "Line 1 - Outbound Proxy Secondary";
  616. $text['label-line_1_outbound_proxy_secondary']['it-it'] = "Line 1 - Outbound Proxy Secondary";
  617. $text['label-line_1_outbound_proxy_secondary']['ru-ru'] = "Линия 1 - Исходящий прокси резервный";
  618. $text['label-line_1_sip_port']['en-us'] = "Line 1 - SIP Port";
  619. $text['label-line_1_sip_port']['es-cl'] = "Line 1 - SIP Port";
  620. $text['label-line_1_sip_port']['pt-pt'] = "Line 1 - SIP Port";
  621. $text['label-line_1_sip_port']['fr-fr'] = "Line 1 - SIP Port";
  622. $text['label-line_1_sip_port']['pt-br'] = "Line 1 - SIP Port";
  623. $text['label-line_1_sip_port']['pl'] = "Line 1 - SIP Port";
  624. $text['label-line_1_sip_port']['sv-se'] = "Line 1 - SIP Port";
  625. $text['label-line_1_sip_port']['uk'] = "Line 1 - SIP Port";
  626. $text['label-line_1_sip_port']['de-at'] = "Line 1 - SIP Port";
  627. $text['label-line_1_sip_port']['it-it'] = "Line 1 - SIP Port";
  628. $text['label-line_1_sip_port']['ru-ru'] = "Линия 1 - SIP порт";
  629. $text['label-line_1_sip_transport']['en-us'] = "Line 1 - SIP Transport";
  630. $text['label-line_1_sip_transport']['es-cl'] = "Line 1 - SIP Transport";
  631. $text['label-line_1_sip_transport']['pt-pt'] = "Line 1 - SIP Transport";
  632. $text['label-line_1_sip_transport']['fr-fr'] = "Line 1 - SIP Transport";
  633. $text['label-line_1_sip_transport']['pt-br'] = "Line 1 - SIP Transport";
  634. $text['label-line_1_sip_transport']['pl'] = "Line 1 - SIP Transport";
  635. $text['label-line_1_sip_transport']['sv-se'] = "Line 1 - SIP Transport";
  636. $text['label-line_1_sip_transport']['uk'] = "Line 1 - SIP Transport";
  637. $text['label-line_1_sip_transport']['de-at'] = "Line 1 - SIP Transport";
  638. $text['label-line_1_sip_transport']['it-it'] = "Line 1 - SIP Transport";
  639. $text['label-line_1_sip_transport']['ru-ru'] = "Линия 1 - SIP транспорт";
  640. $text['label-line_1_register_expires']['en-us'] = "Line 1 - Register Expires";
  641. $text['label-line_1_register_expires']['es-cl'] = "Line 1 - Register Expires";
  642. $text['label-line_1_register_expires']['pt-pt'] = "Line 1 - Register Expires";
  643. $text['label-line_1_register_expires']['fr-fr'] = "Line 1 - Register Expires";
  644. $text['label-line_1_register_expires']['pt-br'] = "Line 1 - Register Expires";
  645. $text['label-line_1_register_expires']['pl'] = "Line 1 - Register Expires";
  646. $text['label-line_1_register_expires']['sv-se'] = "Line 1 - Register Expires";
  647. $text['label-line_1_register_expires']['uk'] = "Line 1 - Register Expires";
  648. $text['label-line_1_register_expires']['de-at'] = "Line 1 - Register Expires";
  649. $text['label-line_1_register_expires']['it-it'] = "Line 1 - Register Expires";
  650. $text['label-line_1_register_expires']['ru-ru'] = "Линия 1 - Регистрация истекает";
  651. $text['label-hold_music']['en-us'] = "Hold Music";
  652. $text['label-hold_music']['es-cl'] = "Hold Music";
  653. $text['label-hold_music']['pt-pt'] = "Hold Music";
  654. $text['label-hold_music']['fr-fr'] = "Hold Music";
  655. $text['label-hold_music']['pt-br'] = "Hold Music";
  656. $text['label-hold_music']['pl'] = "Hold Music";
  657. $text['label-hold_music']['sv-se'] = "Hold Music";
  658. $text['label-hold_music']['uk'] = "Hold Music";
  659. $text['label-hold_music']['de-at'] = "Hold Music";
  660. $text['label-hold_music']['it-it'] = "Hold Music";
  661. $text['label-hold_music']['ru-ru'] = "Музыка при ожидании";
  662. $text['label-outbound_caller_id_name']['en-us'] = "Outbound Caller ID Name";
  663. $text['label-outbound_caller_id_name']['es-cl'] = "Outbound Caller ID Name";
  664. $text['label-outbound_caller_id_name']['pt-pt'] = "Outbound Caller ID Name";
  665. $text['label-outbound_caller_id_name']['fr-fr'] = "Outbound Caller ID Name";
  666. $text['label-outbound_caller_id_name']['pt-br'] = "Outbound Caller ID Name";
  667. $text['label-outbound_caller_id_name']['pl'] = "Outbound Caller ID Name";
  668. $text['label-outbound_caller_id_name']['sv-se'] = "Outbound Caller ID Name";
  669. $text['label-outbound_caller_id_name']['uk'] = "Outbound Caller ID Name";
  670. $text['label-outbound_caller_id_name']['de-at'] = "Outbound Caller ID Name";
  671. $text['label-outbound_caller_id_name']['it-it'] = "Outbound Caller ID Name";
  672. $text['label-outbound_caller_id_name']['ru-ru'] = "Outbound Caller ID Name";
  673. $text['label-outbound_caller_id_number']['en-us'] = "Outbound Caller ID Number";
  674. $text['label-outbound_caller_id_number']['es-cl'] = "Outbound Caller ID Number";
  675. $text['label-outbound_caller_id_number']['pt-pt'] = "Outbound Caller ID Number";
  676. $text['label-outbound_caller_id_number']['fr-fr'] = "Outbound Caller ID Number";
  677. $text['label-outbound_caller_id_number']['pt-br'] = "Outbound Caller ID Number";
  678. $text['label-outbound_caller_id_number']['pl'] = "Outbound Caller ID Number";
  679. $text['label-outbound_caller_id_number']['sv-se'] = "Outbound Caller ID Number";
  680. $text['label-outbound_caller_id_number']['uk'] = "Outbound Caller ID Number";
  681. $text['label-outbound_caller_id_number']['de-at'] = "Outbound Caller ID Number";
  682. $text['label-outbound_caller_id_number']['it-it'] = "Outbound Caller ID Number";
  683. $text['label-outbound_caller_id_number']['ru-ru'] = "Outbound Caller ID Number";
  684. $text['label-password']['en-us'] = "Password";
  685. $text['label-password']['es-cl'] = "Password";
  686. $text['label-password']['pt-pt'] = "Password";
  687. $text['label-password']['fr-fr'] = "Password";
  688. $text['label-password']['pt-br'] = "Password";
  689. $text['label-password']['pl'] = "Password";
  690. $text['label-password']['sv-se'] = "Password";
  691. $text['label-password']['uk'] = "Password";
  692. $text['label-password']['de-at'] = "Password";
  693. $text['label-password']['it-it'] = "Password";
  694. $text['label-password']['ru-ru'] = "Пароль";
  695. $text['label-user_status']['en-us'] = "Status";
  696. $text['label-user_status']['es-cl'] = "Status";
  697. $text['label-user_status']['pt-pt'] = "Status";
  698. $text['label-user_status']['fr-fr'] = "Status";
  699. $text['label-user_status']['pt-br'] = "Status";
  700. $text['label-user_status']['pl'] = "Status";
  701. $text['label-user_status']['sv-se'] = "Status";
  702. $text['label-user_status']['uk'] = "Status";
  703. $text['label-user_status']['de-at'] = "Status";
  704. $text['label-user_status']['it-it'] = "Status";
  705. $text['label-user_status']['ru-ru'] = "Статус";
  706. $text['label-time_zone']['en-us'] = "Timezone";
  707. $text['label-time_zone']['es-cl'] = "Timezone";
  708. $text['label-time_zone']['pt-pt'] = "Timezone";
  709. $text['label-time_zone']['fr-fr'] = "Timezone";
  710. $text['label-time_zone']['pt-br'] = "Timezone";
  711. $text['label-time_zone']['pl'] = "Timezone";
  712. $text['label-time_zone']['sv-se'] = "Timezone";
  713. $text['label-time_zone']['uk'] = "Timezone";
  714. $text['label-time_zone']['de-at'] = "Timezone";
  715. $text['label-time_zone']['it-it'] = "Timezone";
  716. $text['label-time_zone']['ru-ru'] = "Часовой пояс";
  717. $text['label-emergency_caller_id_name']['en-us'] = "Emergency Caller ID Name";
  718. $text['label-emergency_caller_id_name']['es-cl'] = "Emergency Caller ID Name";
  719. $text['label-emergency_caller_id_name']['pt-pt'] = "Emergency Caller ID Name";
  720. $text['label-emergency_caller_id_name']['fr-fr'] = "Emergency Caller ID Name";
  721. $text['label-emergency_caller_id_name']['pt-br'] = "Emergency Caller ID Name";
  722. $text['label-emergency_caller_id_name']['pl'] = "Emergency Caller ID Name";
  723. $text['label-emergency_caller_id_name']['sv-se'] = "Emergency Caller ID Name";
  724. $text['label-emergency_caller_id_name']['uk'] = "Emergency Caller ID Name";
  725. $text['label-emergency_caller_id_name']['de-at'] = "Emergency Caller ID Name";
  726. $text['label-emergency_caller_id_name']['it-it'] = "Emergency Caller ID Name";
  727. $text['label-emergency_caller_id_name']['ru-ru'] = "Emergency Caller ID Name";
  728. $text['label-emergency_caller_id_number']['en-us'] = "Emergency Caller ID Number";
  729. $text['label-emergency_caller_id_number']['es-cl'] = "Emergency Caller ID Number";
  730. $text['label-emergency_caller_id_number']['pt-pt'] = "Emergency Caller ID Number";
  731. $text['label-emergency_caller_id_number']['fr-fr'] = "Emergency Caller ID Number";
  732. $text['label-emergency_caller_id_number']['pt-br'] = "Emergency Caller ID Number";
  733. $text['label-emergency_caller_id_number']['pl'] = "Emergency Caller ID Number";
  734. $text['label-emergency_caller_id_number']['sv-se'] = "Emergency Caller ID Number";
  735. $text['label-emergency_caller_id_number']['uk'] = "Emergency Caller ID Number";
  736. $text['label-emergency_caller_id_number']['de-at'] = "Emergency Caller ID Number";
  737. $text['label-emergency_caller_id_number']['it-it'] = "Emergency Caller ID Number";
  738. $text['label-emergency_caller_id_number']['ru-ru'] = "Emergency Caller ID Number";
  739. $text['label-limit_max']['en-us'] = "Limit Max";
  740. $text['label-limit_max']['es-cl'] = "Limit Max";
  741. $text['label-limit_max']['pt-pt'] = "Limit Max";
  742. $text['label-limit_max']['fr-fr'] = "Limit Max";
  743. $text['label-limit_max']['pt-br'] = "Limit Max";
  744. $text['label-limit_max']['pl'] = "Limit Max";
  745. $text['label-limit_max']['sv-se'] = "Limit Max";
  746. $text['label-limit_max']['uk'] = "Limit Max";
  747. $text['label-limit_max']['de-at'] = "Limit Max";
  748. $text['label-limit_max']['it-it'] = "Limit Max";
  749. $text['label-limit_max']['ru-ru'] = "Limit Max";
  750. $text['label-toll_allow']['en-us'] = "Toll Allow";
  751. $text['label-toll_allow']['es-cl'] = "Toll Allow";
  752. $text['label-toll_allow']['pt-pt'] = "Toll Allow";
  753. $text['label-toll_allow']['fr-fr'] = "Toll Allow";
  754. $text['label-toll_allow']['pt-br'] = "Toll Allow";
  755. $text['label-toll_allow']['pl'] = "Toll Allow";
  756. $text['label-toll_allow']['sv-se'] = "Toll Allow";
  757. $text['label-toll_allow']['uk'] = "Toll Allow";
  758. $text['label-toll_allow']['de-at'] = "Toll Allow";
  759. $text['label-toll_allow']['it-it'] = "Toll Allow";
  760. $text['label-toll_allow']['ru-ru'] = "Toll Allow";
  761. $text['label-sip_bypass_media']['en-us'] = "SIP Bypass Media";
  762. $text['label-sip_bypass_media']['ar-eg'] = "";
  763. $text['label-sip_bypass_media']['de-at'] = "SIP Bypass Media"; //copied from de-de
  764. $text['label-sip_bypass_media']['de-ch'] = "SIP Bypass Media"; //copied from de-de
  765. $text['label-sip_bypass_media']['de-de'] = "SIP Bypass Media";
  766. $text['label-sip_bypass_media']['es-cl'] = "Bypass de Medios SIP";
  767. $text['label-sip_bypass_media']['es-mx'] = "Bypass de Medios SIP"; //copied from es-cl
  768. $text['label-sip_bypass_media']['fr-ca'] = "SIP Bypass Media"; //copied from fr-fr
  769. $text['label-sip_bypass_media']['fr-fr'] = "SIP Bypass Media";
  770. $text['label-sip_bypass_media']['he-il'] = "";
  771. $text['label-sip_bypass_media']['it-it'] = "SIP Bypass Media";
  772. $text['label-sip_bypass_media']['nl-nl'] = "SIP Bypass media";
  773. $text['label-sip_bypass_media']['pl-pl'] = "Nagłówek SIP 'Bypass Media'";
  774. $text['label-sip_bypass_media']['pt-br'] = "Ignorar mídia SIP (bypass)";
  775. $text['label-sip_bypass_media']['pt-pt'] = "Fazer Bypass à media SIP";
  776. $text['label-sip_bypass_media']['ro-ro'] = "";
  777. $text['label-sip_bypass_media']['ru-ru'] = "SIP Bypass Media";
  778. $text['label-sip_bypass_media']['sv-se'] = "SIP Bypass Media";
  779. $text['label-sip_bypass_media']['uk-ua'] = "";
  780. $text['label-sip_force_expires']['en-us'] = "SIP Force Expires";
  781. $text['label-sip_force_expires']['es-cl'] = "SIP Force Expires";
  782. $text['label-sip_force_expires']['pt-pt'] = "SIP Force Expires";
  783. $text['label-sip_force_expires']['fr-fr'] = "SIP Force Expires";
  784. $text['label-sip_force_expires']['pt-br'] = "SIP Force Expires";
  785. $text['label-sip_force_expires']['pl'] = "SIP Force Expires";
  786. $text['label-sip_force_expires']['sv-se'] = "SIP Force Expires";
  787. $text['label-sip_force_expires']['uk'] = "SIP Force Expires";
  788. $text['label-sip_force_expires']['de-at'] = "SIP Force Expires";
  789. $text['label-sip_force_expires']['it-it'] = "SIP Force Expires";
  790. $text['label-sip_force_expires']['ru-ru'] = "SIP Force Expires";
  791. $text['label-username']['en-us'] = "Username";
  792. $text['label-username']['es-cl'] = "Username";
  793. $text['label-username']['pt-pt'] = "Username";
  794. $text['label-username']['fr-fr'] = "Username";
  795. $text['label-username']['pt-br'] = "Username";
  796. $text['label-username']['pl'] = "Username";
  797. $text['label-username']['sv-se'] = "Username";
  798. $text['label-username']['uk'] = "Username";
  799. $text['label-username']['de-at'] = "Username";
  800. $text['label-username']['it-it'] = "Username";
  801. $text['label-username']['ru-ru'] = "Пользователь";
  802. $text['label-user_enabled']['en-us'] = "Enabled";
  803. $text['label-user_enabled']['es-cl'] = "Enabled";
  804. $text['label-user_enabled']['pt-pt'] = "Enabled";
  805. $text['label-user_enabled']['fr-fr'] = "Enabled";
  806. $text['label-user_enabled']['pt-br'] = "Enabled";
  807. $text['label-user_enabled']['pl'] = "Enabled";
  808. $text['label-user_enabled']['sv-se'] = "Enabled";
  809. $text['label-user_enabled']['uk'] = "Enabled";
  810. $text['label-user_enabled']['de-at'] = "Enabled";
  811. $text['label-user_enabled']['it-it'] = "Enabled";
  812. $text['label-user_enabled']['ru-ru'] = "Включено";
  813. $text['label-device_label']['en-us'] = "Label";
  814. $text['label-device_label']['es-cl'] = "Label";
  815. $text['label-device_label']['pt-pt'] = "Label";
  816. $text['label-device_label']['fr-fr'] = "Label";
  817. $text['label-device_label']['pt-br'] = "Label";
  818. $text['label-device_label']['pl'] = "Label";
  819. $text['label-device_label']['sv-se'] = "Label";
  820. $text['label-device_label']['uk'] = "Label";
  821. $text['label-device_label']['de-at'] = "Label";
  822. $text['label-device_label']['it-it'] = "Label";
  823. $text['label-device_label']['ru-ru'] = "Метка";
  824. $text['label-device_vendor']['en-us'] = "Vendor";
  825. $text['label-device_vendor']['es-cl'] = "Vendor";
  826. $text['label-device_vendor']['pt-pt'] = "Vendor";
  827. $text['label-device_vendor']['fr-fr'] = "Vendor";
  828. $text['label-device_vendor']['pt-br'] = "Vendor";
  829. $text['label-device_vendor']['pl'] = "Vendor";
  830. $text['label-device_vendor']['sv-se'] = "Vendor";
  831. $text['label-device_vendor']['uk'] = "Vendor";
  832. $text['label-device_vendor']['de-at'] = "Vendor";
  833. $text['label-device_vendor']['it-it'] = "Vendor";
  834. $text['label-device_vendor']['ru-ru'] = "Vendor";
  835. $text['label-device_template']['en-us'] = "Template";
  836. $text['label-device_template']['es-cl'] = "Template";
  837. $text['label-device_template']['pt-pt'] = "Template";
  838. $text['label-device_template']['fr-fr'] = "Template";
  839. $text['label-device_template']['pt-br'] = "Template";
  840. $text['label-device_template']['pl'] = "Template";
  841. $text['label-device_template']['sv-se'] = "Template";
  842. $text['label-device_template']['uk'] = "Template";
  843. $text['label-device_template']['de-at'] = "Template";
  844. $text['label-device_template']['it-it'] = "Template";
  845. $text['label-device_template']['ru-ru'] = "Шаблон";
  846. $text['label-device_profile']['en-us'] = "Profile";
  847. $text['label-device_profile']['es-cl'] = "Profile";
  848. $text['label-device_profile']['pt-pt'] = "Profile";
  849. $text['label-device_profile']['fr-fr'] = "Profile";
  850. $text['label-device_profile']['pt-br'] = "Profile";
  851. $text['label-device_profile']['pl'] = "Profile";
  852. $text['label-device_profile']['sv-se'] = "Profile";
  853. $text['label-device_profile']['uk'] = "Profile";
  854. $text['label-device_profile']['de-at'] = "Profile";
  855. $text['label-device_profile']['it-it'] = "Profile";
  856. $text['label-device_profile']['ru-ru'] = "Профиль";
  857. $text['label-device_enabled']['en-us'] = "Enabled";
  858. $text['label-device_enabled']['es-cl'] = "Enabled";
  859. $text['label-device_enabled']['pt-pt'] = "Enabled";
  860. $text['label-device_enabled']['fr-fr'] = "Enabled";
  861. $text['label-device_enabled']['pt-br'] = "Enabled";
  862. $text['label-device_enabled']['pl'] = "Enabled";
  863. $text['label-device_enabled']['sv-se'] = "Enabled";
  864. $text['label-device_enabled']['uk'] = "Enabled";
  865. $text['label-device_enabled']['de-at'] = "Enabled";
  866. $text['label-device_enabled']['it-it'] = "Enabled";
  867. $text['label-device_enabled']['ru-ru'] = "Включено";
  868. $text['label-device_description']['en-us'] = "Description";
  869. $text['label-device_description']['es-cl'] = "Description";
  870. $text['label-device_description']['pt-pt'] = "Description";
  871. $text['label-device_description']['fr-fr'] = "Description";
  872. $text['label-device_description']['pt-br'] = "Description";
  873. $text['label-device_description']['pl'] = "Description";
  874. $text['label-device_description']['sv-se'] = "Description";
  875. $text['label-device_description']['uk'] = "Description";
  876. $text['label-device_description']['de-at'] = "Description";
  877. $text['label-device_description']['it-it'] = "Description";
  878. $text['label-device_description']['ru-ru'] = "Описание";
  879. $text['label-device_mac_address']['en-us'] = "MAC Address";
  880. $text['label-device_mac_address']['es-cl'] = "MAC Address";
  881. $text['label-device_mac_address']['pt-pt'] = "MAC Address";
  882. $text['label-device_mac_address']['fr-fr'] = "MAC Address";
  883. $text['label-device_mac_address']['pt-br'] = "MAC Address";
  884. $text['label-device_mac_address']['pl'] = "MAC Address";
  885. $text['label-device_mac_address']['sv-se'] = "MAC Address";
  886. $text['label-device_mac_address']['uk'] = "MAC Address";
  887. $text['label-device_mac_address']['de-at'] = "MAC Address";
  888. $text['label-device_mac_address']['it-it'] = "MAC Address";
  889. $text['label-device_mac_address']['ru-ru'] = "MAC адрес";
  890. $text['label-voicemail_file']['en-us'] = "Voicemail File";
  891. $text['label-voicemail_file']['es-cl'] = "Voicemail File";
  892. $text['label-voicemail_file']['pt-pt'] = "Voicemail File";
  893. $text['label-voicemail_file']['fr-fr'] = "Voicemail File";
  894. $text['label-voicemail_file']['pt-br'] = "Voicemail File";
  895. $text['label-voicemail_file']['pl'] = "Voicemail File";
  896. $text['label-voicemail_file']['sv-se'] = "Voicemail File";
  897. $text['label-voicemail_file']['uk'] = "Voicemail File";
  898. $text['label-voicemail_file']['de-at'] = "Voicemail File";
  899. $text['label-voicemail_file']['it-it'] = "Voicemail File";
  900. $text['label-voicemail_file']['ru-ru'] = "Файл голосовой почты";
  901. $text['label-voicemail_description']['en-us'] = "Description";
  902. $text['label-voicemail_description']['es-cl'] = "Description";
  903. $text['label-voicemail_description']['pt-pt'] = "Description";
  904. $text['label-voicemail_description']['fr-fr'] = "Description";
  905. $text['label-voicemail_description']['pt-br'] = "Description";
  906. $text['label-voicemail_description']['pl'] = "Description";
  907. $text['label-voicemail_description']['sv-se'] = "Description";
  908. $text['label-voicemail_description']['uk'] = "Description";
  909. $text['label-voicemail_description']['de-at'] = "Description";
  910. $text['label-voicemail_description']['it-it'] = "Description";
  911. $text['label-voicemail_description']['ru-ru'] = "Описание";
  912. $text['label-voicemail_null']['en-us'] = " ";
  913. $text['label-voicemail_null']['es-cl'] = " ";
  914. $text['label-voicemail_null']['pt-pt'] = " ";
  915. $text['label-voicemail_null']['fr-fr'] = " ";
  916. $text['label-voicemail_null']['pt-br'] = " ";
  917. $text['label-voicemail_null']['pl'] = " ";
  918. $text['label-voicemail_null']['sv-se'] = " ";
  919. $text['label-voicemail_null']['uk'] = " ";
  920. $text['label-voicemail_null']['de-at'] = " ";
  921. $text['label-voicemail_null']['it-it'] = " ";
  922. $text['label-voicemail_null']['ru-ru'] = " ";
  923. $text['label-voicemail_option_0']['en-us'] = "Option 0";
  924. $text['label-voicemail_option_0']['es-cl'] = "Option 0";
  925. $text['label-voicemail_option_0']['pt-pt'] = "Option 0";
  926. $text['label-voicemail_option_0']['fr-fr'] = "Option 0";
  927. $text['label-voicemail_option_0']['pt-br'] = "Option 0";
  928. $text['label-voicemail_option_0']['pl'] = "Option 0";
  929. $text['label-voicemail_option_0']['sv-se'] = "Option 0";
  930. $text['label-voicemail_option_0']['uk'] = "Option 0";
  931. $text['label-voicemail_option_0']['de-at'] = "Option 0";
  932. $text['label-voicemail_option_0']['it-it'] = "Option 0";
  933. $text['label-voicemail_option_0']['ru-ru'] = "Option 0";
  934. $text['label-voicemail_option_1']['en-us'] = "Option 1";
  935. $text['label-voicemail_option_1']['es-cl'] = "Option 1";
  936. $text['label-voicemail_option_1']['pt-pt'] = "Option 1";
  937. $text['label-voicemail_option_1']['fr-fr'] = "Option 1";
  938. $text['label-voicemail_option_1']['pt-br'] = "Option 1";
  939. $text['label-voicemail_option_1']['pl'] = "Option 1";
  940. $text['label-voicemail_option_1']['sv-se'] = "Option 1";
  941. $text['label-voicemail_option_1']['uk'] = "Option 1";
  942. $text['label-voicemail_option_1']['de-at'] = "Option 1";
  943. $text['label-voicemail_option_1']['it-it'] = "Option 1";
  944. $text['label-voicemail_option_1']['ru-ru'] = "Option 1";
  945. $text['label-voicemail_option_2']['en-us'] = "Option 2";
  946. $text['label-voicemail_option_2']['es-cl'] = "Option 2";
  947. $text['label-voicemail_option_2']['pt-pt'] = "Option 2";
  948. $text['label-voicemail_option_2']['fr-fr'] = "Option 2";
  949. $text['label-voicemail_option_2']['pt-br'] = "Option 2";
  950. $text['label-voicemail_option_2']['pl'] = "Option 2";
  951. $text['label-voicemail_option_2']['sv-se'] = "Option 2";
  952. $text['label-voicemail_option_2']['uk'] = "Option 2";
  953. $text['label-voicemail_option_2']['de-at'] = "Option 2";
  954. $text['label-voicemail_option_2']['it-it'] = "Option 2";
  955. $text['label-voicemail_option_2']['ru-ru'] = "Option 2";
  956. $text['label-voicemail_option_3']['en-us'] = "Option 3";
  957. $text['label-voicemail_option_3']['es-cl'] = "Option 3";
  958. $text['label-voicemail_option_3']['pt-pt'] = "Option 3";
  959. $text['label-voicemail_option_3']['fr-fr'] = "Option 3";
  960. $text['label-voicemail_option_3']['pt-br'] = "Option 3";
  961. $text['label-voicemail_option_3']['pl'] = "Option 3";
  962. $text['label-voicemail_option_3']['sv-se'] = "Option 3";
  963. $text['label-voicemail_option_3']['uk'] = "Option 3";
  964. $text['label-voicemail_option_3']['de-at'] = "Option 3";
  965. $text['label-voicemail_option_3']['it-it'] = "Option 3";
  966. $text['label-voicemail_option_3']['ru-ru'] = "Option 3";
  967. $text['label-voicemail_option_4']['en-us'] = "Option 4";
  968. $text['label-voicemail_option_4']['es-cl'] = "Option 4";
  969. $text['label-voicemail_option_4']['pt-pt'] = "Option 4";
  970. $text['label-voicemail_option_4']['fr-fr'] = "Option 4";
  971. $text['label-voicemail_option_4']['pt-br'] = "Option 4";
  972. $text['label-voicemail_option_4']['pl'] = "Option 4";
  973. $text['label-voicemail_option_4']['sv-se'] = "Option 4";
  974. $text['label-voicemail_option_4']['uk'] = "Option 4";
  975. $text['label-voicemail_option_4']['de-at'] = "Option 4";
  976. $text['label-voicemail_option_4']['it-it'] = "Option 4";
  977. $text['label-voicemail_option_4']['ru-ru'] = "Option 4";
  978. $text['label-voicemail_option_5']['en-us'] = "Option 5";
  979. $text['label-voicemail_option_5']['es-cl'] = "Option 5";
  980. $text['label-voicemail_option_5']['pt-pt'] = "Option 5";
  981. $text['label-voicemail_option_5']['fr-fr'] = "Option 5";
  982. $text['label-voicemail_option_5']['pt-br'] = "Option 5";
  983. $text['label-voicemail_option_5']['pl'] = "Option 5";
  984. $text['label-voicemail_option_5']['sv-se'] = "Option 5";
  985. $text['label-voicemail_option_5']['uk'] = "Option 5";
  986. $text['label-voicemail_option_5']['de-at'] = "Option 5";
  987. $text['label-voicemail_option_5']['it-it'] = "Option 5";
  988. $text['label-voicemail_option_5']['ru-ru'] = "Option 5";
  989. $text['label-voicemail_option_6']['en-us'] = "Option 6";
  990. $text['label-voicemail_option_6']['es-cl'] = "Option 6";
  991. $text['label-voicemail_option_6']['pt-pt'] = "Option 6";
  992. $text['label-voicemail_option_6']['fr-fr'] = "Option 6";
  993. $text['label-voicemail_option_6']['pt-br'] = "Option 6";
  994. $text['label-voicemail_option_6']['pl'] = "Option 6";
  995. $text['label-voicemail_option_6']['sv-se'] = "Option 6";
  996. $text['label-voicemail_option_6']['uk'] = "Option 6";
  997. $text['label-voicemail_option_6']['de-at'] = "Option 6";
  998. $text['label-voicemail_option_6']['it-it'] = "Option 6";
  999. $text['label-voicemail_option_6']['ru-ru'] = "Option 6";
  1000. $text['label-voicemail_option_7']['en-us'] = "Option 7";
  1001. $text['label-voicemail_option_7']['es-cl'] = "Option 7";
  1002. $text['label-voicemail_option_7']['pt-pt'] = "Option 7";
  1003. $text['label-voicemail_option_7']['fr-fr'] = "Option 7";
  1004. $text['label-voicemail_option_7']['pt-br'] = "Option 7";
  1005. $text['label-voicemail_option_7']['pl'] = "Option 7";
  1006. $text['label-voicemail_option_7']['sv-se'] = "Option 7";
  1007. $text['label-voicemail_option_7']['uk'] = "Option 7";
  1008. $text['label-voicemail_option_7']['de-at'] = "Option 7";
  1009. $text['label-voicemail_option_7']['it-it'] = "Option 7";
  1010. $text['label-voicemail_option_7']['ru-ru'] = "Option 7";
  1011. $text['label-voicemail_option_8']['en-us'] = "Option 8";
  1012. $text['label-voicemail_option_8']['es-cl'] = "Option 8";
  1013. $text['label-voicemail_option_8']['pt-pt'] = "Option 8";
  1014. $text['label-voicemail_option_8']['fr-fr'] = "Option 8";
  1015. $text['label-voicemail_option_8']['pt-br'] = "Option 8";
  1016. $text['label-voicemail_option_8']['pl'] = "Option 8";
  1017. $text['label-voicemail_option_8']['sv-se'] = "Option 8";
  1018. $text['label-voicemail_option_8']['uk'] = "Option 8";
  1019. $text['label-voicemail_option_8']['de-at'] = "Option 8";
  1020. $text['label-voicemail_option_8']['it-it'] = "Option 8";
  1021. $text['label-voicemail_option_8']['ru-ru'] = "Option 8";
  1022. $text['label-voicemail_option_9']['en-us'] = "Option 9";
  1023. $text['label-voicemail_option_9']['es-cl'] = "Option 9";
  1024. $text['label-voicemail_option_9']['pt-pt'] = "Option 9";
  1025. $text['label-voicemail_option_9']['fr-fr'] = "Option 9";
  1026. $text['label-voicemail_option_9']['pt-br'] = "Option 9";
  1027. $text['label-voicemail_option_9']['pl'] = "Option 9";
  1028. $text['label-voicemail_option_9']['sv-se'] = "Option 9";
  1029. $text['label-voicemail_option_9']['uk'] = "Option 9";
  1030. $text['label-voicemail_option_9']['de-at'] = "Option 9";
  1031. $text['label-voicemail_option_9']['it-it'] = "Option 9";
  1032. $text['label-voicemail_option_9']['ru-ru'] = "Option 9";
  1033. $text['label-voicemail_enabled']['en-us'] = "Enabled";
  1034. $text['label-voicemail_enabled']['es-cl'] = "Enabled";
  1035. $text['label-voicemail_enabled']['pt-pt'] = "Enabled";
  1036. $text['label-voicemail_enabled']['fr-fr'] = "Enabled";
  1037. $text['label-voicemail_enabled']['pt-br'] = "Enabled";
  1038. $text['label-voicemail_enabled']['pl'] = "Enabled";
  1039. $text['label-voicemail_enabled']['sv-se'] = "Enabled";
  1040. $text['label-voicemail_enabled']['uk'] = "Enabled";
  1041. $text['label-voicemail_enabled']['de-at'] = "Enabled";
  1042. $text['label-voicemail_enabled']['it-it'] = "Enabled";
  1043. $text['label-voicemail_enabled']['ru-ru'] = "Включено";
  1044. $text['label-voicemail_id']['en-us'] = "Voicemail ID";
  1045. $text['label-voicemail_id']['es-cl'] = "Voicemail ID";
  1046. $text['label-voicemail_id']['pt-pt'] = "Voicemail ID";
  1047. $text['label-voicemail_id']['fr-fr'] = "Voicemail ID";
  1048. $text['label-voicemail_id']['pt-br'] = "Voicemail ID";
  1049. $text['label-voicemail_id']['pl'] = "Voicemail ID";
  1050. $text['label-voicemail_id']['sv-se'] = "Voicemail ID";
  1051. $text['label-voicemail_id']['uk'] = "Voicemail ID";
  1052. $text['label-voicemail_id']['de-at'] = "Voicemail ID";
  1053. $text['label-voicemail_id']['it-it'] = "Voicemail ID";
  1054. $text['label-voicemail_id']['ru-ru'] = "Voicemail ID";
  1055. $text['label-voicemail_local_after_email']['en-us'] = "Keep Local";
  1056. $text['label-voicemail_local_after_email']['es-cl'] = "Keep Local";
  1057. $text['label-voicemail_local_after_email']['pt-pt'] = "Keep Local";
  1058. $text['label-voicemail_local_after_email']['fr-fr'] = "Keep Local";
  1059. $text['label-voicemail_local_after_email']['pt-br'] = "Keep Local";
  1060. $text['label-voicemail_local_after_email']['pl'] = "Keep Local";
  1061. $text['label-voicemail_local_after_email']['sv-se'] = "Keep Local";
  1062. $text['label-voicemail_local_after_email']['uk'] = "Keep Local";
  1063. $text['label-voicemail_local_after_email']['de-at'] = "Keep Local";
  1064. $text['label-voicemail_local_after_email']['it-it'] = "Keep Local";
  1065. $text['label-voicemail_local_after_email']['ru-ru'] = "Keep Local";
  1066. $text['label-voicemail_password']['en-us'] = "Voicemail Password";
  1067. $text['label-voicemail_password']['es-cl'] = "Voicemail Password";
  1068. $text['label-voicemail_password']['pt-pt'] = "Voicemail Password";
  1069. $text['label-voicemail_password']['fr-fr'] = "Voicemail Password";
  1070. $text['label-voicemail_password']['pt-br'] = "Voicemail Password";
  1071. $text['label-voicemail_password']['pl'] = "Voicemail Password";
  1072. $text['label-voicemail_password']['sv-se'] = "Voicemail Password";
  1073. $text['label-voicemail_password']['uk'] = "Voicemail Password";
  1074. $text['label-voicemail_password']['de-at'] = "Voicemail Password";
  1075. $text['label-voicemail_password']['it-it'] = "Voicemail Password";
  1076. $text['label-voicemail_password']['ru-ru'] = "Пароль голосовой почты";
  1077. $text['label-voicemail_transcription_enabled']['en-us'] = "Transcription Enabled";
  1078. $text['label-voicemail_transcription_enabled']['es-cl'] = "Transcription Enabled";
  1079. $text['label-voicemail_transcription_enabled']['pt-pt'] = "Transcription Enabled";
  1080. $text['label-voicemail_transcription_enabled']['fr-fr'] = "Transcription Enabled";
  1081. $text['label-voicemail_transcription_enabled']['pt-br'] = "Transcription Enabled";
  1082. $text['label-voicemail_transcription_enabled']['pl'] = "Transcription Enabled";
  1083. $text['label-voicemail_transcription_enabled']['sv-se'] = "Transcription Enabled";
  1084. $text['label-voicemail_transcription_enabled']['uk'] = "Transcription Enabled";
  1085. $text['label-voicemail_transcription_enabled']['de-at'] = "Transcription Enabled";
  1086. $text['label-voicemail_transcription_enabled']['it-it'] = "Transcription Enabled";
  1087. $text['label-voicemail_transcription_enabled']['ru-ru'] = "Transcription Enabled";
  1088. $text['option-available']['en-us'] = "Available";
  1089. $text['option-available']['es-cl'] = "Available";
  1090. $text['option-available']['pt-pt'] = "Available";
  1091. $text['option-available']['fr-fr'] = "Available";
  1092. $text['option-available']['pt-br'] = "Available";
  1093. $text['option-available']['pl'] = "Available";
  1094. $text['option-available']['sv-se'] = "Available";
  1095. $text['option-available']['uk'] = "Available";
  1096. $text['option-available']['de-at'] = "Available";
  1097. $text['option-available']['it-it'] = "Available";
  1098. $text['option-available']['ru-ru'] = "Доступно";
  1099. $text['option-available_on_demand']['en-us'] = "Available (On Demand)";
  1100. $text['option-available_on_demand']['es-cl'] = "Available (On Demand)";
  1101. $text['option-available_on_demand']['pt-pt'] = "Available (On Demand)";
  1102. $text['option-available_on_demand']['fr-fr'] = "Available (On Demand)";
  1103. $text['option-available_on_demand']['pt-br'] = "Available (On Demand)";
  1104. $text['option-available_on_demand']['pl'] = "Available (On Demand)";
  1105. $text['option-available_on_demand']['sv-se'] = "Available (On Demand)";
  1106. $text['option-available_on_demand']['uk'] = "Available (On Demand)";
  1107. $text['option-available_on_demand']['de-at'] = "Available (On Demand)";
  1108. $text['option-available_on_demand']['it-it'] = "Available (On Demand)";
  1109. $text['option-available_on_demand']['ru-ru'] = "Доступно (по запросу)";
  1110. $text['option-bypass_media']['en-us'] = "Bypass Media";
  1111. $text['option-bypass_media']['ar-eg'] = "";
  1112. $text['option-bypass_media']['de-at'] = "Bypass Media"; //copied from de-de
  1113. $text['option-bypass_media']['de-ch'] = "Bypass Media"; //copied from de-de
  1114. $text['option-bypass_media']['de-de'] = "Bypass Media";
  1115. $text['option-bypass_media']['es-cl'] = "Bypass de Medios";
  1116. $text['option-bypass_media']['es-mx'] = "Bypass de Medios"; //copied from es-cl
  1117. $text['option-bypass_media']['fr-ca'] = "Bypass Media"; //copied from fr-fr
  1118. $text['option-bypass_media']['fr-fr'] = "Bypass Media";
  1119. $text['option-bypass_media']['he-il'] = "";
  1120. $text['option-bypass_media']['it-it'] = "Bypass Media";
  1121. $text['option-bypass_media']['nl-nl'] = "Bypass Media";
  1122. $text['option-bypass_media']['pl-pl'] = "Obejście strumienia głosu";
  1123. $text['option-bypass_media']['pt-br'] = "Ignorar mídia (bypass)";
  1124. $text['option-bypass_media']['pt-pt'] = "Fazer Bypass à media";
  1125. $text['option-bypass_media']['ro-ro'] = "";
  1126. $text['option-bypass_media']['ru-ru'] = "Обходной носитель";
  1127. $text['option-bypass_media']['sv-se'] = "Bypass Media";
  1128. $text['option-bypass_media']['uk-ua'] = "";
  1129. $text['option-bypass_media_after_bridge']['en-us'] = "Bypass Media After Bridge";
  1130. $text['option-bypass_media_after_bridge']['ar-eg'] = "";
  1131. $text['option-bypass_media_after_bridge']['de-at'] = "Bypass Media After Bridge"; //copied from de-de
  1132. $text['option-bypass_media_after_bridge']['de-ch'] = "Bypass Media After Bridge"; //copied from de-de
  1133. $text['option-bypass_media_after_bridge']['de-de'] = "Bypass Media After Bridge";
  1134. $text['option-bypass_media_after_bridge']['es-cl'] = "Después de la omisión de medios puente";
  1135. $text['option-bypass_media_after_bridge']['es-mx'] = "Después de la omisión de medios puente"; //copied from es-cl
  1136. $text['option-bypass_media_after_bridge']['fr-ca'] = "Après le contournement de média Pont"; //copied from fr-fr
  1137. $text['option-bypass_media_after_bridge']['fr-fr'] = "Après le contournement de média Pont";
  1138. $text['option-bypass_media_after_bridge']['he-il'] = "";
  1139. $text['option-bypass_media_after_bridge']['it-it'] = "Bypass Media After Bridge";
  1140. $text['option-bypass_media_after_bridge']['nl-nl'] = "Bypass Media na Bridge";
  1141. $text['option-bypass_media_after_bridge']['pl-pl'] = "Obejście strumienia głosu po BRIDGE";
  1142. $text['option-bypass_media_after_bridge']['pt-br'] = "Ignorar mídia depois da conexão (Bridge)";
  1143. $text['option-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass";
  1144. $text['option-bypass_media_after_bridge']['ro-ro'] = "";
  1145. $text['option-bypass_media_after_bridge']['ru-ru'] = "Bypass Media After Bridge";
  1146. $text['option-bypass_media_after_bridge']['sv-se'] = "Bypass Media After Bridge";
  1147. $text['option-bypass_media_after_bridge']['uk-ua'] = "";
  1148. $text['option-proxy_media']['en-us'] = "Proxy Media";
  1149. $text['option-proxy_media']['ar-eg'] = "";
  1150. $text['option-proxy_media']['de-at'] = "Proxy Media"; //copied from de-de
  1151. $text['option-proxy_media']['de-ch'] = "Proxy Media"; //copied from de-de
  1152. $text['option-proxy_media']['de-de'] = "Proxy Media";
  1153. $text['option-proxy_media']['es-cl'] = "Proxy Medios";
  1154. $text['option-proxy_media']['es-mx'] = "Proxy Medios"; //copied from es-cl
  1155. $text['option-proxy_media']['fr-ca'] = "Proxy Médias"; //copied from fr-fr
  1156. $text['option-proxy_media']['fr-fr'] = "Proxy Médias";
  1157. $text['option-proxy_media']['he-il'] = "";
  1158. $text['option-proxy_media']['it-it'] = "Proxy Media";
  1159. $text['option-proxy_media']['nl-nl'] = "Proxy Media";
  1160. $text['option-proxy_media']['pl-pl'] = "Proxy Media ";
  1161. $text['option-proxy_media']['pt-br'] = "Mídia Proxy";
  1162. $text['option-proxy_media']['pt-pt'] = "Proxy Mídia";
  1163. $text['option-proxy_media']['ro-ro'] = "";
  1164. $text['option-proxy_media']['ru-ru'] = "Proxy Media";
  1165. $text['option-proxy_media']['sv-se'] = "Proxy Media";
  1166. $text['option-proxy_media']['uk-ua'] = "";
  1167. $text['option-logged_out']['en-us'] = "Logged Out";
  1168. $text['option-logged_out']['es-cl'] = "Logged Out";
  1169. $text['option-logged_out']['pt-pt'] = "Logged Out";
  1170. $text['option-logged_out']['fr-fr'] = "Logged Out";
  1171. $text['option-logged_out']['pt-br'] = "Logged Out";
  1172. $text['option-logged_out']['pl'] = "Logged Out";
  1173. $text['option-logged_out']['sv-se'] = "Logged Out";
  1174. $text['option-logged_out']['uk'] = "Logged Out";
  1175. $text['option-logged_out']['de-at'] = "Logged Out";
  1176. $text['option-logged_out']['it-it'] = "Logged Out";
  1177. $text['option-logged_out']['ru-ru'] = "Logged Out";
  1178. $text['option-on_break']['en-us'] = "On Break";
  1179. $text['option-on_break']['es-cl'] = "On Break";
  1180. $text['option-on_break']['pt-pt'] = "On Break";
  1181. $text['option-on_break']['fr-fr'] = "On Break";
  1182. $text['option-on_break']['pt-br'] = "On Break";
  1183. $text['option-on_break']['pl'] = "On Break";
  1184. $text['option-on_break']['sv-se'] = "On Break";
  1185. $text['option-on_break']['uk'] = "On Break";
  1186. $text['option-on_break']['de-at'] = "On Break";
  1187. $text['option-on_break']['it-it'] = "On Break";
  1188. $text['option-on_break']['ru-ru'] = "On Break";
  1189. $text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
  1190. $text['option-do_not_disturb']['es-cl'] = "Do Not Disturb";
  1191. $text['option-do_not_disturb']['pt-pt'] = "Do Not Disturb";
  1192. $text['option-do_not_disturb']['fr-fr'] = "Do Not Disturb";
  1193. $text['option-do_not_disturb']['pt-br'] = "Do Not Disturb";
  1194. $text['option-do_not_disturb']['pl'] = "Do Not Disturb";
  1195. $text['option-do_not_disturb']['sv-se'] = "Do Not Disturb";
  1196. $text['option-do_not_disturb']['uk'] = "Do Not Disturb";
  1197. $text['option-do_not_disturb']['de-at'] = "Do Not Disturb";
  1198. $text['option-do_not_disturb']['it-it'] = "Do Not Disturb";
  1199. $text['option-do_not_disturb']['ru-ru'] = "Do Not Disturb";
  1200. $text['option-voicemail_file_listen']['en-us'] = "Listen Link (Login Required)";
  1201. $text['option-voicemail_file_listen']['es-cl'] = "Listen Link (Login Required)";
  1202. $text['option-voicemail_file_listen']['pt-pt'] = "Listen Link (Login Required)";
  1203. $text['option-voicemail_file_listen']['fr-fr'] = "Listen Link (Login Required)";
  1204. $text['option-voicemail_file_listen']['pt-br'] = "Listen Link (Login Required)";
  1205. $text['option-voicemail_file_listen']['pl'] = "Listen Link (Login Required)";
  1206. $text['option-voicemail_file_listen']['sv-se'] = "Listen Link (Login Required)";
  1207. $text['option-voicemail_file_listen']['uk'] = "Listen Link (Login Required)";
  1208. $text['option-voicemail_file_listen']['de-at'] = "Listen Link (Login Required)";
  1209. $text['option-voicemail_file_listen']['it-it'] = "Listen Link (Login Required)";
  1210. $text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется авторизация)";
  1211. $text['option-voicemail_file_link']['en-us'] = "Download Link (No Login Required)";
  1212. $text['option-voicemail_file_link']['es-cl'] = "Download Link (No Login Required)";
  1213. $text['option-voicemail_file_link']['pt-pt'] = "Download Link (No Login Required)";
  1214. $text['option-voicemail_file_link']['fr-fr'] = "Download Link (No Login Required)";
  1215. $text['option-voicemail_file_link']['pt-br'] = "Download Link (No Login Required)";
  1216. $text['option-voicemail_file_link']['pl'] = "Download Link (No Login Required)";
  1217. $text['option-voicemail_file_link']['sv-se'] = "Download Link (No Login Required)";
  1218. $text['option-voicemail_file_link']['uk'] = "Download Link (No Login Required)";
  1219. $text['option-voicemail_file_link']['de-at'] = "Download Link (No Login Required)";
  1220. $text['option-voicemail_file_link']['it-it'] = "Download Link (No Login Required)";
  1221. $text['option-voicemail_file_link']['ru-ru'] = "Ссылка для скачивания (без авторизации)";
  1222. $text['option-voicemail_file_attach']['en-us'] = "Audio File Attachment";
  1223. $text['option-voicemail_file_attach']['es-cl'] = "Audio File Attachment";
  1224. $text['option-voicemail_file_attach']['pt-pt'] = "Audio File Attachment";
  1225. $text['option-voicemail_file_attach']['fr-fr'] = "Audio File Attachment";
  1226. $text['option-voicemail_file_attach']['pt-br'] = "Audio File Attachment";
  1227. $text['option-voicemail_file_attach']['pl'] = "Audio File Attachment";
  1228. $text['option-voicemail_file_attach']['sv-se'] = "Audio File Attachment";
  1229. $text['option-voicemail_file_attach']['uk'] = "Audio File Attachment";
  1230. $text['option-voicemail_file_attach']['de-at'] = "Audio File Attachment";
  1231. $text['option-voicemail_file_attach']['it-it'] = "Audio File Attachment";
  1232. $text['option-voicemail_file_attach']['ru-ru'] = "Audio File Attachment";
  1233. $text['title-users_settings']['en-us'] = "User Settings";
  1234. $text['title-users_settings']['es-cl'] = "User Settings";
  1235. $text['title-users_settings']['pt-pt'] = "User Settings";
  1236. $text['title-users_settings']['fr-fr'] = "User Settings";
  1237. $text['title-users_settings']['pt-br'] = "User Settings";
  1238. $text['title-users_settings']['pl'] = "User Settings";
  1239. $text['title-users_settings']['sv-se'] = "User Settings";
  1240. $text['title-users_settings']['uk'] = "User Settings";
  1241. $text['title-users_settings']['de-at'] = "User Settings";
  1242. $text['title-users_settings']['it-it'] = "User Settings";
  1243. $text['title-users_settings']['ru-ru'] = "Настройки пользователя";
  1244. $text['title-devices_settings']['en-us'] = "Device Settings";
  1245. $text['title-devices_settings']['es-cl'] = "Device Settings";
  1246. $text['title-devices_settings']['pt-pt'] = "Device Settings";
  1247. $text['title-devices_settings']['fr-fr'] = "Device Settings";
  1248. $text['title-devices_settings']['pt-br'] = "Device Settings";
  1249. $text['title-devices_settings']['pl'] = "Device Settings";
  1250. $text['title-devices_settings']['sv-se'] = "Device Settings";
  1251. $text['title-devices_settings']['uk'] = "Device Settings";
  1252. $text['title-devices_settings']['de-at'] = "Device Settings";
  1253. $text['title-devices_settings']['it-it'] = "Device Settings";
  1254. $text['title-devices_settings']['ru-ru'] = "Настройки устройства";
  1255. ?>