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