From 13c9e0baeb50303d063f30a80cdb67bc86a7c04a Mon Sep 17 00:00:00 2001 From: Thom Pol <thom@amsterdamtech.nl> Date: Sun, 24 May 2020 20:17:12 +0200 Subject: [PATCH] Fixes #4480 (Translate IP edit form title and desc) --- ar_server_ip.lng | 13 +++++++++++++ bg_server_ip.lng | 13 +++++++++++++ br_server_ip.lng | 13 +++++++++++++ ca_server_ip.lng | 13 +++++++++++++ cz_server_ip.lng | 13 +++++++++++++ de_server_ip.lng | 13 +++++++++++++ dk_server_ip.lng | 13 +++++++++++++ el_server_ip.lng | 13 +++++++++++++ en_server_ip.lng | 13 +++++++++++++ es_server_ip.lng | 13 +++++++++++++ fi_server_ip.lng | 13 +++++++++++++ fr_server_ip.lng | 13 +++++++++++++ hr_server_ip.lng | 13 +++++++++++++ hu_server_ip.lng | 13 +++++++++++++ id_server_ip.lng | 13 +++++++++++++ it_server_ip.lng | 13 +++++++++++++ ja_server_ip.lng | 13 +++++++++++++ nl_server_ip.lng | 13 +++++++++++++ pl_server_ip.lng | 13 +++++++++++++ pt_server_ip.lng | 13 +++++++++++++ ro_server_ip.lng | 13 +++++++++++++ ru_server_ip.lng | 13 +++++++++++++ se_server_ip.lng | 13 +++++++++++++ sk_server_ip.lng | 13 +++++++++++++ tr_server_ip.lng | 13 +++++++++++++ 25 files changed, 325 insertions(+) create mode 100644 ar_server_ip.lng create mode 100644 bg_server_ip.lng create mode 100644 br_server_ip.lng create mode 100644 ca_server_ip.lng create mode 100644 cz_server_ip.lng create mode 100644 de_server_ip.lng create mode 100644 dk_server_ip.lng create mode 100644 el_server_ip.lng create mode 100644 en_server_ip.lng create mode 100644 es_server_ip.lng create mode 100644 fi_server_ip.lng create mode 100644 fr_server_ip.lng create mode 100644 hr_server_ip.lng create mode 100644 hu_server_ip.lng create mode 100644 id_server_ip.lng create mode 100644 it_server_ip.lng create mode 100644 ja_server_ip.lng create mode 100644 nl_server_ip.lng create mode 100644 pl_server_ip.lng create mode 100644 pt_server_ip.lng create mode 100644 ro_server_ip.lng create mode 100644 ru_server_ip.lng create mode 100644 se_server_ip.lng create mode 100644 sk_server_ip.lng create mode 100644 tr_server_ip.lng diff --git a/ar_server_ip.lng b/ar_server_ip.lng new file mode 100644 index 0000000000..1947d3ec37 --- /dev/null +++ b/ar_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP Address'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'The IP address is invalid'; +$wb['ip_error_unique'] = 'The IP address must be unique'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/bg_server_ip.lng b/bg_server_ip.lng new file mode 100644 index 0000000000..70f428a634 --- /dev/null +++ b/bg_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Сървър'; +$wb['ip_address_txt'] = 'IP адреÑ'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'IP адреÑÑŠÑ‚ е грешен'; +$wb['ip_error_unique'] = 'IP адреÑÑŠÑ‚ Ñ‚Ñ€Ñбва да бъде уникален'; +$wb['client_id_txt'] = 'Клиент'; +$wb['ip_type_txt'] = 'Тип'; +$wb['virtualhost_port_txt'] = 'HTTP портове'; +$wb['error_port_syntax'] = 'Грешни Ñимволи в полето за портове, Ð¼Ð¾Ð»Ñ Ð²ÑŠÐ²ÐµÐ¶Ð´Ð°Ð¹Ñ‚Ðµ Ñамо чиÑла разделени Ñ Ð·Ð°Ð¿ÐµÑ‚Ð°Ñ. Пример: 80,443'; +?> diff --git a/br_server_ip.lng b/br_server_ip.lng new file mode 100644 index 0000000000..8380b61ebd --- /dev/null +++ b/br_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Servidor'; +$wb['client_id_txt'] = 'Cliente'; +$wb['ip_type_txt'] = 'Tipo'; +$wb['ip_address_txt'] = 'Endereço IP'; +$wb['virtualhost_txt'] = 'Nome do vhost http'; +$wb['virtualhost_port_txt'] = 'Porta http'; +$wb['ip_error_wrong'] = 'O endereço IP é inválido.'; +$wb['ip_error_unique'] = 'O endereço IP deve ser exclusivo.'; +$wb['error_port_syntax'] = 'Caracteres inválidos para porta http, por favor, insira apenas uma porta ou separe portas por vÃrgula. Exemplo: 80,443.'; +?> diff --git a/ca_server_ip.lng b/ca_server_ip.lng new file mode 100644 index 0000000000..8f7738e51f --- /dev/null +++ b/ca_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['ip_address_txt'] = 'IP Address'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['ip_error_wrong'] = 'The IP address is invalid'; +$wb['ip_error_unique'] = 'The IP address must be unique'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/cz_server_ip.lng b/cz_server_ip.lng new file mode 100644 index 0000000000..3698df5c74 --- /dev/null +++ b/cz_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP adresa'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'IP adresa je neplatná nebo prázdná'; +$wb['ip_error_unique'] = 'IP adresa musà být unikátnÃ'; +$wb['client_id_txt'] = 'Klient'; +$wb['ip_type_txt'] = 'Verze'; +$wb['virtualhost_port_txt'] = 'HTTP Porty'; +$wb['error_port_syntax'] = 'Neplatné znaky ve volbÄ› HTTP Portů. ProsÃm, zadejte pouze ÄÃselné hodnoty oddÄ›lené Äárkami. PÅ™Ãklad: 80,443'; +?> diff --git a/de_server_ip.lng b/de_server_ip.lng new file mode 100644 index 0000000000..88f23ebc15 --- /dev/null +++ b/de_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP Adresse'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'Die IP Adresse ist ungültig'; +$wb['ip_error_unique'] = 'Die IP Adresse muss einzigartig sein'; +$wb['client_id_txt'] = 'Kunde'; +$wb['ip_type_txt'] = 'Typ'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Ungültige Zeichen im Ports Feld. Bitte geben Sie nur komma-separierte Nummern an. Beispiel: 80,443'; +?> diff --git a/dk_server_ip.lng b/dk_server_ip.lng new file mode 100644 index 0000000000..a6ba3ba045 --- /dev/null +++ b/dk_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['client_id_txt'] = 'Kunde'; +$wb['ip_type_txt'] = 'Type'; +$wb['ip_address_txt'] = 'IP Adresse'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['virtualhost_port_txt'] = 'HTTP Porte'; +$wb['ip_error_wrong'] = 'IP adressen er ugyldigt'; +$wb['ip_error_unique'] = 'IP adressen skal være unikke'; +$wb['error_port_syntax'] = 'Ugyldigt tegn i Port felt, du mÃ¥ kun indtaste kommasepareret tal. F.eks.: 80,443'; +?> diff --git a/el_server_ip.lng b/el_server_ip.lng new file mode 100644 index 0000000000..f00925fc62 --- /dev/null +++ b/el_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'ΔιεÏθυνση IP'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'Η ΔιεÏθυνση IP είναι άκυÏη'; +$wb['ip_error_unique'] = 'Η ΔιεÏθυνση IP Ï€ÏÎπει να είναι μοναδική'; +$wb['client_id_txt'] = 'Πελάτης'; +$wb['ip_type_txt'] = 'ΤÏπος'; +$wb['virtualhost_port_txt'] = 'ΘÏÏες HTTP'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/en_server_ip.lng b/en_server_ip.lng new file mode 100644 index 0000000000..8ef448f85d --- /dev/null +++ b/en_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb["server_id_txt"] = 'Server'; +$wb["client_id_txt"] = 'Client'; +$wb["ip_type_txt"] = 'Type'; +$wb["ip_address_txt"] = 'IP Address'; +$wb["virtualhost_txt"] = 'HTTP NameVirtualHost'; +$wb["virtualhost_port_txt"] = 'HTTP Ports'; +$wb["ip_error_wrong"] = 'The IP address is invalid'; +$wb["ip_error_unique"] = 'The IP address must be unique'; +$wb["error_port_syntax"] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/es_server_ip.lng b/es_server_ip.lng new file mode 100644 index 0000000000..ba4d06d098 --- /dev/null +++ b/es_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['client_id_txt'] = 'Cliente'; +$wb['error_port_syntax'] = 'Caracteres inválidos en el campo puerto, por favor introduzca sólo números separados por comas. Por ejemplo: 80,443'; +$wb['ip_address_txt'] = 'Dirección IP'; +$wb['ip_error_unique'] = 'La dirección IP debe ser única'; +$wb['ip_error_wrong'] = 'La dirección IP no es correcta'; +$wb['ip_type_txt'] = 'Tipo'; +$wb['server_id_txt'] = 'Servidor'; +$wb['virtualhost_port_txt'] = 'Puertos HTTP'; +$wb['virtualhost_txt'] = 'Nombre de host virtual HTTP (NameVirtualHost)'; +?> diff --git a/fi_server_ip.lng b/fi_server_ip.lng new file mode 100644 index 0000000000..a9f49cc124 --- /dev/null +++ b/fi_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Palvelin'; +$wb['ip_address_txt'] = 'IP-osoite'; +$wb['virtualhost_txt'] = 'Virtuaalipalvelin'; +$wb['ip_error_wrong'] = 'IP-osoite vääränlainen'; +$wb['ip_error_unique'] = 'IP-osoitteen on oltava yksilöllinen'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/fr_server_ip.lng b/fr_server_ip.lng new file mode 100644 index 0000000000..1289cd755a --- /dev/null +++ b/fr_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Serveur'; +$wb['ip_address_txt'] = 'Adresse IP'; +$wb['virtualhost_txt'] = 'NameVirtualHost HTTP'; +$wb['ip_error_wrong'] = 'L’adresse IP est invalide'; +$wb['ip_error_unique'] = 'L’adresse IP doit être unique'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/hr_server_ip.lng b/hr_server_ip.lng new file mode 100644 index 0000000000..f26fd720ca --- /dev/null +++ b/hr_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP adresa'; +$wb['virtualhost_txt'] = 'HTTP ime virtualnog hosta'; +$wb['ip_error_wrong'] = 'Neispravna IP adresa'; +$wb['ip_error_unique'] = 'IP adresa mora biti jedinstvena'; +$wb['client_id_txt'] = 'Klijent'; +$wb['ip_type_txt'] = 'Vrsta'; +$wb['virtualhost_port_txt'] = 'HTTP portovi'; +$wb['error_port_syntax'] = 'Nedozvoljeni znakovi u port polju, unesite samo znamenke odvojene zarezom. Primjer: 80,443'; +?> diff --git a/hu_server_ip.lng b/hu_server_ip.lng new file mode 100644 index 0000000000..2e8f88a2f7 --- /dev/null +++ b/hu_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Szerver'; +$wb['ip_address_txt'] = 'IP cÃm'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'IP cÃm érvénytelen'; +$wb['ip_error_unique'] = 'AZ IP cÃmnek egyedinek kell lennie'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/id_server_ip.lng b/id_server_ip.lng new file mode 100644 index 0000000000..00cecf5026 --- /dev/null +++ b/id_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'Alamat IP'; +$wb['virtualhost_txt'] = 'Nama VirtualHost HTTP'; +$wb['ip_error_wrong'] = 'Alamat IP tidak valid'; +$wb['ip_error_unique'] = 'Alamat IP harus unik'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/it_server_ip.lng b/it_server_ip.lng new file mode 100644 index 0000000000..9850f2e38b --- /dev/null +++ b/it_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'Indirizzo IP'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'Indirizzo IP non valido'; +$wb['ip_error_unique'] = 'Indirizzo IP deve essere unico'; +$wb['client_id_txt'] = 'Cliente'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Caratteri non validi nel campo porta, per favore inserire solo valori separati da virgola. Esempio: 80,443'; +?> diff --git a/ja_server_ip.lng b/ja_server_ip.lng new file mode 100644 index 0000000000..982d797760 --- /dev/null +++ b/ja_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'サーãƒãƒ¼'; +$wb['ip_address_txt'] = 'IPアドレス'; +$wb['virtualhost_txt'] = 'HTTP ã® NameVirtualHost を使ã†'; +$wb['ip_error_wrong'] = 'IPアドレスãŒä¸æ£ã§ã™ã€‚'; +$wb['ip_error_unique'] = 'æ—¢ã«ç™»éŒ²æ¸ˆã¿ã®IPアドレスã§ã™ã€‚別ã®å€¤ã«å¤‰æ›´ã—ã¦ãã ã•ã„。'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/nl_server_ip.lng b/nl_server_ip.lng new file mode 100644 index 0000000000..1fd397e01b --- /dev/null +++ b/nl_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP adres'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'Het IP adres is ongeldig'; +$wb['ip_error_unique'] = 'Het IP addres moet uniek zijn'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/pl_server_ip.lng b/pl_server_ip.lng new file mode 100644 index 0000000000..0e31866078 --- /dev/null +++ b/pl_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Serwer'; +$wb['ip_address_txt'] = 'Adres IP'; +$wb['virtualhost_txt'] = 'Nazwa wirtualnego hosta HTTP'; +$wb['ip_error_wrong'] = 'Adres IP jest niepoprawny'; +$wb['ip_error_unique'] = 'Adres IP musi być unikalny'; +$wb['client_id_txt'] = 'Klient'; +$wb['ip_type_txt'] = 'Typ'; +$wb['virtualhost_port_txt'] = 'Porty HTTP'; +$wb['error_port_syntax'] = 'NieprawidÅ‚owe wartoÅ›ci w polu portów, proszÄ™ wpisać tylko liczby oddzielone przecinkiem. PrzykÅ‚adowo: 80,443'; +?> diff --git a/pt_server_ip.lng b/pt_server_ip.lng new file mode 100644 index 0000000000..8a3d00be61 --- /dev/null +++ b/pt_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Servidor'; +$wb['ip_address_txt'] = 'Endereço IP'; +$wb['virtualhost_txt'] = 'Nome VirtualHost HTTP'; +$wb['ip_error_wrong'] = 'Endereço IP inválido!'; +$wb['ip_error_unique'] = 'O endereço IP deve ser único'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/ro_server_ip.lng b/ro_server_ip.lng new file mode 100644 index 0000000000..1947d3ec37 --- /dev/null +++ b/ro_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP Address'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'The IP address is invalid'; +$wb['ip_error_unique'] = 'The IP address must be unique'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/ru_server_ip.lng b/ru_server_ip.lng new file mode 100644 index 0000000000..f874ba1bbd --- /dev/null +++ b/ru_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Сервер'; +$wb['ip_address_txt'] = 'IP-адреÑ'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'Ðеправильный формат IP-адреÑа'; +$wb['ip_error_unique'] = 'IP-Ð°Ð´Ñ€ÐµÑ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть уникальным'; +$wb['client_id_txt'] = 'ID Клиента'; +$wb['ip_type_txt'] = 'Тип'; +$wb['virtualhost_port_txt'] = 'HTTP порты'; +$wb['error_port_syntax'] = 'ÐедопуÑтимые Ñимволы в поле порта. ПожалуйÑта, вводите только чиÑла, разделенные запÑтой. Пример: 80,443'; +?> diff --git a/se_server_ip.lng b/se_server_ip.lng new file mode 100644 index 0000000000..09bc3b593a --- /dev/null +++ b/se_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP-adress'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'IP_adressen är ogiltig'; +$wb['ip_error_unique'] = 'IP-adressen mÃ¥ste vara unik'; +$wb['client_id_txt'] = 'Kund'; +$wb['ip_type_txt'] = 'Typ'; +$wb['virtualhost_port_txt'] = 'HTTP-portar'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/sk_server_ip.lng b/sk_server_ip.lng new file mode 100644 index 0000000000..02f84ded4c --- /dev/null +++ b/sk_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP Adresa'; +$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; +$wb['ip_error_wrong'] = 'IP adresa je neplatná'; +$wb['ip_error_unique'] = 'IP adresa musà byÅ¥ unikátna'; +$wb['client_id_txt'] = 'Client'; +$wb['ip_type_txt'] = 'Type'; +$wb['virtualhost_port_txt'] = 'HTTP Ports'; +$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; +?> diff --git a/tr_server_ip.lng b/tr_server_ip.lng new file mode 100644 index 0000000000..1f31bd3932 --- /dev/null +++ b/tr_server_ip.lng @@ -0,0 +1,13 @@ +<?php +$wb['server_ip_edit_title'] = 'IP Adresses'; +$wb['server_ip_edit_desc'] = 'Form to edit system IP adresses'; +$wb['server_id_txt'] = 'Sunucu'; +$wb['client_id_txt'] = 'Müşteri'; +$wb['ip_type_txt'] = 'Tür'; +$wb['ip_address_txt'] = 'IP Adresi'; +$wb['virtualhost_txt'] = 'HTTP sSunucu Adı'; +$wb['virtualhost_port_txt'] = 'HTTP Kapı Numaraları'; +$wb['ip_error_wrong'] = 'IP adresi geçersiz'; +$wb['ip_error_unique'] = 'Aynı IP adresi zaten var'; +$wb['error_port_syntax'] = 'Kapı alanında geçersiz karakterler var. Lütfen yalnız virgül ile ayrılmış sayılar yazın. Örnek: 80,443'; +?> -- GitLab