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