diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index c36b103d..3d16046d 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -1661,5 +1661,6 @@ "UserOptions": "Benutzeroptionen", "FileAttachment": "Dateianhang", "FormCustom": "Formularanpassung", - "Heading":"Überschrift" + "Heading":"Überschrift", + "Table":"Tabelle" } \ No newline at end of file diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 775da0ef..7fa1f901 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -1661,5 +1661,6 @@ "UserOptions": "User options", "FileAttachment": "Attachment", "FormCustom": "Form customization", - "Heading":"Heading" + "Heading":"Heading", + "Table":"Table" } \ No newline at end of file diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index 58ddda82..79c47d19 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -1661,5 +1661,6 @@ "UserOptions": "Opciones de usuario", "FileAttachment": "Archivo adjunto", "FormCustom": "Personalización de formularios", - "Heading":"Título" + "Heading":"Título", + "Table":"Tabla" } \ No newline at end of file diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 85941665..292e41da 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -1661,5 +1661,6 @@ "UserOptions": "Options utilisateur", "FileAttachment": "Pièce jointe", "FormCustom": "Personnalisation des formulaires", - "Heading":"Titre" + "Heading": "Titre", + "Table": "Tableau" } \ No newline at end of file