jj 21.03.2016 update translations

This commit is contained in:
JenneJ
2016-03-21 11:02:15 +01:00
parent 9cda976105
commit b141334661
5 changed files with 22 additions and 6 deletions

View File

@@ -310,7 +310,8 @@ Module ClassControlProperties
End Set
End Property
<CategoryAttribute("Kontextmenue")>
<LocalizedCategoryAttribute("category_other")>
<LocalizedDescriptionAttribute("desc_masterdataid")>
Public Property MasterDataId() As Integer
Get
Return _master_data_id
@@ -568,7 +569,7 @@ Module ClassControlProperties
End Property
<LocalizedCategoryAttribute("category_form")>
<LocalizedDescriptionAttribute("Gibt die Form-ID der zu öffnenden Form an.")>
<LocalizedDescriptionAttribute("desc_formid")>
Public Property FormID() As Integer
Get
Return _form_id
@@ -579,7 +580,7 @@ Module ClassControlProperties
End Property
<LocalizedCategoryAttribute("category_form")>
<LocalizedDescriptionAttribute("Gibt die Screen-ID der zu öffnenden Form an.")>
<LocalizedDescriptionAttribute("desc_screenid")>
Public Property ScreenID() As Integer
Get
Return _screen_id