| | |
| | | <?php |
| | | $wb['limit_maildomain_txt'] = 'Max. počet emailových domén'; |
| | | $wb['limit_maildomain_txt'] = 'Max. počet e-mailových domén'; |
| | | $wb['limit_mailbox_txt'] = 'Max. počet mailboxů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet emailových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet emailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet emailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet emailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet emailových filtrů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet e-mailových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet e-mailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet e-mailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet e-mailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet e-mailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání emailů'; |
| | | $wb['limit_mailquota_txt'] = 'Mailbox kvóta'; |
| | | $wb['limit_mailquota_txt'] = 'Kvóty poštovních schránek'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Max. počet spamfiltrových bílých / černých listinových filtrů'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Max. počet spamflitrových uživatelů'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Max. počet spamfiltrových politik'; |
| | |
| | | $wb['telephone_txt'] = 'Telefon'; |
| | | $wb['mobile_txt'] = 'Mobilní telefon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['internet_txt'] = 'Internet'; |
| | | $wb['icq_txt'] = 'ICQ'; |
| | | $wb['notes_txt'] = 'Poznámky'; |
| | |
| | | $wb['customer_no_txt'] = 'Zákaznické číslo'; |
| | | $wb['vat_id_txt'] = 'DIČ'; |
| | | $wb['required_fields_txt'] = '* Povinná pole'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. počet WebDAV uživatelů'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. počet e-mailovových konferencí (mailinglist)'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['email_error_isemail'] = 'Please enter a valid email address.'; |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['email_error_isemail'] = 'Zadejte prosím platnou e-mailovou adresu.'; |
| | | $wb['customer_no_error_unique'] = 'Číslo zákazníka musí být unikátní (nebo prázdné).'; |
| | | $wb['paypal_email_error_isemail'] = 'Zadejte prosím platnou PayPal e-mailovou adresu.'; |
| | | $wb['paypal_email_txt'] = 'PayPal E-mail'; |
| | | $wb['company_id_txt'] = 'Firma / podnikatel ID'; |
| | | $wb['bank_account_number_txt'] = 'Číslo bankovního účtu'; |
| | | $wb['bank_account_owner_txt'] = 'Bankovní účet vlastníka'; |
| | | $wb['bank_code_txt'] = 'Kód banky'; |
| | | $wb['bank_name_txt'] = 'Název banky'; |
| | | $wb['bank_account_iban_txt'] = 'IBAN'; |
| | | $wb['bank_account_swift_txt'] = 'BIC / Swift'; |
| | | ?> |
| | | |