Přidána agenda Budovy.
This commit is contained in:
@@ -89,12 +89,12 @@
|
||||
</bean>
|
||||
|
||||
<!-- Business logic -->
|
||||
<bean id="userService" class="info.bukova.isspst.services.UserServiceImpl">
|
||||
<bean id="userService" class="info.bukova.isspst.services.users.UserServiceImpl">
|
||||
<property name="dao" ref="userDao"/>
|
||||
<property name="encoder" ref="passwordEncoder"/>
|
||||
</bean>
|
||||
|
||||
<bean id="roleService" class="info.bukova.isspst.services.RoleServiceImpl">
|
||||
<bean id="roleService" class="info.bukova.isspst.services.users.RoleServiceImpl">
|
||||
<property name="dao" ref="roleDao"/>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# Default file
|
||||
AgendaBuildings=Budovy
|
||||
|
||||
BuildingsFormCode=Kód
|
||||
BuildingsFormCodeConstr=Zadejte kód budovy...
|
||||
BuildingsFormName=Název
|
||||
BuildingsFormDescription=Popis
|
||||
|
||||
BuildingsGridColumnCode=Kód
|
||||
BuildingsGridColumnName=Název
|
||||
BuildingsGridColumnDescription=Popis
|
||||
|
||||
ButtonStorno=Storno
|
||||
ButtonSave=Uložit
|
||||
|
||||
FormBuilding=Budova
|
||||
|
||||
ToolbarRecNew=Nový záznam
|
||||
ToolbarRecEdit=Úprava aktuálního záznamu
|
||||
ToolbarRecDelete=Odstranit aktuální záznam
|
||||
ToolbarRecFilter=Filtr záznamů
|
||||
Reference in New Issue
Block a user