tbrehm
2009-10-28 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb
interface/web/sites/lib/lang/pl_database.lng
@@ -7,8 +7,8 @@
$wb['password_strength_txt'] = 'Siła hasła';
$wb['database_charset_txt'] = 'Kodowanie bazy danych';
$wb['remote_access_txt'] = 'Dostęp zewnętrzny';
$wb['remote_ips_txt'] = 'Remote Access IPs (separate by , and leave blank for <i>any</i>)';
$wb['database_remote_error_ips'] = 'At least one of the entered ip addresses is invalid.';
$wb['remote_ips_txt'] = 'Zewnętrzny dostęp z adresów IP (adresy zrodziel , i zostaw póste pola dla <i>każdego</i>)';
$wb['database_remote_error_ips'] = 'Jeden z podanych adresów IP ma niepoprawny format.';
$wb['client_txt'] = 'Klient';
$wb['active_txt'] = 'Aktywny';
$wb['database_name_error_empty'] = 'Nazwa bazy danych jest pusta.';
@@ -20,4 +20,6 @@
$wb['limit_database_txt'] = 'Maksymalna liczba baz danych została przekroczona.';
$wb['database_name_change_txt'] = 'Nie można zmienić nazwy bazy danych';
$wb['database_charset_change_txt'] = 'Nie można zmienić kodowania bazy danych';
$wb['database_name_error_len'] = 'Database name - {db} - too long. The max. database name length incl. prefix is 64 chars.';
$wb['database_user_error_len'] = 'Database username - {user}- too long. The max. database username length incl. prefix is 16 chars.';
?>