tbrehm
2010-10-22 d4a7593b8042e4c6eeba27feaf443bb9e9ebd93f
interface/web/admin/lib/lang/pl_server_ip.lng
@@ -1,6 +1,8 @@
<?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";
?>