From ecf891ab69b38ee1bcd0533d9a4f30d218c7e99c Mon Sep 17 00:00:00 2001 From: nveid <nveid@ispconfig3> Date: Mon, 21 Nov 2011 01:04:18 -0500 Subject: [PATCH] Added remoting API call: client_get_all @param -> session_id @return -> Array of all Client IDs on server --- interface/web/admin/lib/lang/pl_server_ip.lng | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_server_ip.lng b/interface/web/admin/lib/lang/pl_server_ip.lng index d836e6b..7142401 100644 --- a/interface/web/admin/lib/lang/pl_server_ip.lng +++ b/interface/web/admin/lib/lang/pl_server_ip.lng @@ -1,7 +1,11 @@ -<?php -$wb["server_id_txt"] = 'Serwer'; -$wb["ip_address_txt"] = 'Adres IP'; -$wb["virtualhost_txt"] = 'Nazwa wirtualnego hosta HTTP'; -$wb["ip_err"] = 'Adres IP jest niepoprawny'; -?> - +<?php +$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'] = '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'; +?> -- Gitblit v1.9.1