This commit is contained in:
@@ -57,7 +57,7 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "FileExists",
|
||||
TKey = "AttachmentExists",
|
||||
FieldKey = "exists",
|
||||
UiFieldDataType = (int)UiFieldDataType.Bool,
|
||||
SqlValueColumnName = "afileattachment.exists"
|
||||
@@ -84,7 +84,7 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "Notes",
|
||||
TKey = "AttachmentNotes",
|
||||
FieldKey = "notes",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "afileattachment.notes"
|
||||
|
||||
@@ -1671,7 +1671,8 @@
|
||||
"InsertImage": "Bild einfügen",
|
||||
"ImageUrl": "Bild-URL",
|
||||
"ImageDescription": "Bildbeschreibung",
|
||||
"AttachmentNotes": "Notizen",
|
||||
"AttachmentNotes": "Notizen",
|
||||
"AttachmentExists": "Datei existiert",
|
||||
"AttachmentFileName": "Dateiname",
|
||||
"AttachFile": "Datei anhängen",
|
||||
"Upload": "Hochladen",
|
||||
|
||||
@@ -1671,7 +1671,8 @@
|
||||
"InsertImage": "Insert image",
|
||||
"ImageUrl": "Image url",
|
||||
"ImageDescription": "Image description",
|
||||
"AttachmentNotes": "Notes",
|
||||
"AttachmentNotes": "Notes",
|
||||
"AttachmentExists": "File exists",
|
||||
"AttachmentFileName": "File name",
|
||||
"AttachFile": "Attach file",
|
||||
"Upload": "Upload",
|
||||
|
||||
@@ -1671,7 +1671,8 @@
|
||||
"InsertImage": "Insertar imagen",
|
||||
"ImageUrl": "Dirección URL de la imagen",
|
||||
"ImageDescription": "Descripción de la imagen",
|
||||
"AttachmentNotes": "Notas",
|
||||
"AttachmentNotes": "Notas",
|
||||
"AttachmentExists": "El archivo existe",
|
||||
"AttachmentFileName": "Nombre archivo",
|
||||
"AttachFile": "Adjuntar archivo",
|
||||
"Upload": "Cargar",
|
||||
|
||||
@@ -1671,7 +1671,8 @@
|
||||
"InsertImage": "Insérer une image",
|
||||
"ImageUrl": "URL d'image",
|
||||
"ImageDescription": "Description de l'image",
|
||||
"AttachmentNotes": "Notes",
|
||||
"AttachmentNotes": "Notes",
|
||||
"AttachmentExists": "Le fichier existe",
|
||||
"AttachmentFileName": "Nom du fichier",
|
||||
"AttachFile": "Joindre fichier",
|
||||
"Upload": "Télécharger",
|
||||
|
||||
Reference in New Issue
Block a user