app_languages.php 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. <?php
  2. $text['title-notifications']['en-us'] = "Notifications";
  3. $text['title-notifications']['en-gb'] = "Notifications";
  4. $text['title-notifications']['ar-eg'] = "إشعارات";
  5. $text['title-notifications']['de-at'] = "Benachrichtigungen";
  6. $text['title-notifications']['de-ch'] = "Benachrichtigungen";
  7. $text['title-notifications']['de-de'] = "Benachrichtigungen";
  8. $text['title-notifications']['el-gr'] = "Γνωστοποιήσεις";
  9. $text['title-notifications']['es-cl'] = "Notificaciones";
  10. $text['title-notifications']['es-mx'] = "Notificaciones";
  11. $text['title-notifications']['fr-ca'] = "Notifications";
  12. $text['title-notifications']['fr-fr'] = "Notifications";
  13. $text['title-notifications']['he-il'] = "התראות";
  14. $text['title-notifications']['it-it'] = "Notifiche";
  15. $text['title-notifications']['ka-ge'] = "გაფრთხილებები";
  16. $text['title-notifications']['nl-nl'] = "Meldingen";
  17. $text['title-notifications']['pl-pl'] = "Powiadomienia";
  18. $text['title-notifications']['pt-br'] = "Notificações";
  19. $text['title-notifications']['pt-pt'] = "Notificações";
  20. $text['title-notifications']['ro-ro'] = "Notificări";
  21. $text['title-notifications']['ru-ru'] = "Уведомления";
  22. $text['title-notifications']['sv-se'] = "Aviseringar";
  23. $text['title-notifications']['uk-ua'] = "Сповіщення";
  24. $text['title-notifications']['tr-tr'] = "Bildirimler";
  25. $text['title-notifications']['zh-cn'] = "通知";
  26. $text['title-notifications']['ja-jp'] = "通知";
  27. $text['title-notifications']['ko-kr'] = "알림";
  28. $text['option-enabled']['en-us'] = "Enabled";
  29. $text['option-enabled']['en-gb'] = "Enabled";
  30. $text['option-enabled']['ar-eg'] = "ممكّن";
  31. $text['option-enabled']['de-at'] = "Aktiviert";
  32. $text['option-enabled']['de-ch'] = "Aktiviert";
  33. $text['option-enabled']['de-de'] = "Aktiviert";
  34. $text['option-enabled']['el-gr'] = "Ενεργοποιήθηκε";
  35. $text['option-enabled']['es-cl'] = "Activado";
  36. $text['option-enabled']['es-mx'] = "Activado";
  37. $text['option-enabled']['fr-ca'] = "Activé";
  38. $text['option-enabled']['fr-fr'] = "Activé";
  39. $text['option-enabled']['he-il'] = "מופעל";
  40. $text['option-enabled']['it-it'] = "Abilitato";
  41. $text['option-enabled']['ka-ge'] = "ჩართულია";
  42. $text['option-enabled']['nl-nl'] = "Ingeschakeld";
  43. $text['option-enabled']['pl-pl'] = "Włączony";
  44. $text['option-enabled']['pt-br'] = "Habilitado";
  45. $text['option-enabled']['pt-pt'] = "Habilitado";
  46. $text['option-enabled']['ro-ro'] = "Activat";
  47. $text['option-enabled']['ru-ru'] = "Включено";
  48. $text['option-enabled']['sv-se'] = "Aktiverad";
  49. $text['option-enabled']['uk-ua'] = "Увімкнено";
  50. $text['option-enabled']['tr-tr'] = "Etkinleştirilmiş";
  51. $text['option-enabled']['zh-cn'] = "启用";
  52. $text['option-enabled']['ja-jp'] = "有効";
  53. $text['option-enabled']['ko-kr'] = "활성화됨";
  54. $text['option-email']['en-us'] = "Email";
  55. $text['option-email']['en-gb'] = "Email";
  56. $text['option-email']['ar-eg'] = "البريد الإلكتروني";
  57. $text['option-email']['de-at'] = "E-mail";
  58. $text['option-email']['de-ch'] = "E-mail";
  59. $text['option-email']['de-de'] = "E-mail";
  60. $text['option-email']['el-gr'] = "E-mail";
  61. $text['option-email']['es-cl'] = "Email";
  62. $text['option-email']['es-mx'] = "Email";
  63. $text['option-email']['fr-ca'] = "Courriel";
  64. $text['option-email']['fr-fr'] = "Courriel";
  65. $text['option-email']['he-il'] = "אימייל";
  66. $text['option-email']['it-it'] = "Email";
  67. $text['option-email']['ka-ge'] = "ელფოსტა";
  68. $text['option-email']['nl-nl'] = "E-mail";
  69. $text['option-email']['pl-pl'] = "E-mail";
  70. $text['option-email']['pt-br'] = "E-mail";
  71. $text['option-email']['pt-pt'] = "E-mail";
  72. $text['option-email']['ro-ro'] = "E-mail";
  73. $text['option-email']['ru-ru'] = "Электронная почта";
  74. $text['option-email']['sv-se'] = "E-post";
  75. $text['option-email']['uk-ua'] = "Електронна пошта";
  76. $text['option-email']['tr-tr'] = "E-posta";
  77. $text['option-email']['zh-cn'] = "电子邮件";
  78. $text['option-email']['ja-jp'] = "Eメール";
  79. $text['option-email']['ko-kr'] = "이메일";
  80. $text['option-disabled']['en-us'] = "Disabled";
  81. $text['option-disabled']['en-gb'] = "Disabled";
  82. $text['option-disabled']['ar-eg'] = "عاجز";
  83. $text['option-disabled']['de-at'] = "Deaktiviert";
  84. $text['option-disabled']['de-ch'] = "Deaktiviert";
  85. $text['option-disabled']['de-de'] = "Deaktiviert";
  86. $text['option-disabled']['el-gr'] = "Απενεργοποιημένο";
  87. $text['option-disabled']['es-cl'] = "Discapacitado";
  88. $text['option-disabled']['es-mx'] = "Discapacitado";
  89. $text['option-disabled']['fr-ca'] = "Désactivé";
  90. $text['option-disabled']['fr-fr'] = "Désactivé";
  91. $text['option-disabled']['he-il'] = "נָכֶה";
  92. $text['option-disabled']['it-it'] = "Disabilitato";
  93. $text['option-disabled']['ka-ge'] = "გათიშულია";
  94. $text['option-disabled']['nl-nl'] = "Gehandicapt";
  95. $text['option-disabled']['pl-pl'] = "Wyłączony";
  96. $text['option-disabled']['pt-br'] = "Desabilitado";
  97. $text['option-disabled']['pt-pt'] = "Desabilitado";
  98. $text['option-disabled']['ro-ro'] = "Dezactivat";
  99. $text['option-disabled']['ru-ru'] = "Отключено";
  100. $text['option-disabled']['sv-se'] = "Avaktiverad";
  101. $text['option-disabled']['uk-ua'] = "Вимкнено";
  102. $text['option-disabled']['tr-tr'] = "Engelli";
  103. $text['option-disabled']['zh-cn'] = "已禁用";
  104. $text['option-disabled']['ja-jp'] = "無効";
  105. $text['option-disabled']['ko-kr'] = "장애가 있는";
  106. $text['message-no_channels']['en-us'] = "No Channels Enabled";
  107. $text['message-no_channels']['en-gb'] = "No Channels Enabled";
  108. $text['message-no_channels']['ar-eg'] = "لم يتم تمكين أي قنوات";
  109. $text['message-no_channels']['de-at'] = "Keine Kanäle aktiviert";
  110. $text['message-no_channels']['de-ch'] = "Keine Kanäle aktiviert";
  111. $text['message-no_channels']['de-de'] = "Keine Kanäle aktiviert";
  112. $text['message-no_channels']['el-gr'] = "Δεν υπάρχουν ενεργοποιημένα κανάλια";
  113. $text['message-no_channels']['es-cl'] = "No hay canales habilitados";
  114. $text['message-no_channels']['es-mx'] = "No hay canales habilitados";
  115. $text['message-no_channels']['fr-ca'] = "Aucun canal activé";
  116. $text['message-no_channels']['fr-fr'] = "Aucun canal activé";
  117. $text['message-no_channels']['he-il'] = "אין ערוצים מופעלים";
  118. $text['message-no_channels']['it-it'] = "Nessun Canale Abilitato";
  119. $text['message-no_channels']['ka-ge'] = "ჩართული არხების გარეშე";
  120. $text['message-no_channels']['nl-nl'] = "Geen kanalen ingeschakeld";
  121. $text['message-no_channels']['pl-pl'] = "Brak włączonych kanałów";
  122. $text['message-no_channels']['pt-br'] = "Nenhum canal ativado";
  123. $text['message-no_channels']['pt-pt'] = "Nenhum canal ativado";
  124. $text['message-no_channels']['ro-ro'] = "Niciun canal activat";
  125. $text['message-no_channels']['ru-ru'] = "Нет активных каналов";
  126. $text['message-no_channels']['sv-se'] = "Inga Kanaler Aktiverade";
  127. $text['message-no_channels']['uk-ua'] = "Немає ввімкнених каналів";
  128. $text['message-no_channels']['tr-tr'] = "Hiçbir Kanal Etkin Değil";
  129. $text['message-no_channels']['zh-cn'] = "没有启用频道";
  130. $text['message-no_channels']['ja-jp'] = "有効なチャネルがありません";
  131. $text['message-no_channels']['ko-kr'] = "활성화된 채널 없음";
  132. $text['message-invalid_recipient']['en-us'] = "Invalid Notification Recipient";
  133. $text['message-invalid_recipient']['en-gb'] = "Invalid Notification Recipient";
  134. $text['message-invalid_recipient']['ar-eg'] = "مستلم إعلام غير صالح";
  135. $text['message-invalid_recipient']['de-at'] = "Ungültiger Benachrichtigungsempfänger";
  136. $text['message-invalid_recipient']['de-ch'] = "Ungültiger Benachrichtigungsempfänger";
  137. $text['message-invalid_recipient']['de-de'] = "Ungültiger Benachrichtigungsempfänger";
  138. $text['message-invalid_recipient']['el-gr'] = "Μη έγκυρος παραλήπτης ειδοποίησης";
  139. $text['message-invalid_recipient']['es-cl'] = "Destinatario de notificación no válido";
  140. $text['message-invalid_recipient']['es-mx'] = "Destinatario de notificación no válido";
  141. $text['message-invalid_recipient']['fr-ca'] = "Destinataire de la notification non valide";
  142. $text['message-invalid_recipient']['fr-fr'] = "Destinataire de la notification non valide";
  143. $text['message-invalid_recipient']['he-il'] = "נמען הודעה לא חוקי";
  144. $text['message-invalid_recipient']['it-it'] = "Destinatario della notifica non valido";
  145. $text['message-invalid_recipient']['ka-ge'] = "გაფრთხილების არასწორი მიმღები";
  146. $text['message-invalid_recipient']['nl-nl'] = "Ongeldige meldingsontvanger";
  147. $text['message-invalid_recipient']['pl-pl'] = "Nieprawidłowy odbiorca powiadomienia";
  148. $text['message-invalid_recipient']['pt-br'] = "Destinatário de notificação inválido";
  149. $text['message-invalid_recipient']['pt-pt'] = "Destinatário de notificação inválido";
  150. $text['message-invalid_recipient']['ro-ro'] = "Destinatarul notificării nevalid";
  151. $text['message-invalid_recipient']['ru-ru'] = "Неверный получатель уведомления";
  152. $text['message-invalid_recipient']['sv-se'] = "Ogiltig aviseringsmottagare";
  153. $text['message-invalid_recipient']['uk-ua'] = "Недійсний одержувач сповіщення";
  154. $text['message-invalid_recipient']['tr-tr'] = "Geçersiz Bildirim Alıcısı";
  155. $text['message-invalid_recipient']['zh-cn'] = "无效的通知收件人";
  156. $text['message-invalid_recipient']['ja-jp'] = "無効な通知受信者";
  157. $text['message-invalid_recipient']['ko-kr'] = "잘못된 알림 수신자";
  158. $text['message-disclaimer']['en-us'] = "<u>Disclosure</u>: Enabling Project Notifications is consent to the collection of <i>anonymous</i> and <i>general</i> demographic information about your installation environment. Information requested consists of the following: 1) FusionPBX version, 2) PHP version, 3) web server and version, 4) voice switch version, 5) database type and version, 6) operating system platform and version, and 7) public IP address. If you do not wish for this information to be submitted, simply leave Project Notifications disabled, and no information will be submitted about your system.";
  159. $text['message-disclaimer']['en-gb'] = "<u>Disclosure</u>: Enabling Project Notifications is consent to the collection of <i>anonymous</i> and <i>general</i> demographic information about your installation environment. Information requested consists of the following: 1) FusionPBX version, 2) PHP version, 3) web server and version, 4) voice switch version, 5) database type and version, 6) operating system platform and version, and 7) public IP address. If you do not wish for this information to be submitted, simply leave Project Notifications disabled, and no information will be submitted about your system.";
  160. $text['message-disclaimer']['ar-eg'] = "<u> الإفصاح </ u>: تمكين إعلامات المشروع هو الموافقة على جمع معلومات ديموغرافية <i> مجهولة </ i> و <i> عامة </ i> حول بيئة التثبيت الخاصة بك. تتكون المعلومات المطلوبة مما يلي: 1) إصدار FusionPBX ، 2) إصدار PHP ، 3) خادم الويب والإصدار ، 4) إصدار تبديل الصوت ، 5) نوع وإصدار قاعدة البيانات ، 6) نظام التشغيل الأساسي والإصدار ، و 7) IP العام عنوان. إذا كنت لا ترغب في تقديم هذه المعلومات ، فما عليك سوى ترك إعلامات المشروع معطلة ، ولن يتم تقديم أي معلومات عن نظامك.";
  161. $text['message-disclaimer']['de-at'] = "<u>Offenlegung</u>: Durch die Aktivierung von Projektbenachrichtigungen stimmen Sie der Erfassung von <i>anonymen</i> und <i>allgemeinen</i> demografischen Informationen über Ihre Installationsumgebung zu. Die angeforderten Informationen umfassen Folgendes: 1) FusionPBX-Version, 2) PHP-Version, 3) Webserver und Version, 4) Voice-Switch-Version, 5) Datenbanktyp und -version, 6) Betriebssystemplattform und -version und 7) öffentliche IP Adresse. Wenn Sie nicht möchten, dass diese Informationen übermittelt werden, lassen Sie die Projektbenachrichtigungen einfach deaktiviert und es werden keine Informationen über Ihr System übermittelt.";
  162. $text['message-disclaimer']['de-ch'] = "<u>Offenlegung</u>: Durch die Aktivierung von Projektbenachrichtigungen stimmen Sie der Erfassung von <i>anonymen</i> und <i>allgemeinen</i> demografischen Informationen über Ihre Installationsumgebung zu. Die angeforderten Informationen umfassen Folgendes: 1) FusionPBX-Version, 2) PHP-Version, 3) Webserver und Version, 4) Voice-Switch-Version, 5) Datenbanktyp und -version, 6) Betriebssystemplattform und -version und 7) öffentliche IP Adresse. Wenn Sie nicht möchten, dass diese Informationen übermittelt werden, lassen Sie die Projektbenachrichtigungen einfach deaktiviert und es werden keine Informationen über Ihr System übermittelt.";
  163. $text['message-disclaimer']['de-de'] = "<u>Offenlegung</u>: Durch die Aktivierung von Projektbenachrichtigungen stimmen Sie der Erfassung von <i>anonymen</i> und <i>allgemeinen</i> demografischen Informationen über Ihre Installationsumgebung zu. Die angeforderten Informationen umfassen Folgendes: 1) FusionPBX-Version, 2) PHP-Version, 3) Webserver und Version, 4) Voice-Switch-Version, 5) Datenbanktyp und -version, 6) Betriebssystemplattform und -version und 7) öffentliche IP Adresse. Wenn Sie nicht möchten, dass diese Informationen übermittelt werden, lassen Sie die Projektbenachrichtigungen einfach deaktiviert und es werden keine Informationen über Ihr System übermittelt.";
  164. $text['message-disclaimer']['el-gr'] = "<u>Αποκάλυψη</u>: Η ενεργοποίηση των Ειδοποιήσεων έργου είναι η συγκατάθεση για τη συλλογή <i>ανώνυμων</i> και <i>γενικών</i> δημογραφικών πληροφοριών σχετικά με το περιβάλλον εγκατάστασής σας. Οι πληροφορίες που ζητούνται αποτελούνται από τα ακόλουθα: 1) έκδοση FusionPBX, 2) Έκδοση PHP, 3) διακομιστής web και έκδοση, 4) έκδοση διακόπτη φωνής, 5) τύπος και έκδοση βάσης δεδομένων, 6) πλατφόρμα και έκδοση λειτουργικού συστήματος και 7) δημόσια IP διεύθυνση. Εάν δεν επιθυμείτε να υποβληθούν αυτές οι πληροφορίες, απλώς αφήστε τις Ειδοποιήσεις Έργου απενεργοποιημένες και δεν θα υποβληθούν πληροφορίες σχετικά με το σύστημά σας.";
  165. $text['message-disclaimer']['es-cl'] = "<u>Divulgación</u>: Habilitar Notificaciones de proyectos es dar su consentimiento para la recopilación de información demográfica <i>anónima</i> y <i>general</i> sobre su entorno de instalación. La información solicitada consta de lo siguiente: 1) versión de FusionPBX, 2) versión de PHP, 3) servidor web y versión, 4) versión de conmutador de voz, 5) tipo y versión de la base de datos, 6) plataforma y versión del sistema operativo y 7) IP pública DIRECCIÓN. Si no desea que se envíe esta información, simplemente desactive las Notificaciones del proyecto y no se enviará ninguna información sobre su sistema.";
  166. $text['message-disclaimer']['es-mx'] = "<u>Divulgación</u>: Habilitar Notificaciones de proyectos es dar su consentimiento para la recopilación de información demográfica <i>anónima</i> y <i>general</i> sobre su entorno de instalación. La información solicitada consta de lo siguiente: 1) versión de FusionPBX, 2) versión de PHP, 3) servidor web y versión, 4) versión de conmutador de voz, 5) tipo y versión de la base de datos, 6) plataforma y versión del sistema operativo y 7) IP pública DIRECCIÓN. Si no desea que se envíe esta información, simplemente desactive las Notificaciones del proyecto y no se enviará ninguna información sobre su sistema.";
  167. $text['message-disclaimer']['fr-ca'] = "<u>Divulgation</u>: l'activation des notifications de projet implique le consentement à la collecte d'informations démographiques <i>anonymes</i> et <i>générales</i> sur votre environnement d'installation. Les informations demandées sont les suivantes : 1) version de FusionPBX, 2) version PHP, 3) serveur Web et version, 4) version du commutateur vocal, 5) type et version de la base de données, 6) plate-forme et version du système d'exploitation, et 7) adresse IP publique adresse. Si vous ne souhaitez pas que ces informations soient soumises, laissez simplement les notifications de projet désactivées et aucune information ne sera soumise sur votre système.";
  168. $text['message-disclaimer']['fr-fr'] = "<u>Divulgation</u>: l'activation des notifications de projet implique le consentement à la collecte d'informations démographiques <i>anonymes</i> et <i>générales</i> sur votre environnement d'installation. Les informations demandées sont les suivantes : 1) version de FusionPBX, 2) version PHP, 3) serveur Web et version, 4) version du commutateur vocal, 5) type et version de la base de données, 6) plate-forme et version du système d'exploitation, et 7) adresse IP publique adresse. Si vous ne souhaitez pas que ces informations soient soumises, laissez simplement les notifications de projet désactivées et aucune information ne sera soumise sur votre système.";
  169. $text['message-disclaimer']['he-il'] = "<u>חשיפה</u>: הפעלת הודעות פרויקט מהווה הסכמה לאיסוף מידע דמוגרפי <i>אנונימי</i> ו<i>כללי</i> על סביבת ההתקנה שלך. המידע המבוקש מורכב מהדברים הבאים: 1) גרסת FusionPBX, 2) גרסת PHP, 3) שרת אינטרנט וגרסה, 4) גרסת מתג קול, 5) סוג וגרסה של מסד נתונים, 6) פלטפורמה וגרסה של מערכת הפעלה, ו-7) IP ציבורי כתובת. אם אינך מעוניין שמידע זה יוגש, פשוט השאר את הודעות הפרויקט מושבתות, ולא יישלח מידע על המערכת שלך.";
  170. $text['message-disclaimer']['it-it'] = "<u>Divulgazione</u>: l'abilitazione delle notifiche di progetto consente la raccolta di informazioni demografiche <i>anonime</i> e <i>generali</i> sull'ambiente di installazione. Le informazioni richieste sono le seguenti: 1) versione FusionPBX, 2) versione PHP, 3) server web e versione, 4) versione voice switch, 5) tipo e versione database, 6) piattaforma e versione sistema operativo e 7) IP pubblico indirizzo. Se non desideri che queste informazioni vengano inviate, lascia semplicemente Notifiche di progetto disattivate e non verrà inviata alcuna informazione sul tuo sistema.";
  171. $text['message-disclaimer']['ka-ge'] = "<u>ინფორმაციის გაჟონვა</u>: პროექტის გაფრთხილებების ჩართვა ამავე დროს <i>ანონიმურ</i> და <i>ზოგადი</i> ინფორმაციის გაგზავნას იწვევს თქვენი დაყენების გარემოს შესახებ. გაგზავნილი ინფორმაცია შედგება: 1)FusionPBX-ის ვერსია 2) PHP-ის ვერსია, 3) ვებსერვერი და მისი ვერსია 4)ხმის კომუტატორის ვერსია 5) მონაცემთა ბაზი ტიპი და ვერსია 6) ოპერაციული სისტემის პლატფორმა და ვერსია 7) საჯარო IP მისამართი. თუ არ გნებავთ ამ მონაცემების გაგზავნა, უბრალოდ დატოვეთ ეს გამორთული და ინფორმაცია თქვენი სისტემის შესახებ გადაცემული არ იქნება.";
  172. $text['message-disclaimer']['nl-nl'] = "<u>Openbaarmaking</u>: Door Projectmeldingen in te schakelen, geeft u toestemming voor het verzamelen van <i>anonieme</i> en <i>algemene</i> demografische informatie over uw installatieomgeving. De gevraagde informatie bestaat uit het volgende: 1) FusionPBX-versie, 2) PHP-versie, 3) webserver en versie, 4) voice switch-versie, 5) databasetype en -versie, 6) besturingssysteemplatform en -versie, en 7) openbaar IP-adres adres. Als u niet wilt dat deze informatie wordt ingediend, laat u Projectmeldingen gewoon uitgeschakeld en wordt er geen informatie over uw systeem ingediend.";
  173. $text['message-disclaimer']['pl-pl'] = "<u>Ujawnienie</u>: włączenie Powiadomień o projektach oznacza zgodę na gromadzenie <i>anonimowych</i> i <i>ogólnych</i> informacji demograficznych o środowisku instalacji. Żądane informacje obejmują: 1) wersję FusionPBX, 2) wersję PHP, 3) serwer WWW i wersję, 4) wersję przełącznika głosowego, 5) typ i wersję bazy danych, 6) platformę i wersję systemu operacyjnego oraz 7) publiczny adres IP adres. Jeśli nie chcesz, aby te informacje były przesyłane, po prostu pozostaw wyłączone Powiadomienia o projektach, a żadne informacje o Twoim systemie nie zostaną przesłane.";
  174. $text['message-disclaimer']['pt-br'] = "<u>Divulgação</u>: Habilitar as Notificações do Projeto é consentir com a coleta de informações demográficas <i>anônimas</i> e <i>gerais</i> sobre seu ambiente de instalação. As informações solicitadas consistem no seguinte: 1) versão FusionPBX, 2) versão PHP, 3) servidor web e versão, 4) versão do comutador de voz, 5) tipo e versão do banco de dados, 6) plataforma e versão do sistema operacional e 7) IP público endereço. Se você não deseja que essas informações sejam enviadas, basta deixar as Notificações de Projetos desativadas e nenhuma informação será enviada sobre seu sistema.";
  175. $text['message-disclaimer']['pt-pt'] = "<u>Divulgação</u>: Habilitar as Notificações do Projeto é consentir com a coleta de informações demográficas <i>anônimas</i> e <i>gerais</i> sobre seu ambiente de instalação. As informações solicitadas consistem no seguinte: 1) versão FusionPBX, 2) versão PHP, 3) servidor web e versão, 4) versão do comutador de voz, 5) tipo e versão do banco de dados, 6) plataforma e versão do sistema operacional e 7) IP público endereço. Se você não deseja que essas informações sejam enviadas, basta deixar as Notificações de Projetos desativadas e nenhuma informação será enviada sobre seu sistema.";
  176. $text['message-disclaimer']['ro-ro'] = "<u> Dezvăluire </u>: Activarea notificărilor proiectului este consimțământ pentru colectarea <i> Anonim </i> și <i> General </i> informații demografice despre mediul dvs. de instalare. Informațiile solicitate constă din următoarele: 1) Versiunea FusionPBX, 2) versiunea PHP, 3) serverul și versiunea web, 4) versiunea de comutare vocală, 5) Tip și versiunea bazei de date, 6) Platforma și versiunea sistemului de operare și 7) IP public abordare. Dacă nu doriți ca aceste informații să fie transmise, lăsați pur și simplu dezactivate notificările proiectului și nu vor fi transmise informații despre sistemul dvs.";
  177. $text['message-disclaimer']['ru-ru'] = "<u>Раскрытие информации</u>: включение уведомлений проекта означает согласие на сбор <i>анонимной</i> и <i>общей</i> демографической информации о вашей среде установки. Запрашиваемая информация состоит из следующего: 1) версия FusionPBX, 2) версия PHP, 3) веб-сервер и версия, 4) версия голосового коммутатора, 5) тип и версия базы данных, 6) платформа и версия операционной системы и 7) общедоступный IP-адрес. адрес. Если вы не хотите, чтобы эта информация отправлялась, просто оставьте уведомления о проектах отключенными, и никакая информация о вашей системе не будет отправлена.";
  178. $text['message-disclaimer']['sv-se'] = "<u>Upplysning</u>: Aktivering av projektmeddelanden är ett samtycke till insamling av <i>anonym</i> och <i>allmän</i> demografisk information om din installationsmiljö. Information som efterfrågas består av följande: 1) FusionPBX-version, 2) PHP-version, 3) webbserver och version, 4) version av röstväxel, 5) databastyp och version, 6) operativsystemplattform och version, och 7) offentlig IP adress. Om du inte vill att denna information ska skickas lämnar du helt enkelt Project Notifications inaktiverad, så kommer ingen information att skickas om ditt system.";
  179. $text['message-disclaimer']['uk-ua'] = "<u>Розкриття інформації</u>: увімкнення сповіщень проекту означає згоду на збір <i>анонімної</i> та <i>загальної</i> демографічної інформації про ваше середовище встановлення. Запитана інформація складається з наступного: 1) версія FusionPBX, 2) версія PHP, 3) веб-сервер і версія, 4) версія голосового перемикача, 5) тип і версія бази даних, 6) платформа та версія операційної системи та 7) публічна IP-адреса адресу. Якщо ви не бажаєте, щоб ця інформація надсилалася, просто залиште сповіщення про проект вимкненими, і жодна інформація про вашу систему не надсилатиметься.";
  180. $text['message-disclaimer']['tr-tr'] = "<u>Açıklama</u>: Proje Bildirimlerini etkinleştirmek, kurulum ortamınız hakkında <i>anonim</i> ve <i>genel</i> demografik bilgilerin toplanmasına izin vermek anlamına gelir. Talep edilen bilgiler aşağıdakilerden oluşur: 1) FusionPBX sürümü, 2) PHP sürümü, 3) web sunucusu ve sürümü, 4) ses anahtarı sürümü, 5) veritabanı türü ve sürümü, 6) işletim sistemi platformu ve sürümü ve 7) genel IP adres. Bu bilgilerin gönderilmesini istemiyorsanız Proje Bildirimlerini devre dışı bırakmanız yeterlidir; sisteminiz hakkında hiçbir bilgi gönderilmez.";
  181. $text['message-disclaimer']['zh-cn'] = "<u>披露</u>:启用项目通知即同意收集关于您的安装环境的<i>匿名</i>和<i>一般</i>人口统计信息。 请求信息包括:1)FusionPBX版本,2)PHP版本,3)Web服务器及版本,4)语音交换机版本,5)数据库类型及版本,6)操作系统平台及版本,7)公网IP 地址。 如果您不希望提交此信息,只需禁用项目通知,就不会提交有关您系统的任何信息。";
  182. $text['message-disclaimer']['ja-jp'] = "<u>開示</u>: プロジェクト通知を有効にすると、インストール環境に関する<i>匿名</i>および<i>一般</i>の人口統計情報の収集に同意することになります。 要求される情報は次のもので構成されます: 1) FusionPBX バージョン、2) PHP バージョン、3) Web サーバーとバージョン、4) 音声スイッチのバージョン、5) データベースの種類とバージョン、6) オペレーティング システムのプラットフォームとバージョン、7) パブリック IP 住所。 この情報の送信を希望しない場合は、プロジェクト通知を無効のままにしておくと、システムに関する情報は送信されません。";
  183. $text['message-disclaimer']['ko-kr'] = "<u>공개</u>: 프로젝트 알림을 활성화하면 설치 환경에 대한 <i>익명</i> 및 <i>일반</i> 인구 통계 정보 수집에 동의하는 것입니다. 요청하는 정보는 1) FusionPBX 버전, 2) PHP 버전, 3) 웹 서버 및 버전, 4) 음성 스위치 버전, 5) 데이터베이스 유형 및 버전, 6) 운영 체제 플랫폼 및 버전, 7) 공인 IP로 구성됩니다. 주소. 이 정보를 제출하지 않으려면 프로젝트 알림을 비활성화된 상태로 두면 시스템에 대한 정보가 제출되지 않습니다.";
  184. $text['message-demographics_submitted']['en-us'] = "Demographics Submitted";
  185. $text['message-demographics_submitted']['en-gb'] = "Demographics Submitted";
  186. $text['message-demographics_submitted']['ar-eg'] = "تم إرسال الخصائص الديمغرافية";
  187. $text['message-demographics_submitted']['de-at'] = "Demografische Daten übermittelt";
  188. $text['message-demographics_submitted']['de-ch'] = "Demografische Daten übermittelt";
  189. $text['message-demographics_submitted']['de-de'] = "Demografische Daten übermittelt";
  190. $text['message-demographics_submitted']['el-gr'] = "Δημογραφικά στοιχεία υποβλήθηκαν";
  191. $text['message-demographics_submitted']['es-cl'] = "Datos demográficos enviados";
  192. $text['message-demographics_submitted']['es-mx'] = "Datos demográficos enviados";
  193. $text['message-demographics_submitted']['fr-ca'] = "Données démographiques soumises";
  194. $text['message-demographics_submitted']['fr-fr'] = "Données démographiques soumises";
  195. $text['message-demographics_submitted']['he-il'] = "דמוגרפיה נשלחה";
  196. $text['message-demographics_submitted']['it-it'] = "Dati demografici inviati";
  197. $text['message-demographics_submitted']['ka-ge'] = "დემოგრაფიული მონაცემები გადაცემულია";
  198. $text['message-demographics_submitted']['nl-nl'] = "Demografische gegevens ingediend";
  199. $text['message-demographics_submitted']['pl-pl'] = "Przesłano dane demograficzne";
  200. $text['message-demographics_submitted']['pt-br'] = "Dados demográficos enviados";
  201. $text['message-demographics_submitted']['pt-pt'] = "Dados demográficos enviados";
  202. $text['message-demographics_submitted']['ro-ro'] = "Date demografice trimise";
  203. $text['message-demographics_submitted']['ru-ru'] = "Демографические данные отправлены";
  204. $text['message-demographics_submitted']['sv-se'] = "Demografi inskickad";
  205. $text['message-demographics_submitted']['uk-ua'] = "Демографічні дані подано";
  206. $text['message-demographics_submitted']['tr-tr'] = "Demografi Gönderildi";
  207. $text['message-demographics_submitted']['zh-cn'] = "已提交人口统计数据";
  208. $text['message-demographics_submitted']['ja-jp'] = "提出された人口統計";
  209. $text['message-demographics_submitted']['ko-kr'] = "제출된 인구통계";
  210. $text['message-demographics_click_here']['en-us'] = "click here";
  211. $text['message-demographics_click_here']['en-gb'] = "click here";
  212. $text['message-demographics_click_here']['ar-eg'] = "انقر هنا";
  213. $text['message-demographics_click_here']['de-at'] = "klicken Sie hier";
  214. $text['message-demographics_click_here']['de-ch'] = "klicken Sie hier";
  215. $text['message-demographics_click_here']['de-de'] = "klicken Sie hier";
  216. $text['message-demographics_click_here']['el-gr'] = "Κάντε κλικ ΕΔΩ";
  217. $text['message-demographics_click_here']['es-cl'] = "haga clic aquí";
  218. $text['message-demographics_click_here']['es-mx'] = "haga clic aquí";
  219. $text['message-demographics_click_here']['fr-ca'] = "cliquez ici";
  220. $text['message-demographics_click_here']['fr-fr'] = "cliquez ici";
  221. $text['message-demographics_click_here']['he-il'] = "לחץ כאן";
  222. $text['message-demographics_click_here']['it-it'] = "Clicca qui";
  223. $text['message-demographics_click_here']['ka-ge'] = "დააწკაპუნეთ აქ";
  224. $text['message-demographics_click_here']['nl-nl'] = "Klik hier";
  225. $text['message-demographics_click_here']['pl-pl'] = "Kliknij tutaj";
  226. $text['message-demographics_click_here']['pt-br'] = "Clique aqui";
  227. $text['message-demographics_click_here']['pt-pt'] = "Clique aqui";
  228. $text['message-demographics_click_here']['ro-ro'] = "click aici";
  229. $text['message-demographics_click_here']['ru-ru'] = "кликните сюда";
  230. $text['message-demographics_click_here']['sv-se'] = "Klicka här";
  231. $text['message-demographics_click_here']['uk-ua'] = "натисніть тут";
  232. $text['message-demographics_click_here']['tr-tr'] = "buraya tıklayın";
  233. $text['message-demographics_click_here']['zh-cn'] = "点击这里";
  234. $text['message-demographics_click_here']['ja-jp'] = "ここをクリック";
  235. $text['message-demographics_click_here']['ko-kr'] = "여기를 클릭";
  236. $text['message-demographics']['en-us'] = "<u>Note</u>: To help the FusionPBX project by submitting the demographic information described above <i>without</i> subscribing to Project Notifications, simply ";
  237. $text['message-demographics']['en-gb'] = "<u>Note</u>: To help the FusionPBX project by submitting the demographic information described above <i>without</i> subscribing to Project Notifications, simply ";
  238. $text['message-demographics']['ar-eg'] = "<u> ملاحظة </ u>: لمساعدة مشروع FusionPBX عن طريق إرسال المعلومات الديموغرافية الموضحة أعلاه <i> بدون </ i> الاشتراك في إخطارات المشروع ، ببساطة";
  239. $text['message-demographics']['de-at'] = "<u>Hinweis</u>: Um das FusionPBX-Projekt zu unterstützen, indem Sie einfach die oben beschriebenen demografischen Informationen einreichen, <i>ohne</i> die Projektbenachrichtigungen zu abonnieren ";
  240. $text['message-demographics']['de-ch'] = "<u>Hinweis</u>: Um das FusionPBX-Projekt zu unterstützen, indem Sie einfach die oben beschriebenen demografischen Informationen einreichen, <i>ohne</i> die Projektbenachrichtigungen zu abonnieren ";
  241. $text['message-demographics']['de-de'] = "<u>Hinweis</u>: Um das FusionPBX-Projekt zu unterstützen, indem Sie einfach die oben beschriebenen demografischen Informationen einreichen, <i>ohne</i> die Projektbenachrichtigungen zu abonnieren ";
  242. $text['message-demographics']['el-gr'] = "<u>Σημείωση</u>: Για να βοηθήσετε το έργο FusionPBX υποβάλλοντας τις δημογραφικές πληροφορίες που περιγράφονται παραπάνω <i>χωρίς</i> να εγγραφείτε στις Ειδοποιήσεις Έργου, απλώς ";
  243. $text['message-demographics']['es-cl'] = "<u>Nota</u>: para ayudar al proyecto FusionPBX enviando la información demográfica descrita anteriormente <i>sin</i> suscribirse a las notificaciones del proyecto, simplemente ";
  244. $text['message-demographics']['es-mx'] = "<u>Nota</u>: para ayudar al proyecto FusionPBX enviando la información demográfica descrita anteriormente <i>sin</i> suscribirse a las notificaciones del proyecto, simplemente ";
  245. $text['message-demographics']['fr-ca'] = "<u>Remarque</u>: Pour aider le projet FusionPBX en soumettant les informations démographiques décrites ci-dessus <i>sans</i> souscrire aux notifications de projet, il vous suffit de ";
  246. $text['message-demographics']['fr-fr'] = "<u>Remarque</u>: Pour aider le projet FusionPBX en soumettant les informations démographiques décrites ci-dessus <i>sans</i> souscrire aux notifications de projet, il vous suffit de ";
  247. $text['message-demographics']['he-il'] = "<u>הערה</u>: כדי לעזור לפרויקט FusionPBX על ידי שליחת המידע הדמוגרפי המתואר לעיל <i>ללא</i> להירשם ל-Project Notifications, פשוט";
  248. $text['message-demographics']['it-it'] = "<u>Nota</u>: per aiutare il progetto FusionPBX inviando le informazioni demografiche sopra descritte <i>senza</i> iscriversi alle notifiche di progetto, è sufficiente";
  249. $text['message-demographics']['ka-ge'] = "<u>შენიშვნა</u>: იმისათვის, რომ დაეხმაროთ FusionPBX-ის პროექტს დემოგრაფიული ინფორმაციის გადაცემის, რომელიც მაღლაა არწერილი, პროექტი გაფრთხილებების გამოწერის <i>გარეშე</i>";
  250. $text['message-demographics']['nl-nl'] = "<u>Opmerking</u>: om het FusionPBX-project te helpen door de hierboven beschreven demografische informatie in te dienen <i>zonder</i> u te abonneren op projectmeldingen, hoeft u alleen maar ";
  251. $text['message-demographics']['pl-pl'] = "<u>Uwaga</u>: Aby pomóc projektowi FusionPBX, przesyłając informacje demograficzne opisane powyżej <i>bez</i> subskrypcji powiadomień o projekcie, po prostu ";
  252. $text['message-demographics']['pt-br'] = "<u>Nota</u>: Para ajudar o projeto FusionPBX enviando as informações demográficas descritas acima <i>sem</i> assinar as Notificações do Projeto, simplesmente";
  253. $text['message-demographics']['pt-pt'] = "<u>Nota</u>: Para ajudar o projeto FusionPBX enviando as informações demográficas descritas acima <i>sem</i> assinar as Notificações do Projeto, simplesmente";
  254. $text['message-demographics']['ro-ro'] = "<u> Notă </u>: Pentru a ajuta proiectul FusionPBX prin trimiterea informațiilor demografice descrise mai sus <i> fără </i> abonarea la notificări ale proiectului, pur și simplu";
  255. $text['message-demographics']['ru-ru'] = "<u>Примечание</u>: чтобы помочь проекту FusionPBX, отправив демографическую информацию, описанную выше, <i>без</i> подписки на уведомления проекта, просто";
  256. $text['message-demographics']['sv-se'] = "<u>Obs</u>: För att hjälpa FusionPBX-projektet genom att skicka in den demografiska informationen som beskrivs ovan <i>utan</i> att prenumerera på projektmeddelanden, helt enkelt";
  257. $text['message-demographics']['uk-ua'] = "<u>Примітка</u>: щоб допомогти проекту FusionPBX, надавши описану вище демографічну інформацію <i>без</i> підписки на сповіщення про проект, просто";
  258. $text['message-demographics']['tr-tr'] = "<u>Not</u>: Yukarıda açıklanan demografik bilgileri Proje Bildirimlerine abone olmadan <i>olmadan</i> göndererek FusionPBX projesine yardımcı olmak için, yalnızca";
  259. $text['message-demographics']['zh-cn'] = "<u>注意</u>:要通过提交上述人口统计信息来帮助 FusionPBX 项目<i>而不</i>订阅项目通知,只需";
  260. $text['message-demographics']['ja-jp'] = "<u>注</u>: プロジェクト通知を購読する<i>ことなく</i>、上記の人口統計情報を送信して FusionPBX プロジェクトを支援するには、単に";
  261. $text['message-demographics']['ko-kr'] = "<u>참고</u>: Project Notifications에 가입하지 <i>않고</i> 위에서 설명한 인구 통계 정보를 제출하여 FusionPBX 프로젝트를 지원하려면 간단히";
  262. $text['label-project_security']['en-us'] = "Security";
  263. $text['label-project_security']['en-gb'] = "Security";
  264. $text['label-project_security']['ar-eg'] = "حماية";
  265. $text['label-project_security']['de-at'] = "Sicherheit";
  266. $text['label-project_security']['de-ch'] = "Sicherheit";
  267. $text['label-project_security']['de-de'] = "Sicherheit";
  268. $text['label-project_security']['el-gr'] = "Ασφάλεια";
  269. $text['label-project_security']['es-cl'] = "Seguridad";
  270. $text['label-project_security']['es-mx'] = "Seguridad";
  271. $text['label-project_security']['fr-ca'] = "Sécurité";
  272. $text['label-project_security']['fr-fr'] = "Sécurité";
  273. $text['label-project_security']['he-il'] = "בִּטָחוֹן";
  274. $text['label-project_security']['it-it'] = "Sicurezza";
  275. $text['label-project_security']['ka-ge'] = "უსაფრთხოება";
  276. $text['label-project_security']['nl-nl'] = "Beveiliging";
  277. $text['label-project_security']['pl-pl'] = "Bezpieczeństwo";
  278. $text['label-project_security']['pt-br'] = "Segurança";
  279. $text['label-project_security']['pt-pt'] = "Segurança";
  280. $text['label-project_security']['ro-ro'] = "Securitate";
  281. $text['label-project_security']['ru-ru'] = "Безопасность";
  282. $text['label-project_security']['sv-se'] = "säkerhet";
  283. $text['label-project_security']['uk-ua'] = "Безпека";
  284. $text['label-project_security']['tr-tr'] = "Güvenlik";
  285. $text['label-project_security']['zh-cn'] = "安全";
  286. $text['label-project_security']['ja-jp'] = "セキュリティ";
  287. $text['label-project_security']['ko-kr'] = "보안";
  288. $text['label-project_releases']['en-us'] = "Releases";
  289. $text['label-project_releases']['en-gb'] = "Releases";
  290. $text['label-project_releases']['ar-eg'] = "إطلاق";
  291. $text['label-project_releases']['de-at'] = "Veröffentlichungen";
  292. $text['label-project_releases']['de-ch'] = "Veröffentlichungen";
  293. $text['label-project_releases']['de-de'] = "Veröffentlichungen";
  294. $text['label-project_releases']['el-gr'] = "Εκδόσεις";
  295. $text['label-project_releases']['es-cl'] = "Lanzamientos";
  296. $text['label-project_releases']['es-mx'] = "Lanzamientos";
  297. $text['label-project_releases']['fr-ca'] = "Sorties";
  298. $text['label-project_releases']['fr-fr'] = "Sorties";
  299. $text['label-project_releases']['he-il'] = "משחרר";
  300. $text['label-project_releases']['it-it'] = "Rilasci";
  301. $text['label-project_releases']['ka-ge'] = "რელიზები";
  302. $text['label-project_releases']['nl-nl'] = "Releases";
  303. $text['label-project_releases']['pl-pl'] = "Wydania";
  304. $text['label-project_releases']['pt-br'] = "Lançamentos";
  305. $text['label-project_releases']['pt-pt'] = "Lançamentos";
  306. $text['label-project_releases']['ro-ro'] = "Lansări";
  307. $text['label-project_releases']['ru-ru'] = "Релизы";
  308. $text['label-project_releases']['sv-se'] = "Släpps";
  309. $text['label-project_releases']['uk-ua'] = "Релізи";
  310. $text['label-project_releases']['tr-tr'] = "Salıverme";
  311. $text['label-project_releases']['zh-cn'] = "发布";
  312. $text['label-project_releases']['ja-jp'] = "リリース";
  313. $text['label-project_releases']['ko-kr'] = "릴리스";
  314. $text['label-project_notifications']['en-us'] = "Project Notifications";
  315. $text['label-project_notifications']['en-gb'] = "Project Notifications";
  316. $text['label-project_notifications']['ar-eg'] = "إخطارات المشروع";
  317. $text['label-project_notifications']['de-at'] = "Projekt Benachrichtigungen";
  318. $text['label-project_notifications']['de-ch'] = "Projekt Benachrichtigungen";
  319. $text['label-project_notifications']['de-de'] = "Projekt Benachrichtigungen";
  320. $text['label-project_notifications']['el-gr'] = "Ειδοποιήσεις έργου";
  321. $text['label-project_notifications']['es-cl'] = "Notificaciones de proyectos";
  322. $text['label-project_notifications']['es-mx'] = "Notificaciones de proyectos";
  323. $text['label-project_notifications']['fr-ca'] = "Notifications de projet";
  324. $text['label-project_notifications']['fr-fr'] = "Notifications de projet";
  325. $text['label-project_notifications']['he-il'] = "הודעות על פרויקט";
  326. $text['label-project_notifications']['it-it'] = "Notifiche di progetto";
  327. $text['label-project_notifications']['ka-ge'] = "პროექტის გაფრთხილებები";
  328. $text['label-project_notifications']['nl-nl'] = "Project meldingen";
  329. $text['label-project_notifications']['pl-pl'] = "Powiadomienia o projektach";
  330. $text['label-project_notifications']['pt-br'] = "Notificações do projeto";
  331. $text['label-project_notifications']['pt-pt'] = "Notificações do projeto";
  332. $text['label-project_notifications']['ro-ro'] = "Notificări de proiect";
  333. $text['label-project_notifications']['ru-ru'] = "Уведомления о проектах";
  334. $text['label-project_notifications']['sv-se'] = "Projekt meddelanden";
  335. $text['label-project_notifications']['uk-ua'] = "Повідомлення про проект";
  336. $text['label-project_notifications']['tr-tr'] = "Proje Bildirimleri";
  337. $text['label-project_notifications']['zh-cn'] = "项目通知";
  338. $text['label-project_notifications']['ja-jp'] = "プロジェクトの通知";
  339. $text['label-project_notifications']['ko-kr'] = "프로젝트 알림";
  340. $text['label-project_notification_recipient']['en-us'] = "Recipient";
  341. $text['label-project_notification_recipient']['en-gb'] = "Recipient";
  342. $text['label-project_notification_recipient']['ar-eg'] = "متلقي";
  343. $text['label-project_notification_recipient']['de-at'] = "Empfänger";
  344. $text['label-project_notification_recipient']['de-ch'] = "Empfänger";
  345. $text['label-project_notification_recipient']['de-de'] = "Empfänger";
  346. $text['label-project_notification_recipient']['el-gr'] = "Παραλήπτης";
  347. $text['label-project_notification_recipient']['es-cl'] = "Destinatario";
  348. $text['label-project_notification_recipient']['es-mx'] = "Destinatario";
  349. $text['label-project_notification_recipient']['fr-ca'] = "Destinataire";
  350. $text['label-project_notification_recipient']['fr-fr'] = "Destinataire";
  351. $text['label-project_notification_recipient']['he-il'] = "מקבל";
  352. $text['label-project_notification_recipient']['it-it'] = "Destinatario";
  353. $text['label-project_notification_recipient']['ka-ge'] = "მიმღები";
  354. $text['label-project_notification_recipient']['nl-nl'] = "Ontvanger";
  355. $text['label-project_notification_recipient']['pl-pl'] = "Odbiorca";
  356. $text['label-project_notification_recipient']['pt-br'] = "Recebedor";
  357. $text['label-project_notification_recipient']['pt-pt'] = "Recebedor";
  358. $text['label-project_notification_recipient']['ro-ro'] = "Destinatar";
  359. $text['label-project_notification_recipient']['ru-ru'] = "Получатель";
  360. $text['label-project_notification_recipient']['sv-se'] = "Mottagare";
  361. $text['label-project_notification_recipient']['uk-ua'] = "одержувач";
  362. $text['label-project_notification_recipient']['tr-tr'] = "Alıcı";
  363. $text['label-project_notification_recipient']['zh-cn'] = "接受者";
  364. $text['label-project_notification_recipient']['ja-jp'] = "受信者";
  365. $text['label-project_notification_recipient']['ko-kr'] = "받는 사람";
  366. $text['label-project_notification_method']['en-us'] = "Method";
  367. $text['label-project_notification_method']['en-gb'] = "Method";
  368. $text['label-project_notification_method']['ar-eg'] = "طريقة";
  369. $text['label-project_notification_method']['de-at'] = "Methode";
  370. $text['label-project_notification_method']['de-ch'] = "Methode";
  371. $text['label-project_notification_method']['de-de'] = "Methode";
  372. $text['label-project_notification_method']['el-gr'] = "Μέθοδος";
  373. $text['label-project_notification_method']['es-cl'] = "Método";
  374. $text['label-project_notification_method']['es-mx'] = "Método";
  375. $text['label-project_notification_method']['fr-ca'] = "Méthode";
  376. $text['label-project_notification_method']['fr-fr'] = "Méthode";
  377. $text['label-project_notification_method']['he-il'] = "שיטה";
  378. $text['label-project_notification_method']['it-it'] = "Metodo";
  379. $text['label-project_notification_method']['ka-ge'] = "მეთოდი";
  380. $text['label-project_notification_method']['nl-nl'] = "methode.";
  381. $text['label-project_notification_method']['pl-pl'] = "Metoda";
  382. $text['label-project_notification_method']['pt-br'] = "Método";
  383. $text['label-project_notification_method']['pt-pt'] = "Método";
  384. $text['label-project_notification_method']['ro-ro'] = "Metodă";
  385. $text['label-project_notification_method']['ru-ru'] = "Метод";
  386. $text['label-project_notification_method']['sv-se'] = "Metod";
  387. $text['label-project_notification_method']['uk-ua'] = "Метод";
  388. $text['label-project_notification_method']['tr-tr'] = "Yöntem";
  389. $text['label-project_notification_method']['zh-cn'] = "方法";
  390. $text['label-project_notification_method']['ja-jp'] = "方法";
  391. $text['label-project_notification_method']['ko-kr'] = "방법";
  392. $text['label-project_news']['en-us'] = "News";
  393. $text['label-project_news']['en-gb'] = "News";
  394. $text['label-project_news']['ar-eg'] = "أخبار";
  395. $text['label-project_news']['de-at'] = "Nachricht";
  396. $text['label-project_news']['de-ch'] = "Nachricht";
  397. $text['label-project_news']['de-de'] = "Nachricht";
  398. $text['label-project_news']['el-gr'] = "Νέα";
  399. $text['label-project_news']['es-cl'] = "Noticias";
  400. $text['label-project_news']['es-mx'] = "Noticias";
  401. $text['label-project_news']['fr-ca'] = "Nouvelles";
  402. $text['label-project_news']['fr-fr'] = "Nouvelles";
  403. $text['label-project_news']['he-il'] = "חֲדָשׁוֹת";
  404. $text['label-project_news']['it-it'] = "Notizia";
  405. $text['label-project_news']['ka-ge'] = "ახალი ამბები";
  406. $text['label-project_news']['nl-nl'] = "Nieuws";
  407. $text['label-project_news']['pl-pl'] = "Aktualności";
  408. $text['label-project_news']['pt-br'] = "Notícias";
  409. $text['label-project_news']['pt-pt'] = "Notícias";
  410. $text['label-project_news']['ro-ro'] = "Știri";
  411. $text['label-project_news']['ru-ru'] = "Новости";
  412. $text['label-project_news']['sv-se'] = "Nyheter";
  413. $text['label-project_news']['uk-ua'] = "Новини";
  414. $text['label-project_news']['tr-tr'] = "Haberler";
  415. $text['label-project_news']['zh-cn'] = "消息";
  416. $text['label-project_news']['ja-jp'] = "ニュース";
  417. $text['label-project_news']['ko-kr'] = "소식";
  418. $text['label-project_events']['en-us'] = "Events";
  419. $text['label-project_events']['en-gb'] = "Events";
  420. $text['label-project_events']['ar-eg'] = "الأحداث";
  421. $text['label-project_events']['de-at'] = "Veranstaltungen";
  422. $text['label-project_events']['de-ch'] = "Veranstaltungen";
  423. $text['label-project_events']['de-de'] = "Veranstaltungen";
  424. $text['label-project_events']['el-gr'] = "Εκδηλώσεις";
  425. $text['label-project_events']['es-cl'] = "Eventos";
  426. $text['label-project_events']['es-mx'] = "Eventos";
  427. $text['label-project_events']['fr-ca'] = "Événements";
  428. $text['label-project_events']['fr-fr'] = "Événements";
  429. $text['label-project_events']['he-il'] = "אירועים";
  430. $text['label-project_events']['it-it'] = "Evenementen";
  431. $text['label-project_events']['ka-ge'] = "მოვლენები";
  432. $text['label-project_events']['nl-nl'] = "Avond";
  433. $text['label-project_events']['pl-pl'] = "Wydarzenia";
  434. $text['label-project_events']['pt-br'] = "Eventos";
  435. $text['label-project_events']['pt-pt'] = "Eventos";
  436. $text['label-project_events']['ro-ro'] = "Evenimente";
  437. $text['label-project_events']['ru-ru'] = "События";
  438. $text['label-project_events']['sv-se'] = "Evenemang";
  439. $text['label-project_events']['uk-ua'] = "Події";
  440. $text['label-project_events']['tr-tr'] = "Olaylar";
  441. $text['label-project_events']['zh-cn'] = "事件";
  442. $text['label-project_events']['ja-jp'] = "イベント";
  443. $text['label-project_events']['ko-kr'] = "이벤트";
  444. $text['header-notifications']['en-us'] = "Notifications";
  445. $text['header-notifications']['en-gb'] = "Notifications";
  446. $text['header-notifications']['ar-eg'] = "إشعارات";
  447. $text['header-notifications']['de-at'] = "Benachrichtigungen";
  448. $text['header-notifications']['de-ch'] = "Benachrichtigungen";
  449. $text['header-notifications']['de-de'] = "Benachrichtigungen";
  450. $text['header-notifications']['el-gr'] = "Ειδοποιήσεις";
  451. $text['header-notifications']['es-cl'] = "Notificaciones";
  452. $text['header-notifications']['es-mx'] = "Notificaciones";
  453. $text['header-notifications']['fr-ca'] = "Notifications";
  454. $text['header-notifications']['fr-fr'] = "Notifications";
  455. $text['header-notifications']['he-il'] = "התראות";
  456. $text['header-notifications']['it-it'] = "Notifiche";
  457. $text['header-notifications']['ka-ge'] = "გაფრთხილებები";
  458. $text['header-notifications']['nl-nl'] = "Meldingen";
  459. $text['header-notifications']['pl-pl'] = "Powiadomienia";
  460. $text['header-notifications']['pt-br'] = "Notificações";
  461. $text['header-notifications']['pt-pt'] = "Notificações";
  462. $text['header-notifications']['ro-ro'] = "Notificări";
  463. $text['header-notifications']['ru-ru'] = "Уведомления";
  464. $text['header-notifications']['sv-se'] = "Aviseringar";
  465. $text['header-notifications']['uk-ua'] = "Сповіщення";
  466. $text['header-notifications']['tr-tr'] = "Bildirimler";
  467. $text['header-notifications']['zh-cn'] = "通知";
  468. $text['header-notifications']['ja-jp'] = "通知";
  469. $text['header-notifications']['ko-kr'] = "알림";
  470. $text['description-project_security']['en-us'] = "Receive notifications of security updates.";
  471. $text['description-project_security']['en-gb'] = "Receive notifications of security updates.";
  472. $text['description-project_security']['ar-eg'] = "تلقي إخطارات التحديثات الأمنية.";
  473. $text['description-project_security']['de-at'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
  474. $text['description-project_security']['de-ch'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
  475. $text['description-project_security']['de-de'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
  476. $text['description-project_security']['el-gr'] = "Λάβετε ειδοποιήσεις για ενημερώσεις ασφαλείας.";
  477. $text['description-project_security']['es-cl'] = "Recibir notificaciones de actualizaciones de seguridad.";
  478. $text['description-project_security']['es-mx'] = "Recibir notificaciones de actualizaciones de seguridad.";
  479. $text['description-project_security']['fr-ca'] = "Recevez des notifications de mises à jour de sécurité.";
  480. $text['description-project_security']['fr-fr'] = "Recevez des notifications de mises à jour de sécurité.";
  481. $text['description-project_security']['he-il'] = "קבלו הודעות על עדכוני אבטחה.";
  482. $text['description-project_security']['it-it'] = "Ricevi notifiche degli aggiornamenti di sicurezza.";
  483. $text['description-project_security']['ka-ge'] = "გაფრთხილებების მიღება უსაფრთხოების განახლებების შესახებ.";
  484. $text['description-project_security']['nl-nl'] = "Ontvang meldingen van beveiligingsupdates.";
  485. $text['description-project_security']['pl-pl'] = "Otrzymuj powiadomienia o aktualizacjach zabezpieczeń.";
  486. $text['description-project_security']['pt-br'] = "Receba notificações de atualizações de segurança.";
  487. $text['description-project_security']['pt-pt'] = "Receba notificações de atualizações de segurança.";
  488. $text['description-project_security']['ro-ro'] = "Primiți notificări privind actualizările de securitate.";
  489. $text['description-project_security']['ru-ru'] = "Получайте уведомления об обновлениях безопасности.";
  490. $text['description-project_security']['sv-se'] = "Få meddelanden om säkerhetsuppdateringar.";
  491. $text['description-project_security']['uk-ua'] = "Отримувати сповіщення про оновлення безпеки.";
  492. $text['description-project_security']['tr-tr'] = "Güvenlik güncellemeleriyle ilgili bildirimleri alın.";
  493. $text['description-project_security']['zh-cn'] = "接收安全更新通知。";
  494. $text['description-project_security']['ja-jp'] = "セキュリティ更新の通知を受け取ります。";
  495. $text['description-project_security']['ko-kr'] = "보안 업데이트 알림을 받습니다.";
  496. $text['description-project_releases']['en-us'] = "Receive notifications when new stable version of FusionPBX are released and available for download.";
  497. $text['description-project_releases']['en-gb'] = "Receive notifications when new stable version of FusionPBX are released and available for download.";
  498. $text['description-project_releases']['ar-eg'] = "احصل على إشعارات عند إصدار إصدار ثابت جديد من FusionPBX وإتاحته للتنزيل.";
  499. $text['description-project_releases']['de-at'] = "Erhalten Sie Benachrichtigungen, wenn neue stabile Versionen von FusionPBX veröffentlicht werden und zum Download verfügbar sind.";
  500. $text['description-project_releases']['de-ch'] = "Erhalten Sie Benachrichtigungen, wenn neue stabile Versionen von FusionPBX veröffentlicht werden und zum Download verfügbar sind.";
  501. $text['description-project_releases']['de-de'] = "Erhalten Sie Benachrichtigungen, wenn neue stabile Versionen von FusionPBX veröffentlicht werden und zum Download verfügbar sind.";
  502. $text['description-project_releases']['el-gr'] = "Λάβετε ειδοποιήσεις όταν κυκλοφορήσει η νέα σταθερή έκδοση του FusionPBX και είναι διαθέσιμη για λήψη.";
  503. $text['description-project_releases']['es-cl'] = "Reciba notificaciones cuando se lance una nueva versión estable de FusionPBX y esté disponible para descargar.";
  504. $text['description-project_releases']['es-mx'] = "Reciba notificaciones cuando se lance una nueva versión estable de FusionPBX y esté disponible para descargar.";
  505. $text['description-project_releases']['fr-ca'] = "Recevez des notifications lorsqu'une nouvelle version stable de FusionPBX est publiée et disponible au téléchargement.";
  506. $text['description-project_releases']['fr-fr'] = "Recevez des notifications lorsqu'une nouvelle version stable de FusionPBX est publiée et disponible au téléchargement.";
  507. $text['description-project_releases']['he-il'] = "קבל התראות כאשר גרסה יציבה חדשה של FusionPBX יוצאת וזמינה להורדה.";
  508. $text['description-project_releases']['it-it'] = "Ricevi notifiche quando la nuova versione stabile di FusionPBX viene rilasciata e disponibile per il download.";
  509. $text['description-project_releases']['ka-ge'] = "მიიღეთ გაფრთხილებები, როცა FusionPBX-ის ახალი ვერსია გამოვა.";
  510. $text['description-project_releases']['nl-nl'] = "Ontvang meldingen wanneer er een nieuwe stabiele versie van FusionPBX wordt uitgebracht en beschikbaar is om te downloaden.";
  511. $text['description-project_releases']['pl-pl'] = "Otrzymuj powiadomienia, gdy nowa stabilna wersja FusionPBX zostanie wydana i będzie dostępna do pobrania.";
  512. $text['description-project_releases']['pt-br'] = "Receba notificações quando uma nova versão estável do FusionPBX for lançada e estiver disponível para download.";
  513. $text['description-project_releases']['pt-pt'] = "Receba notificações quando uma nova versão estável do FusionPBX for lançada e estiver disponível para download.";
  514. $text['description-project_releases']['ro-ro'] = "Primiți notificări când o nouă versiune stabilă a FusionPBX este lansată și disponibilă pentru descărcare.";
  515. $text['description-project_releases']['ru-ru'] = "Получайте уведомления, когда новая стабильная версия FusionPBX выпущена и доступна для загрузки.";
  516. $text['description-project_releases']['sv-se'] = "Få meddelanden när en ny stabil version av FusionPBX släpps och är tillgänglig för nedladdning.";
  517. $text['description-project_releases']['uk-ua'] = "Отримуйте сповіщення, коли нова стабільна версія FusionPBX буде випущена та доступна для завантаження.";
  518. $text['description-project_releases']['tr-tr'] = "FusionPBX'in yeni kararlı sürümü yayınlandığında ve indirilmeye hazır olduğunda bildirim alın.";
  519. $text['description-project_releases']['zh-cn'] = "当 FusionPBX 的新稳定版本发布并可供下载时接收通知。";
  520. $text['description-project_releases']['ja-jp'] = "FusionPBX の新しい安定バージョンがリリースされ、ダウンロード可能になったときに通知を受け取ります。";
  521. $text['description-project_releases']['ko-kr'] = "FusionPBX의 안정적인 새 버전이 출시되어 다운로드할 수 있을 때 알림을 받습니다.";
  522. $text['description-project_notifications']['en-us'] = "Enable FusionPBX project notifications.";
  523. $text['description-project_notifications']['en-gb'] = "Enable FusionPBX project notifications.";
  524. $text['description-project_notifications']['ar-eg'] = "تفعيل إشعارات مشروع FusionPBX.";
  525. $text['description-project_notifications']['de-at'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
  526. $text['description-project_notifications']['de-ch'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
  527. $text['description-project_notifications']['de-de'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
  528. $text['description-project_notifications']['el-gr'] = "Ενεργοποίηση ειδοποιήσεων έργου FusionPBX.";
  529. $text['description-project_notifications']['es-cl'] = "Habilitar las notificaciones de proyectos FusionPBX.";
  530. $text['description-project_notifications']['es-mx'] = "Habilitar las notificaciones de proyectos FusionPBX.";
  531. $text['description-project_notifications']['fr-ca'] = "Activer les notifications de projet FusionPBX.";
  532. $text['description-project_notifications']['fr-fr'] = "Activer les notifications de projet FusionPBX.";
  533. $text['description-project_notifications']['he-il'] = "אפשר התראות על פרויקט FusionPBX.";
  534. $text['description-project_notifications']['it-it'] = "Abilita le notifiche di progetto di FusionPBX.";
  535. $text['description-project_notifications']['ka-ge'] = "FusionPBX-ის ოექტის გაფრთხილებების ჩართვა.";
  536. $text['description-project_notifications']['nl-nl'] = "Schakel FusionPBX-projectmeldingen in.";
  537. $text['description-project_notifications']['pl-pl'] = "Włącz powiadomienia o projekcie FusionPBX.";
  538. $text['description-project_notifications']['pt-br'] = "Ative as notificações do projeto FusionPBX.";
  539. $text['description-project_notifications']['pt-pt'] = "Ative as notificações do projeto FusionPBX.";
  540. $text['description-project_notifications']['ro-ro'] = "Activați notificările de proiect FusionPBX.";
  541. $text['description-project_notifications']['ru-ru'] = "Включить уведомления проекта FusionPBX.";
  542. $text['description-project_notifications']['sv-se'] = "Aktivera FusionPBX-projektmeddelanden.";
  543. $text['description-project_notifications']['uk-ua'] = "Увімкнути сповіщення про проект FusionPBX.";
  544. $text['description-project_notifications']['tr-tr'] = "FusionPBX proje bildirimlerini etkinleştirin.";
  545. $text['description-project_notifications']['zh-cn'] = "启用 FusionPBX 项目通知。";
  546. $text['description-project_notifications']['ja-jp'] = "FusionPBX プロジェクト通知を有効にします。";
  547. $text['description-project_notifications']['ko-kr'] = "FusionPBX 프로젝트 알림을 활성화합니다.";
  548. $text['description-project_notification_recipient']['en-us'] = "Enter the desired Email Address for the recipient.";
  549. $text['description-project_notification_recipient']['en-gb'] = "Enter the desired Email Address for the recipient.";
  550. $text['description-project_notification_recipient']['ar-eg'] = "أدخل عنوان البريد الإلكتروني المطلوب للمستلم.";
  551. $text['description-project_notification_recipient']['de-at'] = "Geben Sie die gewünschte E-Mail-Adresse für den Empfänger ein.";
  552. $text['description-project_notification_recipient']['de-ch'] = "Geben Sie die gewünschte E-Mail-Adresse für den Empfänger ein.";
  553. $text['description-project_notification_recipient']['de-de'] = "Geben Sie die gewünschte E-Mail-Adresse für den Empfänger ein.";
  554. $text['description-project_notification_recipient']['el-gr'] = "Εισαγάγετε την επιθυμητή διεύθυνση email για τον παραλήπτη.";
  555. $text['description-project_notification_recipient']['es-cl'] = "Ingrese la dirección de correo electrónico deseada para el destinatario.";
  556. $text['description-project_notification_recipient']['es-mx'] = "Ingrese la dirección de correo electrónico deseada para el destinatario.";
  557. $text['description-project_notification_recipient']['fr-ca'] = "Saisissez l'adresse e-mail souhaitée pour le destinataire.";
  558. $text['description-project_notification_recipient']['fr-fr'] = "Saisissez l'adresse e-mail souhaitée pour le destinataire.";
  559. $text['description-project_notification_recipient']['he-il'] = "הזן את כתובת האימייל הרצויה עבור הנמען.";
  560. $text['description-project_notification_recipient']['it-it'] = "Immettere l'indirizzo e-mail desiderato per il destinatario.";
  561. $text['description-project_notification_recipient']['ka-ge'] = "შეიყვანეთ სასურველი ელფოსტის მისამართი მიმღებისთვის.";
  562. $text['description-project_notification_recipient']['nl-nl'] = "Voer het gewenste e-mailadres van de ontvanger in.";
  563. $text['description-project_notification_recipient']['pl-pl'] = "Wprowadź żądany adres e-mail odbiorcy.";
  564. $text['description-project_notification_recipient']['pt-br'] = "Digite o endereço de e-mail desejado para o destinatário.";
  565. $text['description-project_notification_recipient']['pt-pt'] = "Digite o endereço de e-mail desejado para o destinatário.";
  566. $text['description-project_notification_recipient']['ro-ro'] = "Introduceți adresa de e-mail dorită pentru destinatar.";
  567. $text['description-project_notification_recipient']['ru-ru'] = "Введите желаемый адрес электронной почты для получателя.";
  568. $text['description-project_notification_recipient']['sv-se'] = "Ange önskad e-postadress för mottagaren.";
  569. $text['description-project_notification_recipient']['uk-ua'] = "Введіть бажану адресу електронної пошти одержувача.";
  570. $text['description-project_notification_recipient']['tr-tr'] = "Alıcı için istediğiniz E-posta Adresini girin.";
  571. $text['description-project_notification_recipient']['zh-cn'] = "为收件人输入所需的电子邮件地址。";
  572. $text['description-project_notification_recipient']['ja-jp'] = "受信者に希望の電子メール アドレスを入力します。";
  573. $text['description-project_notification_recipient']['ko-kr'] = "받는 사람에 대해 원하는 이메일 주소를 입력합니다.";
  574. $text['description-project_notification_method']['en-us'] = "Select the desired method of communication.";
  575. $text['description-project_notification_method']['en-gb'] = "Select the desired method of communication.";
  576. $text['description-project_notification_method']['ar-eg'] = "حدد طريقة الاتصال المطلوبة.";
  577. $text['description-project_notification_method']['de-at'] = "Wählen Sie die gewünschte Kommunikationsmethode aus.";
  578. $text['description-project_notification_method']['de-ch'] = "Wählen Sie die gewünschte Kommunikationsmethode aus.";
  579. $text['description-project_notification_method']['de-de'] = "Wählen Sie die gewünschte Kommunikationsmethode aus.";
  580. $text['description-project_notification_method']['el-gr'] = "Επιλέξτε την επιθυμητή μέθοδο επικοινωνίας.";
  581. $text['description-project_notification_method']['es-cl'] = "Seleccione el método de comunicación deseado.";
  582. $text['description-project_notification_method']['es-mx'] = "Seleccione el método de comunicación deseado.";
  583. $text['description-project_notification_method']['fr-ca'] = "Sélectionnez la méthode de communication souhaitée.";
  584. $text['description-project_notification_method']['fr-fr'] = "Sélectionnez la méthode de communication souhaitée.";
  585. $text['description-project_notification_method']['he-il'] = "בחר את שיטת התקשורת הרצויה.";
  586. $text['description-project_notification_method']['it-it'] = "Seleziona il metodo di comunicazione desiderato.";
  587. $text['description-project_notification_method']['ka-ge'] = "აირჩიეთ კომუნიკაციის სასურველი მეთოდი.";
  588. $text['description-project_notification_method']['nl-nl'] = "Selecteer de gewenste communicatiemethode.";
  589. $text['description-project_notification_method']['pl-pl'] = "Wybierz żądaną metodę komunikacji.";
  590. $text['description-project_notification_method']['pt-br'] = "Selecione o método de comunicação desejado.";
  591. $text['description-project_notification_method']['pt-pt'] = "Selecione o método de comunicação desejado.";
  592. $text['description-project_notification_method']['ro-ro'] = "Selectați metoda dorită de comunicare.";
  593. $text['description-project_notification_method']['ru-ru'] = "Выберите нужный способ связи.";
  594. $text['description-project_notification_method']['sv-se'] = "Välj önskad kommunikationsmetod.";
  595. $text['description-project_notification_method']['uk-ua'] = "Виберіть потрібний спосіб спілкування.";
  596. $text['description-project_notification_method']['tr-tr'] = "İstediğiniz iletişim yöntemini seçin.";
  597. $text['description-project_notification_method']['zh-cn'] = "选择所需的通信方式。";
  598. $text['description-project_notification_method']['ja-jp'] = "希望の通信方法を選択します。";
  599. $text['description-project_notification_method']['ko-kr'] = "원하는 통신 방법을 선택합니다.";
  600. $text['description-project_news']['en-us'] = "Receive notifications of general FusionPBX related news and information.";
  601. $text['description-project_news']['en-gb'] = "Receive notifications of general FusionPBX related news and information.";
  602. $text['description-project_news']['ar-eg'] = "تلقي إخطارات بالأخبار والمعلومات العامة المتعلقة بـ FusionPBX.";
  603. $text['description-project_news']['de-at'] = "Erhalten Sie Benachrichtigungen über allgemeine Neuigkeiten und Informationen zu FusionPBX.";
  604. $text['description-project_news']['de-ch'] = "Erhalten Sie Benachrichtigungen über allgemeine Neuigkeiten und Informationen zu FusionPBX.";
  605. $text['description-project_news']['de-de'] = "Erhalten Sie Benachrichtigungen über allgemeine Neuigkeiten und Informationen zu FusionPBX.";
  606. $text['description-project_news']['el-gr'] = "Λάβετε ειδοποιήσεις για γενικές ειδήσεις και πληροφορίες που σχετίζονται με το FusionPBX.";
  607. $text['description-project_news']['es-cl'] = "Reciba notificaciones de noticias e información general relacionada con FusionPBX.";
  608. $text['description-project_news']['es-mx'] = "Reciba notificaciones de noticias e información general relacionada con FusionPBX.";
  609. $text['description-project_news']['fr-ca'] = "Recevez des notifications d'actualités et d'informations générales sur FusionPBX.";
  610. $text['description-project_news']['fr-fr'] = "Recevez des notifications d'actualités et d'informations générales sur FusionPBX.";
  611. $text['description-project_news']['he-il'] = "קבל הודעות על חדשות ומידע כלליים הקשורים ל-FusionPBX.";
  612. $text['description-project_news']['it-it'] = "Ricevi notifiche di notizie e informazioni generali relative a FusionPBX.";
  613. $text['description-project_news']['ka-ge'] = "მიიღეთ გაფრთხილებები FusionPBX-ის ზოგადი ახალი ამბების და ინფორმაციის შესახებ.";
  614. $text['description-project_news']['nl-nl'] = "Ontvang meldingen van algemeen FusionPBX-gerelateerd nieuws en informatie.";
  615. $text['description-project_news']['pl-pl'] = "Otrzymuj powiadomienia o ogólnych wiadomościach i informacjach związanych z FusionPBX.";
  616. $text['description-project_news']['pt-br'] = "Receba notificações de notícias e informações gerais relacionadas ao FusionPBX.";
  617. $text['description-project_news']['pt-pt'] = "Receba notificações de notícias e informações gerais relacionadas ao FusionPBX.";
  618. $text['description-project_news']['ro-ro'] = "Primiți notificări cu știri și informații generale legate de FusionPBX.";
  619. $text['description-project_news']['ru-ru'] = "Получайте уведомления об общих новостях и информации, связанных с FusionPBX.";
  620. $text['description-project_news']['sv-se'] = "Ta emot meddelanden om allmänna FusionPBX-relaterade nyheter och information.";
  621. $text['description-project_news']['uk-ua'] = "Отримуйте сповіщення про загальні новини та інформацію щодо FusionPBX.";
  622. $text['description-project_news']['tr-tr'] = "FusionPBX ile ilgili genel haber ve bilgilerin bildirimlerini alın.";
  623. $text['description-project_news']['zh-cn'] = "接收一般 FusionPBX 相关新闻和信息的通知。";
  624. $text['description-project_news']['ja-jp'] = "FusionPBX 関連の一般的なニュースと情報の通知を受け取ります。";
  625. $text['description-project_news']['ko-kr'] = "일반적인 FusionPBX 관련 뉴스 및 정보 알림을 받습니다.";
  626. $text['description-project_events']['en-us'] = "Receive notifications of upcoming FusionPBX training classes, convention booths, and other events related to the project.";
  627. $text['description-project_events']['en-gb'] = "Receive notifications of upcoming FusionPBX training classes, convention booths, and other events related to the project.";
  628. $text['description-project_events']['ar-eg'] = "تلقي إخطارات عن الدورات التدريبية القادمة FusionPBX ، وأكشاك المؤتمرات ، والأحداث الأخرى المتعلقة بالمشروع.";
  629. $text['description-project_events']['de-at'] = "Erhalten Sie Benachrichtigungen über bevorstehende FusionPBX-Schulungen, Kongressstände und andere Veranstaltungen im Zusammenhang mit dem Projekt.";
  630. $text['description-project_events']['de-ch'] = "Erhalten Sie Benachrichtigungen über bevorstehende FusionPBX-Schulungen, Kongressstände und andere Veranstaltungen im Zusammenhang mit dem Projekt.";
  631. $text['description-project_events']['de-de'] = "Erhalten Sie Benachrichtigungen über bevorstehende FusionPBX-Schulungen, Kongressstände und andere Veranstaltungen im Zusammenhang mit dem Projekt.";
  632. $text['description-project_events']['el-gr'] = "Λάβετε ειδοποιήσεις για επερχόμενα εκπαιδευτικά μαθήματα FusionPBX, περίπτερα συνεδρίων και άλλες εκδηλώσεις που σχετίζονται με το έργο.";
  633. $text['description-project_events']['es-cl'] = "Reciba notificaciones de las próximas clases de capacitación, cabinas de convenciones y otros eventos relacionados con el proyecto de FusionPBX.";
  634. $text['description-project_events']['es-mx'] = "Reciba notificaciones de las próximas clases de capacitación, cabinas de convenciones y otros eventos relacionados con el proyecto de FusionPBX.";
  635. $text['description-project_events']['fr-ca'] = "Recevez des notifications des prochains cours de formation FusionPBX, des stands de convention et d'autres événements liés au projet.";
  636. $text['description-project_events']['fr-fr'] = "Recevez des notifications des prochains cours de formation FusionPBX, des stands de convention et d'autres événements liés au projet.";
  637. $text['description-project_events']['he-il'] = "קבל הודעות על שיעורי הדרכה עתידיים של FusionPBX, דוכני כנסים ואירועים אחרים הקשורים לפרויקט.";
  638. $text['description-project_events']['it-it'] = "Ricevi notifiche sui prossimi corsi di formazione FusionPBX, stand congressuali e altri eventi relativi al progetto.";
  639. $text['description-project_events']['ka-ge'] = "ინფორმაციის მიღება მომავალი FusionPBX-ის ტრენინგის კლასების, ბუტიკების და სხვა მოვლენების შესახებ.";
  640. $text['description-project_events']['nl-nl'] = "Ontvang meldingen van aankomende FusionPBX-trainingsklassen, congresstands en andere evenementen die verband houden met het project.";
  641. $text['description-project_events']['pl-pl'] = "Otrzymuj powiadomienia o zbliżających się szkoleniach FusionPBX, stoiskach konferencyjnych i innych wydarzeniach związanych z projektem.";
  642. $text['description-project_events']['pt-br'] = "Receba notificações das próximas aulas de treinamento FusionPBX, estandes de convenções e outros eventos relacionados ao projeto.";
  643. $text['description-project_events']['pt-pt'] = "Receba notificações das próximas aulas de treinamento FusionPBX, estandes de convenções e outros eventos relacionados ao projeto.";
  644. $text['description-project_events']['ro-ro'] = "Primiți notificări cu privire la cursurile viitoare de instruire FusionPBX, cabinele de convenții și alte evenimente legate de proiect.";
  645. $text['description-project_events']['ru-ru'] = "Получайте уведомления о предстоящих учебных курсах FusionPBX, стендах для конференций и других мероприятиях, связанных с проектом.";
  646. $text['description-project_events']['sv-se'] = "Ta emot meddelanden om kommande FusionPBX-utbildningsklasser, kongressbås och andra evenemang relaterade till projektet.";
  647. $text['description-project_events']['uk-ua'] = "Отримуйте сповіщення про майбутні навчальні курси FusionPBX, стенди для конференцій та інші події, пов’язані з проектом.";
  648. $text['description-project_events']['tr-tr'] = "Yaklaşan FusionPBX eğitim sınıfları, kongre stantları ve projeyle ilgili diğer etkinlikler hakkında bildirimler alın.";
  649. $text['description-project_events']['zh-cn'] = "接收即将举行的 FusionPBX 培训班、会议展位和其他与项目相关的活动的通知。";
  650. $text['description-project_events']['ja-jp'] = "今後開催される FusionPBX トレーニング クラス、コンベンション ブース、およびプロジェクトに関連するその他のイベントの通知を受け取ります。";
  651. $text['description-project_events']['ko-kr'] = "예정된 FusionPBX 교육 수업, 컨벤션 부스 및 프로젝트와 관련된 기타 이벤트에 대한 알림을 받습니다.";
  652. $text['description-notifications']['en-us'] = "Set notification preferences for FusionPBX project-related communication and other local system alerts.";
  653. $text['description-notifications']['en-gb'] = "Set notification preferences for FusionPBX project-related communication and other local system alerts.";
  654. $text['description-notifications']['ar-eg'] = "تعيين تفضيلات الإعلام للاتصالات المتعلقة بمشروع FusionPBX وتنبيهات النظام المحلي الأخرى.";
  655. $text['description-notifications']['de-at'] = "Legen Sie Benachrichtigungseinstellungen für die projektbezogene FusionPBX-Kommunikation und andere lokale Systemwarnungen fest.";
  656. $text['description-notifications']['de-ch'] = "Legen Sie Benachrichtigungseinstellungen für die projektbezogene FusionPBX-Kommunikation und andere lokale Systemwarnungen fest.";
  657. $text['description-notifications']['de-de'] = "Legen Sie Benachrichtigungseinstellungen für die projektbezogene FusionPBX-Kommunikation und andere lokale Systemwarnungen fest.";
  658. $text['description-notifications']['el-gr'] = "Ορίστε τις προτιμήσεις ειδοποιήσεων για την επικοινωνία που σχετίζεται με το έργο FusionPBX και άλλες ειδοποιήσεις τοπικού συστήματος.";
  659. $text['description-notifications']['es-cl'] = "Configure las preferencias de notificación para la comunicación relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
  660. $text['description-notifications']['es-mx'] = "Configure las preferencias de notificación para la comunicación relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
  661. $text['description-notifications']['fr-ca'] = "Définissez les préférences de notification pour les communications liées au projet FusionPBX et les autres alertes du système local.";
  662. $text['description-notifications']['fr-fr'] = "Définissez les préférences de notification pour les communications liées au projet FusionPBX et les autres alertes du système local.";
  663. $text['description-notifications']['he-il'] = "הגדר העדפות התראות עבור תקשורת הקשורה לפרויקט FusionPBX והתראות מערכת מקומית אחרות.";
  664. $text['description-notifications']['it-it'] = "Imposta le preferenze di notifica per la comunicazione relativa al progetto FusionPBX e altri avvisi di sistema locale.";
  665. $text['description-notifications']['ka-ge'] = "დააყენეთ გაფრთხილების პარამეტრები FusionPBX-ის პროექტთან დაკავშირებული კომუნიკაციისა და სხვა ლოკალური სისტემურ განგაშების მისაღებად.";
  666. $text['description-notifications']['nl-nl'] = "Stel meldingsvoorkeuren in voor FusionPBX-projectgerelateerde communicatie en andere lokale systeemwaarschuwingen.";
  667. $text['description-notifications']['pl-pl'] = "Ustaw preferencje powiadomień dla komunikacji związanej z projektem FusionPBX i innych lokalnych alertów systemowych.";
  668. $text['description-notifications']['pt-br'] = "Defina as preferências de notificação para comunicação relacionada ao projeto FusionPBX e outros alertas do sistema local.";
  669. $text['description-notifications']['pt-pt'] = "Defina as preferências de notificação para comunicação relacionada ao projeto FusionPBX e outros alertas do sistema local.";
  670. $text['description-notifications']['ro-ro'] = "Setați preferințele de notificare pentru comunicarea legată de proiect FusionPBX și alte alerte de sistem local.";
  671. $text['description-notifications']['ru-ru'] = "Установите настройки уведомлений для связи, связанной с проектом FusionPBX, и других локальных системных предупреждений.";
  672. $text['description-notifications']['sv-se'] = "Ange aviseringsinställningar för FusionPBX-projektrelaterad kommunikation och andra lokala systemvarningar.";
  673. $text['description-notifications']['uk-ua'] = "Встановіть параметри сповіщень для зв’язку, пов’язаного з проектом FusionPBX, та інших сповіщень локальної системи.";
  674. $text['description-notifications']['tr-tr'] = "FusionPBX projesiyle ilgili iletişim ve diğer yerel sistem uyarıları için bildirim tercihlerini ayarlayın.";
  675. $text['description-notifications']['zh-cn'] = "为 FusionPBX 项目相关通信和其他本地系统警报设置通知首选项。";
  676. $text['description-notifications']['ja-jp'] = "FusionPBX プロジェクト関連の通信およびその他のローカル システム アラートの通知設定を設定します。";
  677. $text['description-notifications']['ko-kr'] = "FusionPBX 프로젝트 관련 통신 및 기타 로컬 시스템 경고에 대한 알림 기본 설정을 지정합니다.";
  678. ?>