app_languages.php 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. <?php
  2. //Device Logs
  3. $text['title-device_logs']['en-us'] = 'Device Logs';
  4. $text['title-device_logs']['en-gb'] = 'Device Logs';
  5. $text['title-device_logs']['ar-eg'] = 'سجلات الجهاز';
  6. $text['title-device_logs']['de-at'] = 'Geräteprotokolle';
  7. $text['title-device_logs']['de-ch'] = 'Geräteprotokolle';
  8. $text['title-device_logs']['de-de'] = 'Geräteprotokolle';
  9. $text['title-device_logs']['es-cl'] = 'Registros de dispositivos';
  10. $text['title-device_logs']['es-mx'] = 'Registros de dispositivos';
  11. $text['title-device_logs']['fr-ca'] = "Journaux de l'appareil";
  12. $text['title-device_logs']['fr-fr'] = "Journaux de l'appareil";
  13. $text['title-device_logs']['he-il'] = 'יומני מכשירים';
  14. $text['title-device_logs']['it-it'] = 'Registri dei dispositivi';
  15. $text['title-device_logs']['nl-nl'] = 'Apparaatlogboeken';
  16. $text['title-device_logs']['pl-pl'] = 'Dzienniki urządzeń';
  17. $text['title-device_logs']['pt-br'] = 'Logs de dispositivo';
  18. $text['title-device_logs']['pt-pt'] = 'Logs de dispositivo';
  19. $text['title-device_logs']['ro-ro'] = 'Jurnalele dispozitivului';
  20. $text['title-device_logs']['ru-ru'] = 'Журналы устройства';
  21. $text['title-device_logs']['sv-se'] = 'Enhetsloggar';
  22. $text['title-device_logs']['uk-ua'] = 'Журнали пристрою';
  23. $text['title-device_logs']['zh-cn'] = '设备日志';
  24. $text['title-device_logs']['ja-jp'] = 'デバイスログ';
  25. $text['title-device_logs']['ko-kr'] = '장치 로그';
  26. $text['title-device_log']['en-us'] = 'Device Log';
  27. $text['title-device_log']['en-gb'] = 'Device Log';
  28. $text['title-device_log']['ar-eg'] = 'سجل الجهاز';
  29. $text['title-device_log']['de-at'] = 'Geräteprotokoll';
  30. $text['title-device_log']['de-ch'] = 'Geräteprotokoll';
  31. $text['title-device_log']['de-de'] = 'Geräteprotokoll';
  32. $text['title-device_log']['es-cl'] = 'Registro de dispositivos';
  33. $text['title-device_log']['es-mx'] = 'Registro de dispositivos';
  34. $text['title-device_log']['fr-ca'] = "Journal de l'appareil";
  35. $text['title-device_log']['fr-fr'] = "Journal de l'appareil";
  36. $text['title-device_log']['he-il'] = 'יומן מכשירים';
  37. $text['title-device_log']['it-it'] = 'Registro del dispositivo';
  38. $text['title-device_log']['nl-nl'] = 'Apparaatlogboek';
  39. $text['title-device_log']['pl-pl'] = 'Dziennik urządzenia';
  40. $text['title-device_log']['pt-br'] = 'Log de dispositivo';
  41. $text['title-device_log']['pt-pt'] = 'Log de dispositivo';
  42. $text['title-device_log']['ro-ro'] = 'Jurnal de dispozitiv';
  43. $text['title-device_log']['ru-ru'] = 'Журнал устройства';
  44. $text['title-device_log']['sv-se'] = 'Enhetslogg';
  45. $text['title-device_log']['uk-ua'] = 'Журнал пристрою';
  46. $text['title-device_log']['zh-cn'] = '设备日志';
  47. $text['title-device_log']['ja-jp'] = 'デバイスログ';
  48. $text['title-device_log']['ko-kr'] = '장치 로그';
  49. $text['description-device_logs']['en-us'] = 'Log of the device provisioning with details that help with security and troubleshooting.';
  50. $text['description-device_logs']['en-gb'] = 'Log of the device provisioning with details that help with security and troubleshooting.';
  51. $text['description-device_logs']['ar-eg'] = 'سجل توفير الجهاز مع التفاصيل التي تساعد في الأمان واستكشاف الأخطاء وإصلاحها.';
  52. $text['description-device_logs']['de-at'] = 'Protokoll der Gerätebereitstellung mit Details, die bei der Sicherheit und Fehlerbehebung helfen.';
  53. $text['description-device_logs']['de-ch'] = 'Protokoll der Gerätebereitstellung mit Details, die bei der Sicherheit und Fehlerbehebung helfen.';
  54. $text['description-device_logs']['de-de'] = 'Protokoll der Gerätebereitstellung mit Details, die bei der Sicherheit und Fehlerbehebung helfen.';
  55. $text['description-device_logs']['es-cl'] = 'Registre el aprovisionamiento del dispositivo con detalles que ayudan con la seguridad y la solución de problemas.';
  56. $text['description-device_logs']['es-mx'] = 'Registre el aprovisionamiento del dispositivo con detalles que ayudan con la seguridad y la solución de problemas.';
  57. $text['description-device_logs']['fr-ca'] = "Journal du provisionnement de l'appareil avec des détails qui aident à la sécurité et au dépannage";
  58. $text['description-device_logs']['fr-fr'] = "Journal du provisionnement de l'appareil avec des détails qui aident à la sécurité et au dépannage";
  59. $text['description-device_logs']['he-il'] = 'יומן של אספקת המכשירים עם פרטים המסייעים באבטחה ופתרון בעיות.';
  60. $text['description-device_logs']['it-it'] = 'Log del provisioning del dispositivo con dettagli che aiutano con la sicurezza e la risoluzione dei problemi.';
  61. $text['description-device_logs']['nl-nl'] = 'Log van de apparaatvoorziening met details die helpen bij het oplossen van beveiliging en probleemoplossing.';
  62. $text['description-device_logs']['pl-pl'] = 'Dziennik Urządzenia Urządzenia ze szczegółami, które pomagają w zakresie bezpieczeństwa i rozwiązywania problemów.';
  63. $text['description-device_logs']['pt-br'] = 'Log do provisionamento do dispositivo com detalhes que ajudam na segurança e solução de problemas.';
  64. $text['description-device_logs']['pt-pt'] = 'Log do provisionamento do dispositivo com detalhes que ajudam na segurança e solução de problemas.';
  65. $text['description-device_logs']['ro-ro'] = 'Jurnalul dispozitivului de furnizare a dispozitivului cu detalii care ajută la securitate și depanare.';
  66. $text['description-device_logs']['ru-ru'] = 'Журнал устройства, обеспечивающего детали, которые помогают с безопасностью и устранением неполадок.';
  67. $text['description-device_logs']['sv-se'] = 'Logga över enhetens tillhandahållande med detaljer som hjälper till med säkerhet och felsökning.';
  68. $text['description-device_logs']['uk-ua'] = 'Журнал надання пристрою з деталями, які допомагають у безпеці та усуненні несправностей.';
  69. $text['description-device_logs']['zh-cn'] = '设备配置日志,其中包含有助于安全和故障排除的详细信息。';
  70. $text['description-device_logs']['ja-jp'] = 'セキュリティとトラブルシューティングに役立つ詳細を含むデバイス プロビジョニングのログ。';
  71. $text['description-device_logs']['ko-kr'] = '보안 및 문제 해결에 도움이 되는 세부정보가 포함된 장치 프로비저닝 로그입니다.';
  72. $text['label-device_uuid']['en-us'] = 'Device UUID';
  73. $text['label-device_uuid']['en-gb'] = 'Device UUID';
  74. $text['label-device_uuid']['ar-eg'] = 'جهاز UUID';
  75. $text['label-device_uuid']['de-at'] = 'Gerät UUID';
  76. $text['label-device_uuid']['de-ch'] = 'Gerät UUID';
  77. $text['label-device_uuid']['de-de'] = 'Gerät UUID';
  78. $text['label-device_uuid']['es-cl'] = 'Dispositivo uuid';
  79. $text['label-device_uuid']['es-mx'] = 'Dispositivo uuid';
  80. $text['label-device_uuid']['fr-ca'] = "UUID de l'appareil";
  81. $text['label-device_uuid']['fr-fr'] = "UUID de l'appareil";
  82. $text['label-device_uuid']['he-il'] = 'מכשיר UUID';
  83. $text['label-device_uuid']['it-it'] = 'Dispositivo UUID';
  84. $text['label-device_uuid']['nl-nl'] = 'Apparaat UUID';
  85. $text['label-device_uuid']['pl-pl'] = 'Urządzenie UUID';
  86. $text['label-device_uuid']['pt-br'] = 'Dispositivo uuid';
  87. $text['label-device_uuid']['pt-pt'] = 'Dispositivo uuid';
  88. $text['label-device_uuid']['ro-ro'] = 'Dispozitiv uuid';
  89. $text['label-device_uuid']['ru-ru'] = 'Устройство UUID';
  90. $text['label-device_uuid']['sv-se'] = 'Enhet UUID';
  91. $text['label-device_uuid']['uk-ua'] = 'Пристрій uuid';
  92. $text['title-device_uuid']['zh-cn'] = '设备UUID';
  93. $text['title-device_uuid']['ja-jp'] = 'デバイスのUUID';
  94. $text['title-device_uuid']['ko-kr'] = '장치 UUID';
  95. $text['description-device_uuid']['en-us'] = 'Enter the device uuid.';
  96. $text['description-device_uuid']['en-gb'] = 'Enter the device uuid.';
  97. $text['description-device_uuid']['ar-eg'] = 'أدخل الجهاز UUID.';
  98. $text['description-device_uuid']['de-at'] = 'Geben Sie das Gerät UUID ein.';
  99. $text['description-device_uuid']['de-ch'] = 'Geben Sie das Gerät UUID ein.';
  100. $text['description-device_uuid']['de-de'] = 'Geben Sie das Gerät UUID ein.';
  101. $text['description-device_uuid']['es-cl'] = 'Ingrese el dispositivo UUID.';
  102. $text['description-device_uuid']['es-mx'] = 'Ingrese el dispositivo UUID.';
  103. $text['description-device_uuid']['fr-ca'] = "Entrez UUID de l'appareil";
  104. $text['description-device_uuid']['fr-fr'] = "Entrez UUID de l'appareil";
  105. $text['description-device_uuid']['he-il'] = 'הזן את המכשיר UUID.';
  106. $text['description-device_uuid']['it-it'] = 'Immettere il dispositivo UUID.';
  107. $text['description-device_uuid']['nl-nl'] = 'Voer het apparaat uuid in.';
  108. $text['description-device_uuid']['pl-pl'] = 'Wprowadź urządzenie UUID.';
  109. $text['description-device_uuid']['pt-br'] = 'Wprowadź urządzenie UUID.';
  110. $text['description-device_uuid']['pt-pt'] = 'Digite o dispositivo UUID.';
  111. $text['description-device_uuid']['ro-ro'] = 'Introduceți dispozitivul Uuid.';
  112. $text['description-device_uuid']['ru-ru'] = 'Введите устройство UUID.';
  113. $text['description-device_uuid']['sv-se'] = 'Ange enheten UUID.';
  114. $text['description-device_uuid']['uk-ua'] = 'Введіть пристрій UUID.';
  115. $text['description-device_uuid']['zh-cn'] = '输入设备 uuid。';
  116. $text['description-device_uuid']['ja-jp'] = 'デバイスの UUID を入力します。';
  117. $text['description-device_uuid']['ko-kr'] = '장치 uuid를 입력하세요.';
  118. $text['label-timestamp']['en-us'] = 'Timestamp';
  119. $text['label-timestamp']['en-gb'] = 'Timestamp';
  120. $text['label-timestamp']['ar-eg'] = 'الطابع الزمني';
  121. $text['label-timestamp']['de-at'] = 'Zeitstempel';
  122. $text['label-timestamp']['de-ch'] = 'Zeitstempel';
  123. $text['label-timestamp']['de-de'] = 'Zeitstempel';
  124. $text['label-timestamp']['es-cl'] = 'Marca de tiempo';
  125. $text['label-timestamp']['es-mx'] = 'Marca de tiempo';
  126. $text['label-timestamp']['fr-ca'] = 'Horodatage';
  127. $text['label-timestamp']['fr-fr'] = 'Horodatage';
  128. $text['label-timestamp']['he-il'] = 'חותמת זמן';
  129. $text['label-timestamp']['it-it'] = 'Timestamp';
  130. $text['label-timestamp']['nl-nl'] = 'Tijdstempel';
  131. $text['label-timestamp']['pl-pl'] = 'Znak czasu';
  132. $text['label-timestamp']['pt-br'] = 'Timestamp';
  133. $text['label-timestamp']['pt-pt'] = 'Timestamp';
  134. $text['label-timestamp']['ro-ro'] = 'Timestamp-ul';
  135. $text['label-timestamp']['ru-ru'] = 'Временная метка';
  136. $text['label-timestamp']['sv-se'] = 'Tidsstämpel';
  137. $text['label-timestamp']['uk-ua'] = 'Часова позначка';
  138. $text['label-timestamp']['zh-cn'] = '时间戳';
  139. $text['label-timestamp']['ja-jp'] = 'タイムスタンプ';
  140. $text['label-timestamp']['ko-kr'] = '타임스탬프';
  141. $text['description-timestamp']['en-us'] = 'Enter the http content body.';
  142. $text['description-timestamp']['en-gb'] = 'Enter the http content body.';
  143. $text['description-timestamp']['ar-eg'] = 'أدخل هيئة محتوى HTTP.';
  144. $text['description-timestamp']['de-at'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  145. $text['description-timestamp']['de-ch'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  146. $text['description-timestamp']['de-de'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  147. $text['description-timestamp']['es-cl'] = 'Ingrese el cuerpo de contenido HTTP.';
  148. $text['description-timestamp']['es-mx'] = 'Ingrese el cuerpo de contenido HTTP.';
  149. $text['description-timestamp']['fr-ca'] = 'Entrez le corps du contenu http';
  150. $text['description-timestamp']['fr-fr'] = 'Entrez le corps du contenu http';
  151. $text['description-timestamp']['he-il'] = 'הזן את גוף תוכן HTTP.';
  152. $text['description-timestamp']['it-it'] = 'Immettere il corpo del contenuto HTTP.';
  153. $text['description-timestamp']['nl-nl'] = 'Voer de http -inhoudsorgaan in.';
  154. $text['description-timestamp']['pl-pl'] = 'Wprowadź treść HTTP.';
  155. $text['description-timestamp']['pt-br'] = 'Digite o corpo de conteúdo HTTP.';
  156. $text['description-timestamp']['pt-pt'] = 'Digite o corpo de conteúdo HTTP.';
  157. $text['description-timestamp']['ro-ro'] = 'Introduceți corpul conținutului HTTP.';
  158. $text['description-timestamp']['ru-ru'] = 'Введите тело контента HTTP.';
  159. $text['description-timestamp']['sv-se'] = 'Ange HTTP -innehållskroppen.';
  160. $text['description-timestamp']['uk-ua'] = 'Введіть корпус вмісту HTTP.';
  161. $text['description-timestamp']['zh-cn'] = '输入http内容正文。';
  162. $text['description-timestamp']['ja-jp'] = 'http コンテンツの本文を入力します。';
  163. $text['description-timestamp']['ko-kr'] = 'http 콘텐츠 본문을 입력하세요.';
  164. $text['label-device_address']['en-us'] = 'Device Address';
  165. $text['label-device_address']['en-gb'] = 'Device Address';
  166. $text['label-device_address']['ar-eg'] = 'عنوان الجهاز';
  167. $text['label-device_address']['de-at'] = 'Geräteadresse';
  168. $text['label-device_address']['de-ch'] = 'Geräteadresse';
  169. $text['label-device_address']['de-de'] = 'Geräteadresse';
  170. $text['label-device_address']['es-cl'] = 'Dirección del dispositivo';
  171. $text['label-device_address']['es-mx'] = 'Dirección del dispositivo';
  172. $text['label-device_address']['fr-ca'] = "Adresse de l'appareil";
  173. $text['label-device_address']['fr-fr'] = "Adresse de l'appareil";
  174. $text['label-device_address']['he-il'] = 'כתובת מכשיר';
  175. $text['label-device_address']['it-it'] = 'Indirizzo del dispositivo';
  176. $text['label-device_address']['nl-nl'] = 'Apparaatadres';
  177. $text['label-device_address']['pl-pl'] = 'Adres urządzenia';
  178. $text['label-device_address']['pt-br'] = 'Endereço do dispositivo';
  179. $text['label-device_address']['pt-pt'] = 'Endereço do dispositivo';
  180. $text['label-device_address']['ro-ro'] = 'Adresa dispozitivului';
  181. $text['label-device_address']['ru-ru'] = 'Адрес устройства';
  182. $text['label-device_address']['sv-se'] = 'Enhetsadress';
  183. $text['label-device_address']['uk-ua'] = 'Адреса пристрою';
  184. $text['label-device_address']['zh-cn'] = '设备地址';
  185. $text['label-device_address']['ja-jp'] = 'デバイスアドレス';
  186. $text['label-device_address']['ko-kr'] = '장치 주소';
  187. $text['description-device_address']['en-us'] = 'Enter the device mac address.';
  188. $text['description-device_address']['en-gb'] = 'Enter the device mac address.';
  189. $text['description-device_address']['ar-eg'] = 'أدخل عنوان MAC MAC.';
  190. $text['description-device_address']['de-at'] = 'Geben Sie die Geräte -MAC -Adresse ein.';
  191. $text['description-device_address']['de-ch'] = 'Geben Sie die Geräte -MAC -Adresse ein.';
  192. $text['description-device_address']['de-de'] = 'Geben Sie die Geräte -MAC -Adresse ein.';
  193. $text['description-device_address']['es-cl'] = 'Ingrese la dirección MAC del dispositivo.';
  194. $text['description-device_address']['es-mx'] = 'Ingrese la dirección MAC del dispositivo.';
  195. $text['description-device_address']['fr-ca'] = "Entrez l'adresse mac de l'appareil";
  196. $text['description-device_address']['fr-fr'] = "Entrez l'adresse mac de l'appareil";
  197. $text['description-device_address']['he-il'] = 'הזן את כתובת ה- MAC של המכשיר.';
  198. $text['description-device_address']['it-it'] = 'Immettere lindirizzo MAC del dispositivo.';
  199. $text['description-device_address']['nl-nl'] = 'Voer het MAC -adres van het apparaat in.';
  200. $text['description-device_address']['pl-pl'] = 'Wprowadź adres MAC urządzenia.';
  201. $text['description-device_address']['pt-br'] = 'Wprowadź adres MAC urządzenia.';
  202. $text['description-device_address']['pt-pt'] = 'Digite o endereço MAC do dispositivo.';
  203. $text['description-device_address']['ro-ro'] = 'Introduceți adresa MAC a dispozitivului.';
  204. $text['description-device_address']['ru-ru'] = 'Введите MAC -адрес устройства.';
  205. $text['description-device_address']['sv-se'] = 'Ange enhetens MAC -adress.';
  206. $text['description-device_address']['uk-ua'] = 'Введіть MAC -адресу пристрою.';
  207. $text['description-device_address']['zh-cn'] = '输入设备 MAC 地址。';
  208. $text['description-device_address']['ja-jp'] = 'デバイスの MAC アドレスを入力します。';
  209. $text['description-device_address']['ko-kr'] = '장치의 MAC 주소를 입력하세요.';
  210. $text['label-request_scheme']['en-us'] = 'Request Scheme';
  211. $text['label-request_scheme']['en-gb'] = 'Request Scheme';
  212. $text['label-request_scheme']['ar-eg'] = 'طلب مخطط';
  213. $text['label-request_scheme']['de-at'] = 'Anfrageschema';
  214. $text['label-request_scheme']['de-ch'] = 'Anfrageschema';
  215. $text['label-request_scheme']['de-de'] = 'Anfrageschema';
  216. $text['label-request_scheme']['es-cl'] = 'Esquema de solicitud';
  217. $text['label-request_scheme']['es-mx'] = 'Esquema de solicitud';
  218. $text['label-request_scheme']['fr-ca'] = 'Schéma de demande';
  219. $text['label-request_scheme']['fr-fr'] = 'Schéma de demande';
  220. $text['label-request_scheme']['he-il'] = 'ערכת בקשה';
  221. $text['label-request_scheme']['it-it'] = 'Schema di richiesta';
  222. $text['label-request_scheme']['nl-nl'] = 'Verzoekschema';
  223. $text['label-request_scheme']['pl-pl'] = 'Schemat żądania';
  224. $text['label-request_scheme']['pt-br'] = 'Esquema de solicitação';
  225. $text['label-request_scheme']['pt-pt'] = 'Esquema de solicitação';
  226. $text['label-request_scheme']['ro-ro'] = 'Schema de solicitare';
  227. $text['label-request_scheme']['ru-ru'] = 'Схема запроса';
  228. $text['label-request_scheme']['sv-se'] = 'Begäran';
  229. $text['label-request_scheme']['uk-ua'] = 'Схема запиту';
  230. $text['label-request_scheme']['zh-cn'] = '请求方案';
  231. $text['label-request_scheme']['ja-jp'] = 'リクエストスキーム';
  232. $text['label-request_scheme']['ko-kr'] = '요청 방식';
  233. $text['description-request_scheme']['en-us'] = 'Enter the request scheme.';
  234. $text['description-request_scheme']['en-gb'] = 'Enter the request scheme.';
  235. $text['description-request_scheme']['ar-eg'] = 'أدخل مخطط الطلب.';
  236. $text['description-request_scheme']['de-at'] = 'Geben Sie das Anforderungsschema ein.';
  237. $text['description-request_scheme']['de-ch'] = 'Geben Sie das Anforderungsschema ein.';
  238. $text['description-request_scheme']['de-de'] = 'Geben Sie das Anforderungsschema ein.';
  239. $text['description-request_scheme']['es-cl'] = 'Ingrese el esquema de solicitud.';
  240. $text['description-request_scheme']['es-mx'] = 'Ingrese el esquema de solicitud.';
  241. $text['description-request_scheme']['fr-ca'] = 'Schéma de demande';
  242. $text['description-request_scheme']['fr-fr'] = 'Schéma de demande';
  243. $text['description-request_scheme']['he-il'] = 'הזן את ערכת הבקשה.';
  244. $text['description-request_scheme']['it-it'] = 'Immettere lo schema di richiesta.';
  245. $text['description-request_scheme']['nl-nl'] = 'Voer het verzoekschema in.';
  246. $text['description-request_scheme']['pl-pl'] = 'Wprowadź schemat żądania.';
  247. $text['description-request_scheme']['pt-br'] = 'Digite o esquema de solicitação.';
  248. $text['description-request_scheme']['pt-pt'] = 'Digite o esquema de solicitação.';
  249. $text['description-request_scheme']['ro-ro'] = 'Introduceți schema de solicitare.';
  250. $text['description-request_scheme']['ru-ru'] = 'Введите схему запроса.';
  251. $text['description-request_scheme']['sv-se'] = 'Ange förfrågningssystemet.';
  252. $text['description-request_scheme']['uk-ua'] = 'Введіть схему запиту.';
  253. $text['description-request_scheme']['zh-cn'] = '输入请求方案。';
  254. $text['description-request_scheme']['ja-jp'] = 'リクエストスキームを入力します。';
  255. $text['description-request_scheme']['ko-kr'] = '요청 구성표를 입력합니다.';
  256. $text['label-http_host']['en-us'] = 'HTTP Host';
  257. $text['label-http_host']['en-gb'] = 'HTTP Host';
  258. $text['label-http_host']['ar-eg'] = 'HTTP مضيف';
  259. $text['label-http_host']['de-at'] = 'HTTP -Host';
  260. $text['label-http_host']['de-ch'] = 'HTTP -Host';
  261. $text['label-http_host']['de-de'] = 'HTTP -Host';
  262. $text['label-http_host']['es-cl'] = 'Host http';
  263. $text['label-http_host']['es-mx'] = 'Host http';
  264. $text['label-http_host']['fr-ca'] = 'Hôte HTTP';
  265. $text['label-http_host']['fr-fr'] = 'Hôte HTTP';
  266. $text['label-http_host']['he-il'] = 'מארח HTTP';
  267. $text['label-http_host']['it-it'] = 'Host http';
  268. $text['label-http_host']['nl-nl'] = 'HTTP -host';
  269. $text['label-http_host']['pl-pl'] = 'Host HTTP';
  270. $text['label-http_host']['pt-br'] = 'Host http';
  271. $text['label-http_host']['pt-pt'] = 'Host http';
  272. $text['label-http_host']['ro-ro'] = 'HTTP gazdă';
  273. $text['label-http_host']['ru-ru'] = 'HTTP -хост';
  274. $text['label-http_host']['sv-se'] = 'Http -värd';
  275. $text['label-http_host']['uk-ua'] = 'HTTP -хост';
  276. $text['label-http_host']['zh-cn'] = 'HTTP 主机';
  277. $text['label-http_host']['ja-jp'] = 'HTTPホスト';
  278. $text['label-http_host']['ko-kr'] = 'HTTP 호스트';
  279. $text['description-http_host']['en-us'] = 'Enter the http host.';
  280. $text['description-http_host']['en-gb'] = 'Enter the http host.';
  281. $text['description-http_host']['ar-eg'] = 'أدخل مضيف HTTP.';
  282. $text['description-http_host']['de-at'] = 'Geben Sie den HTTP -Host ein.';
  283. $text['description-http_host']['de-ch'] = 'Geben Sie den HTTP -Host ein.';
  284. $text['description-http_host']['de-de'] = 'Geben Sie den HTTP -Host ein.';
  285. $text['description-http_host']['es-cl'] = 'Ingrese el host HTTP.';
  286. $text['description-http_host']['es-mx'] = 'Ingrese el host HTTP.';
  287. $text['description-http_host']['fr-ca'] = "Entrez l'hôte http";
  288. $text['description-http_host']['fr-fr'] = "Entrez l'hôte http";
  289. $text['description-http_host']['he-il'] = 'הזן את מארח HTTP.';
  290. $text['description-http_host']['it-it'] = 'Immettere lhost HTTP.';
  291. $text['description-http_host']['nl-nl'] = 'Voer de HTTP -host in.';
  292. $text['description-http_host']['pl-pl'] = 'Wprowadź host HTTP.';
  293. $text['description-http_host']['pt-br'] = 'Digite o host HTTP.';
  294. $text['description-http_host']['pt-pt'] = 'Digite o host HTTP.';
  295. $text['description-http_host']['ro-ro'] = 'Introduceți gazda HTTP.';
  296. $text['description-http_host']['ru-ru'] = 'Введите HTTP -хост.';
  297. $text['description-http_host']['sv-se'] = 'Ange HTTP -värden.';
  298. $text['description-http_host']['uk-ua'] = 'Введіть хост HTTP.';
  299. $text['description-http_host']['zh-cn'] = '输入 http 主机。';
  300. $text['description-http_host']['ja-jp'] = 'http ホストを入力します。';
  301. $text['description-http_host']['ko-kr'] = 'http 호스트를 입력하세요.';
  302. $text['label-server_port']['en-us'] = 'Server Port';
  303. $text['label-server_port']['en-gb'] = 'Server Port';
  304. $text['label-server_port']['ar-eg'] = 'منفذ الخادم';
  305. $text['label-server_port']['de-at'] = 'Server Port';
  306. $text['label-server_port']['de-ch'] = 'Server Port';
  307. $text['label-server_port']['de-de'] = 'Server Port';
  308. $text['label-server_port']['es-cl'] = 'Puerto de servicio';
  309. $text['label-server_port']['es-mx'] = 'Puerto de servicio';
  310. $text['label-server_port']['fr-ca'] = 'Port du Serveur';
  311. $text['label-server_port']['fr-fr'] = 'Port du Serveur';
  312. $text['label-server_port']['he-il'] = 'יציאת שרת';
  313. $text['label-server_port']['it-it'] = 'Porta del server';
  314. $text['label-server_port']['nl-nl'] = 'Server poort';
  315. $text['label-server_port']['pl-pl'] = 'Port serwera';
  316. $text['label-server_port']['pt-br'] = 'Porta do servidor';
  317. $text['label-server_port']['pt-pt'] = 'Porta do servidor';
  318. $text['label-server_port']['ro-ro'] = 'Port server';
  319. $text['label-server_port']['ru-ru'] = 'Порт сервера';
  320. $text['label-server_port']['sv-se'] = 'Server Port';
  321. $text['label-server_port']['uk-ua'] = 'Серверний порт';
  322. $text['label-server_port']['zh-cn'] = '服务器端口';
  323. $text['label-server_port']['ja-jp'] = 'サーバポート';
  324. $text['label-server_port']['ko-kr'] = '서버 포트';
  325. $text['description-server_port']['en-us'] = 'Enter the server port.';
  326. $text['description-server_port']['en-gb'] = 'Enter the server port.';
  327. $text['description-server_port']['ar-eg'] = 'أدخل منفذ الخادم.';
  328. $text['description-server_port']['de-at'] = 'Geben Sie den Serverport ein.';
  329. $text['description-server_port']['de-ch'] = 'Geben Sie den Serverport ein.';
  330. $text['description-server_port']['de-de'] = 'Geben Sie den Serverport ein.';
  331. $text['description-server_port']['es-cl'] = 'Ingrese el puerto del servidor.';
  332. $text['description-server_port']['es-mx'] = 'Ingrese el puerto del servidor.';
  333. $text['description-server_port']['fr-ca'] = 'Entrez le port du serveur.';
  334. $text['description-server_port']['fr-fr'] = 'Entrez le port du serveur.';
  335. $text['description-server_port']['he-il'] = 'הזן את יציאת השרת.';
  336. $text['description-server_port']['it-it'] = 'Immettere la porta del server.';
  337. $text['description-server_port']['nl-nl'] = 'Voer de serverpoort in.';
  338. $text['description-server_port']['pl-pl'] = 'Wprowadź port serwera.';
  339. $text['description-server_port']['pt-br'] = 'Digite a porta do servidor.';
  340. $text['description-server_port']['pt-pt'] = 'Digite a porta do servidor.';
  341. $text['description-server_port']['ro-ro'] = 'Introduceți portul serverului.';
  342. $text['description-server_port']['ru-ru'] = 'Введите порт сервера.';
  343. $text['description-server_port']['sv-se'] = 'Ange serverporten.';
  344. $text['description-server_port']['uk-ua'] = 'Введіть порт сервера.';
  345. $text['description-server_port']['zh-cn'] = '输入服务器端口。';
  346. $text['description-server_port']['ja-jp'] = 'サーバーポートを入力します。';
  347. $text['description-server_port']['ko-kr'] = '서버 포트를 입력하세요.';
  348. $text['label-server_protocol']['en-us'] = 'Server Protocol';
  349. $text['label-server_protocol']['en-gb'] = 'Server Protocol';
  350. $text['label-server_protocol']['ar-eg'] = 'بروتوكول الخادم';
  351. $text['label-server_protocol']['de-at'] = 'Serverprotokoll';
  352. $text['label-server_protocol']['de-ch'] = 'Serverprotokoll';
  353. $text['label-server_protocol']['de-de'] = 'Serverprotokoll';
  354. $text['label-server_protocol']['es-cl'] = 'Protocolo de servidor';
  355. $text['label-server_protocol']['es-mx'] = 'Protocolo de servidor';
  356. $text['label-server_protocol']['fr-ca'] = 'Protocole Serveur';
  357. $text['label-server_protocol']['fr-fr'] = 'Protocole Serveur';
  358. $text['label-server_protocol']['he-il'] = 'פרוטוקול שרת';
  359. $text['label-server_protocol']['it-it'] = 'Protocollo server';
  360. $text['label-server_protocol']['nl-nl'] = 'Serverprotocol';
  361. $text['label-server_protocol']['pl-pl'] = 'Protokół serwera';
  362. $text['label-server_protocol']['pt-br'] = 'Protocolo do servidor';
  363. $text['label-server_protocol']['pt-pt'] = 'Protocolo do servidor';
  364. $text['label-server_protocol']['ro-ro'] = 'Protocolul serverului';
  365. $text['label-server_protocol']['ru-ru'] = 'Протокол сервера';
  366. $text['label-server_protocol']['sv-se'] = 'Serverprotokoll';
  367. $text['label-server_protocol']['uk-ua'] = 'Протокол сервера';
  368. $text['label-server_protocol']['zh-cn'] = '服务器协议';
  369. $text['label-server_protocol']['ja-jp'] = 'サーバープロトコル';
  370. $text['label-server_protocol']['ko-kr'] = '서버 프로토콜';
  371. $text['description-server_protocol']['en-us'] = 'Enter the http protocol.';
  372. $text['description-server_protocol']['en-gb'] = 'Enter the http protocol.';
  373. $text['description-server_protocol']['ar-eg'] = 'أدخل بروتوكول HTTP.';
  374. $text['description-server_protocol']['de-at'] = 'Geben Sie das HTTP -Protokoll ein.';
  375. $text['description-server_protocol']['de-ch'] = 'Geben Sie das HTTP -Protokoll ein.';
  376. $text['description-server_protocol']['de-de'] = 'Geben Sie das HTTP -Protokoll ein.';
  377. $text['description-server_protocol']['es-cl'] = 'Ingrese el protocolo HTTP.';
  378. $text['description-server_protocol']['es-mx'] = 'Ingrese el protocolo HTTP.';
  379. $text['description-server_protocol']['fr-ca'] = 'Entrez le protocole http';
  380. $text['description-server_protocol']['fr-fr'] = 'Entrez le protocole http';
  381. $text['description-server_protocol']['he-il'] = 'הזן את פרוטוקול HTTP.';
  382. $text['description-server_protocol']['it-it'] = 'Immettere il protocollo HTTP.';
  383. $text['description-server_protocol']['nl-nl'] = 'Voer het HTTP -protocol in.';
  384. $text['description-server_protocol']['pl-pl'] = 'Wprowadź protokół HTTP.';
  385. $text['description-server_protocol']['pt-br'] = 'Digite o protocolo HTTP.';
  386. $text['description-server_protocol']['pt-pt'] = 'Digite o protocolo HTTP.';
  387. $text['description-server_protocol']['ro-ro'] = 'Introduceți protocolul HTTP.';
  388. $text['description-server_protocol']['ru-ru'] = 'Введите протокол HTTP.';
  389. $text['description-server_protocol']['sv-se'] = 'Ange HTTP -protokollet.';
  390. $text['description-server_protocol']['uk-ua'] = 'Введіть протокол HTTP.';
  391. $text['description-server_protocol']['zh-cn'] = '输入http协议。';
  392. $text['description-server_protocol']['ja-jp'] = 'http プロトコルを入力します。';
  393. $text['description-server_protocol']['ko-kr'] = 'http 프로토콜을 입력하세요.';
  394. $text['label-query_string']['en-us'] = 'Query String';
  395. $text['label-query_string']['en-gb'] = 'Query String';
  396. $text['label-query_string']['ar-eg'] = 'سلسلة الاستعلام';
  397. $text['label-query_string']['de-at'] = 'Abfragezeichenfolge';
  398. $text['label-query_string']['de-ch'] = 'Abfragezeichenfolge';
  399. $text['label-query_string']['de-de'] = 'Abfragezeichenfolge';
  400. $text['label-query_string']['es-cl'] = 'Cadena de consulta';
  401. $text['label-query_string']['es-mx'] = 'Cadena de consulta';
  402. $text['label-query_string']['fr-ca'] = 'Chaîne de requête';
  403. $text['label-query_string']['fr-fr'] = 'Chaîne de requête';
  404. $text['label-query_string']['he-il'] = 'מחרוזת שאילתה';
  405. $text['label-query_string']['it-it'] = 'Stringa della domanda';
  406. $text['label-query_string']['nl-nl'] = 'Zoekreeks';
  407. $text['label-query_string']['pl-pl'] = 'String zapytania';
  408. $text['label-query_string']['pt-br'] = 'String de consulta';
  409. $text['label-query_string']['pt-pt'] = 'String de consulta';
  410. $text['label-query_string']['ro-ro'] = 'Șir de interogare';
  411. $text['label-query_string']['ru-ru'] = 'Строка запроса';
  412. $text['label-query_string']['sv-se'] = 'Frågesträng';
  413. $text['label-query_string']['uk-ua'] = 'Рядок запиту';
  414. $text['label-query_string']['zh-cn'] = '请求参数';
  415. $text['label-query_string']['ja-jp'] = 'クエリ文字列';
  416. $text['label-query_string']['ko-kr'] = '쿼리 문자열';
  417. $text['description-query_string']['en-us'] = 'Enter the query string.';
  418. $text['description-query_string']['en-gb'] = 'Enter the query string.';
  419. $text['description-query_string']['ar-eg'] = 'أدخل سلسلة الاستعلام.';
  420. $text['description-query_string']['de-at'] = 'Geben Sie die Abfragezeichenfolge ein.';
  421. $text['description-query_string']['de-ch'] = 'Geben Sie die Abfragezeichenfolge ein.';
  422. $text['description-query_string']['de-de'] = 'Geben Sie die Abfragezeichenfolge ein.';
  423. $text['description-query_string']['es-cl'] = 'Ingrese la cadena de consulta.';
  424. $text['description-query_string']['es-mx'] = 'Ingrese la cadena de consulta.';
  425. $text['description-query_string']['fr-ca'] = 'Entrez la chaîne de requête';
  426. $text['description-query_string']['fr-fr'] = 'Entrez la chaîne de requête';
  427. $text['description-query_string']['he-il'] = 'הזן את מחרוזת השאילתה.';
  428. $text['description-query_string']['it-it'] = 'Immettere la stringa di query.';
  429. $text['description-query_string']['nl-nl'] = 'Voer de queryreeks in.';
  430. $text['description-query_string']['pl-pl'] = 'Wprowadź ciąg zapytania.';
  431. $text['description-query_string']['pt-br'] = 'Digite a sequência de consulta.';
  432. $text['description-query_string']['pt-pt'] = 'Digite a sequência de consulta.';
  433. $text['description-query_string']['ro-ro'] = 'Introduceți șirul de interogare.';
  434. $text['description-query_string']['ru-ru'] = 'Введите строку запроса.';
  435. $text['description-query_string']['sv-se'] = 'Ange frågesträngen.';
  436. $text['description-query_string']['uk-ua'] = 'Введіть рядок запиту.';
  437. $text['description-query_string']['zh-cn'] = '输入查询字符串。';
  438. $text['description-query_string']['ja-jp'] = 'クエリ文字列を入力します。';
  439. $text['description-query_string']['ko-kr'] = '쿼리 문자열을 입력하세요.';
  440. $text['label-remote_address']['en-us'] = 'Remote Address';
  441. $text['label-remote_address']['en-gb'] = 'Remote Address';
  442. $text['label-remote_address']['ar-eg'] = 'عنوان بعيد';
  443. $text['label-remote_address']['de-at'] = 'Remoteadresse';
  444. $text['label-remote_address']['de-ch'] = 'Remoteadresse';
  445. $text['label-remote_address']['de-de'] = 'Remoteadresse';
  446. $text['label-remote_address']['es-cl'] = 'Dirección remota';
  447. $text['label-remote_address']['es-mx'] = 'Dirección remota';
  448. $text['label-remote_address']['fr-ca'] = 'Adresse Distante';
  449. $text['label-remote_address']['fr-fr'] = 'Adresse Distante';
  450. $text['label-remote_address']['he-il'] = 'כתובת מרחוק';
  451. $text['label-remote_address']['it-it'] = 'Indirizzo remoto';
  452. $text['label-remote_address']['nl-nl'] = 'Adres op afstand';
  453. $text['label-remote_address']['pl-pl'] = 'Zdalny adres';
  454. $text['label-remote_address']['pt-br'] = 'Endereço remoto';
  455. $text['label-remote_address']['pt-pt'] = 'Endereço remoto';
  456. $text['label-remote_address']['ro-ro'] = 'Удаленный адрес';
  457. $text['label-remote_address']['ru-ru'] = 'Удаленный адрес';
  458. $text['label-remote_address']['sv-se'] = 'Fjärradress';
  459. $text['label-remote_address']['uk-ua'] = 'Віддалена адреса';
  460. $text['label-remote_address']['zh-cn'] = '远程地址';
  461. $text['label-remote_address']['ja-jp'] = 'リモートアドレス';
  462. $text['label-remote_address']['ko-kr'] = '원격 주소';
  463. $text['description-remote_address']['en-us'] = 'Enter the remote address.';
  464. $text['description-remote_address']['en-gb'] = 'Enter the remote address.';
  465. $text['description-remote_address']['ar-eg'] = 'أدخل العنوان البعيد.';
  466. $text['description-remote_address']['de-at'] = 'Geben Sie die Remote -Adresse ein.';
  467. $text['description-remote_address']['de-ch'] = 'Geben Sie die Remote -Adresse ein.';
  468. $text['description-remote_address']['de-de'] = 'Geben Sie die Remote -Adresse ein.';
  469. $text['description-remote_address']['es-cl'] = 'Ingrese la dirección remota.';
  470. $text['description-remote_address']['es-mx'] = 'Ingrese la dirección remota.';
  471. $text['description-remote_address']['fr-ca'] = "Entrez L'Adresse Distante";
  472. $text['description-remote_address']['fr-fr'] = "Entrez l'adresse distante";
  473. $text['description-remote_address']['he-il'] = 'הזן את הכתובת המרוחקת.';
  474. $text['description-remote_address']['it-it'] = 'Immettere lindirizzo remoto.';
  475. $text['description-remote_address']['nl-nl'] = 'Voer het externe adres in.';
  476. $text['description-remote_address']['pl-pl'] = 'Wprowadź zdalny adres.';
  477. $text['description-remote_address']['pt-br'] = 'Digite o endereço remoto.';
  478. $text['description-remote_address']['pt-pt'] = 'Digite o endereço remoto.';
  479. $text['description-remote_address']['ro-ro'] = 'Introduceți adresa de la distanță.';
  480. $text['description-remote_address']['ru-ru'] = 'Введите удаленный адрес.';
  481. $text['description-remote_address']['sv-se'] = 'Ange fjärradressen.';
  482. $text['description-remote_address']['uk-ua'] = 'Введіть віддалену адресу.';
  483. $text['description-remote_address']['zh-cn'] = '输入远程地址。';
  484. $text['description-remote_address']['ja-jp'] = 'リモートアドレスを入力します。';
  485. $text['description-remote_address']['ko-kr'] = '원격 주소를 입력하세요.';
  486. $text['label-http_user_agent']['en-us'] = 'User Agent';
  487. $text['label-http_user_agent']['en-gb'] = 'User Agent';
  488. $text['label-http_user_agent']['ar-eg'] = 'وكيل المستخدم';
  489. $text['label-http_user_agent']['de-at'] = 'User-Agent';
  490. $text['label-http_user_agent']['de-ch'] = 'User-Agent';
  491. $text['label-http_user_agent']['de-de'] = 'User-Agent';
  492. $text['label-http_user_agent']['es-cl'] = 'Agente de usuario';
  493. $text['label-http_user_agent']['es-mx'] = 'Agente de usuario';
  494. $text['label-http_user_agent']['fr-ca'] = "Agent utilisateur";
  495. $text['label-http_user_agent']['fr-fr'] = "Agent utilisateur";
  496. $text['label-http_user_agent']['he-il'] = 'סוכן משתמש';
  497. $text['label-http_user_agent']['it-it'] = 'Agente utente';
  498. $text['label-http_user_agent']['nl-nl'] = 'Gebruikersagent';
  499. $text['label-http_user_agent']['pl-pl'] = 'Agent użytkownika';
  500. $text['label-http_user_agent']['pt-br'] = 'Agente de usuário';
  501. $text['label-http_user_agent']['pt-pt'] = 'Agente de usuário';
  502. $text['label-http_user_agent']['ro-ro'] = 'Agent utilizator';
  503. $text['label-http_user_agent']['ru-ru'] = 'Пользовательский агент';
  504. $text['label-http_user_agent']['sv-se'] = 'Användaragent';
  505. $text['label-http_user_agent']['uk-ua'] = 'Агент користувача';
  506. $text['label-http_user_agent']['zh-cn'] = '用户代理';
  507. $text['label-http_user_agent']['ja-jp'] = 'ユーザーエージェント';
  508. $text['label-http_user_agent']['ko-kr'] = '사용자 에이전트';
  509. $text['description-http_user_agent']['en-us'] = 'Enter the user agent.';
  510. $text['description-http_user_agent']['en-gb'] = 'Enter the user agent.';
  511. $text['description-http_user_agent']['ar-eg'] = 'أدخل وكيل المستخدم.';
  512. $text['description-http_user_agent']['de-at'] = 'Geben Sie den Benutzeragenten ein.';
  513. $text['description-http_user_agent']['de-ch'] = 'Geben Sie den Benutzeragenten ein.';
  514. $text['description-http_user_agent']['de-de'] = 'Geben Sie den Benutzeragenten ein.';
  515. $text['description-http_user_agent']['es-cl'] = 'Ingrese el agente de usuario.';
  516. $text['description-http_user_agent']['es-mx'] = 'Ingrese el agente de usuario.';
  517. $text['description-http_user_agent']['fr-ca'] = "Entrez l'agent utilisateur";
  518. $text['description-http_user_agent']['fr-fr'] = "Entrez l'agent utilisateur";
  519. $text['description-http_user_agent']['he-il'] = 'הזן את סוכן המשתמש.';
  520. $text['description-http_user_agent']['it-it'] = 'Immettere lagente utente.';
  521. $text['description-http_user_agent']['nl-nl'] = 'Voer de gebruikersagent in.';
  522. $text['description-http_user_agent']['pl-pl'] = 'Wprowadź agenta użytkownika.';
  523. $text['description-http_user_agent']['pt-br'] = 'Insira o agente do usuário.';
  524. $text['description-http_user_agent']['pt-pt'] = 'Insira o agente do usuário.';
  525. $text['description-http_user_agent']['ro-ro'] = 'Introduceți agentul utilizator.';
  526. $text['description-http_user_agent']['ru-ru'] = 'Введите пользовательский агент.';
  527. $text['description-http_user_agent']['sv-se'] = 'Ange användaragenten.';
  528. $text['description-http_user_agent']['uk-ua'] = 'Введіть агент користувача.';
  529. $text['description-http_user_agent']['zh-cn'] = '输入用户代理。';
  530. $text['description-http_user_agent']['ja-jp'] = 'ユーザーエージェントを入力します。';
  531. $text['description-http_user_agent']['ko-kr'] = '사용자 에이전트를 입력하세요.';
  532. $text['label-http_status']['en-us'] = 'HTTP Status';
  533. $text['label-http_status']['en-gb'] = 'HTTP Status';
  534. $text['label-http_status']['ar-eg'] = 'حالة HTTP';
  535. $text['label-http_status']['de-at'] = 'HTTP -Status';
  536. $text['label-http_status']['de-ch'] = 'HTTP -Status';
  537. $text['label-http_status']['de-de'] = 'HTTP -Status';
  538. $text['label-http_status']['es-cl'] = 'Estado de http';
  539. $text['label-http_status']['es-mx'] = 'Estado de http';
  540. $text['label-http_status']['fr-ca'] = 'Statut HTTP';
  541. $text['label-http_status']['fr-fr'] = 'Statut HTTP';
  542. $text['label-http_status']['he-il'] = 'סטטוס HTTP';
  543. $text['label-http_status']['it-it'] = 'Stato HTTP';
  544. $text['label-http_status']['nl-nl'] = 'HTTP -status';
  545. $text['label-http_status']['pl-pl'] = 'Status HTTP';
  546. $text['label-http_status']['pt-br'] = 'Status HTTP';
  547. $text['label-http_status']['pt-pt'] = 'Status HTTP';
  548. $text['label-http_status']['ro-ro'] = 'Stare HTTP';
  549. $text['label-http_status']['ru-ru'] = 'Статус HTTP';
  550. $text['label-http_status']['sv-se'] = 'Http -status';
  551. $text['label-http_status']['uk-ua'] = 'Статус HTTP';
  552. $text['label-http_status']['zh-cn'] = 'HTTP 状态';
  553. $text['label-http_status']['ja-jp'] = 'HTTPステータス';
  554. $text['label-http_status']['ko-kr'] = 'HTTP 상태';
  555. $text['description-http_status']['en-us'] = 'Enter the http status.';
  556. $text['description-http_status']['en-gb'] = 'Enter the http status.';
  557. $text['description-http_status']['ar-eg'] = 'أدخل حالة HTTP.';
  558. $text['description-http_status']['de-at'] = 'Geben Sie den HTTP -Status ein.';
  559. $text['description-http_status']['de-ch'] = 'Geben Sie den HTTP -Status ein.';
  560. $text['description-http_status']['de-de'] = 'Geben Sie den HTTP -Status ein.';
  561. $text['description-http_status']['es-cl'] = 'Ingrese el estado HTTP.';
  562. $text['description-http_status']['es-mx'] = 'Ingrese el estado HTTP.';
  563. $text['description-http_status']['fr-ca'] = 'Entrez le statut http';
  564. $text['description-http_status']['fr-fr'] = 'Entrez le statut http';
  565. $text['description-http_status']['he-il'] = 'הזן את סטטוס HTTP.';
  566. $text['description-http_status']['it-it'] = 'Immettere lo stato HTTP.';
  567. $text['description-http_status']['nl-nl'] = 'Voer de HTTP -status in.';
  568. $text['description-http_status']['pl-pl'] = 'Wprowadź status HTTP.';
  569. $text['description-http_status']['pt-br'] = 'Digite o status HTTP.';
  570. $text['description-http_status']['pt-pt'] = 'Digite o status HTTP.';
  571. $text['description-http_status']['ro-ro'] = 'Introduceți starea HTTP.';
  572. $text['description-http_status']['ru-ru'] = 'Введите статус HTTP.';
  573. $text['description-http_status']['sv-se'] = 'Ange HTTP -status.';
  574. $text['description-http_status']['uk-ua'] = 'Введіть статус HTTP.';
  575. $text['description-http_status']['zh-cn'] = '输入 http 状态。';
  576. $text['description-http_status']['ja-jp'] = 'http ステータスを入力します。';
  577. $text['description-http_status']['ko-kr'] = 'http 상태를 입력하세요.';
  578. $text['label-http_status_code']['en-us'] = 'HTTP Status Code';
  579. $text['label-http_status_code']['en-gb'] = 'HTTP Status Code';
  580. $text['label-http_status_code']['ar-eg'] = 'رمز حالة HTTP';
  581. $text['label-http_status_code']['de-at'] = 'HTTP -Statuscode';
  582. $text['label-http_status_code']['de-ch'] = 'HTTP -Statuscode';
  583. $text['label-http_status_code']['de-de'] = 'HTTP -Statuscode';
  584. $text['label-http_status_code']['es-cl'] = 'Código de estado HTTP';
  585. $text['label-http_status_code']['es-mx'] = 'Código de estado HTTP';
  586. $text['label-http_status_code']['fr-ca'] = "Code d'état HTTP";
  587. $text['label-http_status_code']['fr-fr'] = "Code d'état HTTP";
  588. $text['label-http_status_code']['he-il'] = 'קוד סטטוס HTTP';
  589. $text['label-http_status_code']['it-it'] = 'Codice di stato HTTP';
  590. $text['label-http_status_code']['nl-nl'] = 'HTTP -statuscode';
  591. $text['label-http_status_code']['pl-pl'] = 'Kod stanu HTTP';
  592. $text['label-http_status_code']['pt-br'] = 'Código de status HTTP';
  593. $text['label-http_status_code']['pt-pt'] = 'Código de status HTTP';
  594. $text['label-http_status_code']['ro-ro'] = 'Cod de stare HTTP';
  595. $text['label-http_status_code']['ru-ru'] = 'Http code';
  596. $text['label-http_status_code']['sv-se'] = 'Http statuskod';
  597. $text['label-http_status_code']['uk-ua'] = 'Код статусу HTTP';
  598. $text['label-http_status_code']['zh-cn'] = 'HTTP 状态代码';
  599. $text['label-http_status_code']['ja-jp'] = 'HTTPステータスコード';
  600. $text['label-http_status_code']['ko-kr'] = 'HTTP 상태 코드';
  601. $text['description-http_status_code']['en-us'] = 'Enter the http status code.';
  602. $text['description-http_status_code']['en-gb'] = 'Enter the http status code.';
  603. $text['description-http_status_code']['ar-eg'] = 'أدخل رمز حالة HTTP.';
  604. $text['description-http_status_code']['de-at'] = 'Geben Sie den HTTP -Statuscode ein.';
  605. $text['description-http_status_code']['de-ch'] = 'Geben Sie den HTTP -Statuscode ein.';
  606. $text['description-http_status_code']['de-de'] = 'Geben Sie den HTTP -Statuscode ein.';
  607. $text['description-http_status_code']['es-cl'] = 'Ingrese el código de estado HTTP.';
  608. $text['description-http_status_code']['es-mx'] = 'Ingrese el código de estado HTTP.';
  609. $text['description-http_status_code']['fr-ca'] = "Entrez le code d'état http";
  610. $text['description-http_status_code']['fr-fr'] = "Entrez le code d'état http";
  611. $text['description-http_status_code']['he-il'] = 'הזן את קוד הסטטוס HTTP.';
  612. $text['description-http_status_code']['it-it'] = 'Immettere il codice di stato HTTP.';
  613. $text['description-http_status_code']['nl-nl'] = 'Voer de HTTP -statuscode in.';
  614. $text['description-http_status_code']['pl-pl'] = 'Wprowadź kod stanu HTTP.';
  615. $text['description-http_status_code']['pt-br'] = 'Digite o código de status HTTP.';
  616. $text['description-http_status_code']['pt-pt'] = 'Digite o código de status HTTP.';
  617. $text['description-http_status_code']['ro-ro'] = 'Introduceți codul de stare HTTP.';
  618. $text['description-http_status_code']['ru-ru'] = 'Введите код состояния HTTP.';
  619. $text['description-http_status_code']['sv-se'] = 'Ange HTTP -statuskoden.';
  620. $text['description-http_status_code']['uk-ua'] = 'Введіть код статусу HTTP.';
  621. $text['description-http_status_code']['zh-cn'] = '输入 http 状态代码。';
  622. $text['description-http_status_code']['ja-jp'] = 'httpステータスコードを入力します。';
  623. $text['description-http_status_code']['ko-kr'] = 'http 상태 코드를 입력하세요.';
  624. $text['label-http_content_type']['en-us'] = 'HTTP Content Type';
  625. $text['label-http_content_type']['en-gb'] = 'HTTP Content Type';
  626. $text['label-http_content_type']['ar-eg'] = 'نوع محتوى HTTP';
  627. $text['label-http_content_type']['de-at'] = 'HTTP -Inhaltstyp';
  628. $text['label-http_content_type']['de-ch'] = 'HTTP -Inhaltstyp';
  629. $text['label-http_content_type']['de-de'] = 'HTTP -Inhaltstyp';
  630. $text['label-http_content_type']['es-cl'] = 'Tipo de contenido HTTP';
  631. $text['label-http_content_type']['es-mx'] = 'Tipo de contenido HTTP';
  632. $text['label-http_content_type']['fr-ca'] = 'Type de contenu HTTP';
  633. $text['label-http_content_type']['fr-fr'] = 'Type de contenu HTTP';
  634. $text['label-http_content_type']['he-il'] = 'סוג תוכן HTTP';
  635. $text['label-http_content_type']['it-it'] = 'Tipo di contenuto HTTP';
  636. $text['label-http_content_type']['nl-nl'] = 'HTTP -inhoudstype';
  637. $text['label-http_content_type']['pl-pl'] = 'Typ zawartości HTTP';
  638. $text['label-http_content_type']['pt-br'] = 'Tipo de conteúdo HTTP';
  639. $text['label-http_content_type']['pt-pt'] = 'Tipo de conteúdo HTTP';
  640. $text['label-http_content_type']['ro-ro'] = 'Tip de conținut HTTP';
  641. $text['label-http_content_type']['ru-ru'] = 'HTTP -тип контента';
  642. $text['label-http_content_type']['sv-se'] = 'Http innehållstyp';
  643. $text['label-http_content_type']['uk-ua'] = 'Тип вмісту HTTP';
  644. $text['label-http_content_type']['zh-cn'] = 'HTTP 内容类型';
  645. $text['label-http_content_type']['ja-jp'] = 'HTTP コンテンツ タイプ';
  646. $text['label-http_content_type']['ko-kr'] = 'HTTP 콘텐츠 유형';
  647. $text['description-http_content_type']['en-us'] = 'Enter the http content type.';
  648. $text['description-http_content_type']['en-gb'] = 'Enter the http content type.';
  649. $text['description-http_content_type']['ar-eg'] = 'أدخل نوع محتوى HTTP.';
  650. $text['description-http_content_type']['de-at'] = 'Geben Sie den HTTP -Inhaltstyp ein.';
  651. $text['description-http_content_type']['de-ch'] = 'Geben Sie den HTTP -Inhaltstyp ein.';
  652. $text['description-http_content_type']['de-de'] = 'Geben Sie den HTTP -Inhaltstyp ein.';
  653. $text['description-http_content_type']['es-cl'] = 'Ingrese el tipo de contenido HTTP.';
  654. $text['description-http_content_type']['es-mx'] = 'Ingrese el tipo de contenido HTTP.';
  655. $text['description-http_content_type']['fr-ca'] = 'Entrez le type de contenu http';
  656. $text['description-http_content_type']['fr-fr'] = 'Entrez le type de contenu http';
  657. $text['description-http_content_type']['he-il'] = 'הזן את סוג התוכן HTTP.';
  658. $text['description-http_content_type']['it-it'] = 'Immettere il tipo di contenuto HTTP.';
  659. $text['description-http_content_type']['nl-nl'] = 'Voer het http -inhoudstype in.';
  660. $text['description-http_content_type']['pl-pl'] = 'Wprowadź typ zawartości HTTP.';
  661. $text['description-http_content_type']['pt-br'] = 'Digite o tipo de conteúdo HTTP.';
  662. $text['description-http_content_type']['pt-pt'] = 'Digite o tipo de conteúdo HTTP.';
  663. $text['description-http_content_type']['ro-ro'] = 'Introduceți tipul de conținut HTTP.';
  664. $text['description-http_content_type']['ru-ru'] = 'Введите тип контента HTTP.';
  665. $text['description-http_content_type']['sv-se'] = 'Ange HTTP -innehållstyp.';
  666. $text['description-http_content_type']['uk-ua'] = 'Введіть тип вмісту HTTP.';
  667. $text['description-http_content_type']['zh-cn'] = '输入 http 内容类型。';
  668. $text['description-http_content_type']['ja-jp'] = 'http コンテンツ タイプを入力します。';
  669. $text['description-http_content_type']['ko-kr'] = 'http 콘텐츠 유형을 입력합니다.';
  670. $text['label-http_content_body']['en-us'] = 'HTTP Content Body';
  671. $text['label-http_content_body']['en-gb'] = 'HTTP Content Body';
  672. $text['label-http_content_body']['ar-eg'] = 'HTTP محتوى الجسم';
  673. $text['label-http_content_body']['de-at'] = 'HTTP -Inhaltskörper';
  674. $text['label-http_content_body']['de-ch'] = 'HTTP -Inhaltskörper';
  675. $text['label-http_content_body']['de-de'] = 'HTTP -Inhaltskörper';
  676. $text['label-http_content_body']['es-cl'] = 'Cuerpo de contenido http';
  677. $text['label-http_content_body']['es-mx'] = 'Cuerpo de contenido http';
  678. $text['label-http_content_body']['fr-ca'] = 'Corps du contenu HTTP';
  679. $text['label-http_content_body']['fr-fr'] = 'Corps du contenu HTTP';
  680. $text['label-http_content_body']['he-il'] = 'גוף תוכן HTTP';
  681. $text['label-http_content_body']['it-it'] = 'Corpo contenuto HTTP';
  682. $text['label-http_content_body']['nl-nl'] = 'Http content body';
  683. $text['label-http_content_body']['pl-pl'] = 'Treść zawartości HTTP';
  684. $text['label-http_content_body']['pt-br'] = 'Corpo de conteúdo HTTP';
  685. $text['label-http_content_body']['pt-pt'] = 'Corpo de conteúdo HTTP';
  686. $text['label-http_content_body']['ro-ro'] = 'Corpul de conținut HTTP';
  687. $text['label-http_content_body']['ru-ru'] = 'HTTP Content Body';
  688. $text['label-http_content_body']['sv-se'] = 'Http innehållskropp';
  689. $text['label-http_content_body']['uk-ua'] = 'HTTP Вміст';
  690. $text['label-http_content_body']['zh-cn'] = 'HTTP 内容正文';
  691. $text['label-http_content_body']['ja-jp'] = 'HTTPコンテンツ本体';
  692. $text['label-http_content_body']['ko-kr'] = 'HTTP 콘텐츠 본문';
  693. $text['description-http_content_body']['en-us'] = 'Enter the http content body.';
  694. $text['description-http_content_body']['en-gb'] = 'Enter the http content body.';
  695. $text['description-http_content_body']['ar-eg'] = 'أدخل هيئة محتوى HTTP.';
  696. $text['description-http_content_body']['de-at'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  697. $text['description-http_content_body']['de-ch'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  698. $text['description-http_content_body']['de-de'] = 'Geben Sie den HTTP -Inhaltskörper ein.';
  699. $text['description-http_content_body']['es-cl'] = 'Ingrese el cuerpo de contenido HTTP.';
  700. $text['description-http_content_body']['es-mx'] = 'Ingrese el cuerpo de contenido HTTP.';
  701. $text['description-http_content_body']['fr-ca'] = 'Entrez le corps du contenu http';
  702. $text['description-http_content_body']['fr-fr'] = 'Entrez le corps du contenu http';
  703. $text['description-http_content_body']['he-il'] = 'הזן את גוף תוכן HTTP.';
  704. $text['description-http_content_body']['it-it'] = 'Immettere il corpo del contenuto HTTP.';
  705. $text['description-http_content_body']['nl-nl'] = 'Voer de http -inhoudsorgaan in.';
  706. $text['description-http_content_body']['pl-pl'] = 'Wprowadź treść HTTP.';
  707. $text['description-http_content_body']['pt-br'] = 'Digite o corpo de conteúdo HTTP.';
  708. $text['description-http_content_body']['pt-pt'] = 'Digite o corpo de conteúdo HTTP.';
  709. $text['description-http_content_body']['ro-ro'] = 'Introduceți corpul conținutului HTTP.';
  710. $text['description-http_content_body']['ru-ru'] = 'Введите тело контента HTTP.';
  711. $text['description-http_content_body']['sv-se'] = 'Ange HTTP -innehållskroppen.';
  712. $text['description-http_content_body']['uk-ua'] = 'Введіть корпус вмісту HTTP.';
  713. $text['description-http_content_body']['zh-cn'] = '输入http内容正文。';
  714. $text['description-http_content_body']['ja-jp'] = 'http コンテンツの本文を入力します。';
  715. $text['description-http_content_body']['ko-kr'] = 'http 콘텐츠 본문을 입력하세요.';
  716. ?>