tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
interface/web/designer/lib/lang/hr_form_edit.lng
@@ -1,24 +1,24 @@
<?php
$wb['name_txt'] = 'Formname';
$wb['title_txt'] = 'Formutitle';
$wb['template_txt'] = 'Template';
$wb['name_txt'] = 'Naziv forme';
$wb['title_txt'] = 'Naslov forme';
$wb['template_txt'] = 'Predložak';
$wb['navframe_txt'] = 'NaviFrame';
$wb['startpage_txt'] = 'Startpage';
$wb['tab_width_txt'] = 'Tab width';
$wb['save_txt'] = 'Save';
$wb['cancel_txt'] = 'Cancel';
$wb['header_txt'] = 'Form properties';
$wb['description_txt'] = 'Description';
$wb['action_txt'] = 'Action (script)';
$wb['db_table_txt'] = 'DB Table';
$wb['db_table_idx_txt'] = 'DB Table Index';
$wb['db_history_txt'] = 'Undo Log';
$wb['tab_default_txt'] = 'Default Tab';
$wb['list_default_txt'] = 'Default Liste';
$wb['auth_txt'] = 'Permissions';
$wb['startpage_txt'] = 'Početna';
$wb['tab_width_txt'] = 'Širina taba';
$wb['save_txt'] = 'Spremi';
$wb['cancel_txt'] = 'Odustani';
$wb['header_txt'] = 'Postavke forme';
$wb['description_txt'] = 'Opis';
$wb['action_txt'] = 'Akcija (skripte)';
$wb['db_table_txt'] = 'Tablica u bazi';
$wb['db_table_idx_txt'] = 'Index tablice u bazi';
$wb['db_history_txt'] = 'Vrati Log';
$wb['tab_default_txt'] = 'Standardni tab';
$wb['list_default_txt'] = 'Standardne liste';
$wb['auth_txt'] = 'Dozvole';
$wb['auth_preset_userid_txt'] = 'UserID';
$wb['auth_preset_groupid_txt'] = 'GroupID';
$wb['auth_preset_perm_user_txt'] = 'Perm. User';
$wb['auth_preset_perm_group_txt'] = 'Perm. Group';
$wb['auth_preset_perm_other_txt'] = 'Perm. Other';
$wb['auth_preset_perm_user_txt'] = 'Dozvole klijenta';
$wb['auth_preset_perm_group_txt'] = 'Dozvole grupe';
$wb['auth_preset_perm_other_txt'] = 'Dozvole ostalo';
?>