Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
02bf99 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
cc6568 3 $wb['client_txt'] = 'Klient';
H 4 $wb['btn_save_txt'] = 'Import pliku strefy';
5 $wb['btn_cancel_txt'] = 'Anuluj';
6 $wb['domain_txt'] = 'Domena';
7 $wb['zone_file_successfully_imported_txt'] = 'Strefa została poprawnie zaimportowana';
8 $wb['error_no_valid_zone_file_txt'] = 'Struktura pliku strefy jest nieprawidłowa';
9 $wb['zonefile_to_import_txt'] = 'Plik strefy';
10 $wb['domain_field_desc_txt'] = 'Może być puste jeżeli nazwa domeny jest w nazwie pliku lub w treści pliku';
11 $wb['title'] = 'Importuj pliki strefy';
12 $wb['no_file_uploaded_error'] = 'Nie załadowany żaden plik';
13 $wb['zone_file_import_txt'] = 'Import pliku strefy';
407003 14 $wb['error_no_server_id'] = 'No server provided.';
TB 15 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
e94a9f 16 ?>