| | |
| | | <?php |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Address'] = 'Address'; |
| | | $wb['Limits'] = 'Limits'; |
| | | $wb['Add Client'] = 'Add Client'; |
| | | $wb['Edit Client'] = 'Edit Client'; |
| | | $wb['Clients'] = 'Clients'; |
| | | $wb['Edit Client-Templates'] = 'Edit Client-Templates'; |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb["error_has_clients"] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | |
| | | $wb['Client'] = 'Klijenti'; |
| | | $wb['Address'] = 'Adresa'; |
| | | $wb['Limits'] = 'Limiti'; |
| | | $wb['Add Client'] = 'Dodaj klijenta'; |
| | | $wb['Edit Client'] = 'Editiraj klijenta'; |
| | | $wb['Clients'] = 'Klijenti'; |
| | | $wb['Edit Client-Templates'] = 'Editiraj predložak za klijente'; |
| | | $wb['Add Reseller'] = 'Dodaj preprodavača'; |
| | | $wb['Edit Reseller'] = 'Editiraj preprodavača'; |
| | | $wb['Resellers'] = 'Preprodavači'; |
| | | $wb['error_has_clients'] = 'Ovaj preprodavač ima klijente. Prvo morate obrisati klijente preprodavača.'; |
| | | $wb['add_additional_template_txt'] = 'Dodaj dodatni predložak'; |
| | | $wb['delete_additional_template_txt'] = 'Obriši dodatni predložak'; |
| | | $wb['Messaging'] = 'Messaging'; |
| | | $wb['Send Email'] = 'Send Email'; |
| | | ?> |