diff --git a/server/AyaNova/biz/AyaType.cs b/server/AyaNova/biz/AyaType.cs index 7704fb89..4bcdfe7c 100644 --- a/server/AyaNova/biz/AyaType.cs +++ b/server/AyaNova/biz/AyaType.cs @@ -34,7 +34,7 @@ namespace AyaNova.Biz License = 5, LogFile = 6, PickListTemplate = 7, - DEPRECATED_REUSELATER_8 = 8, + WikiPage = 8, ServerJob = 9, AyaNova7Import = 10, TrialSeeder = 11, diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index afad1e1a..06c2bbfe 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -501,7 +501,6 @@ "UserSkill": "Benutzerfähigkeit", "UserSkillAssigned": "Zugeordnete Benutzerfähigkeit", "Vendor": "Lieferant", - "WikiPage": "Wiki page", "Workorder": "Arbeitsauftrag", "WorkorderClose": "Close work order", "WorkorderCategory": "Arbeitsauftragskategorie", @@ -1663,5 +1662,6 @@ "Metrics":"Metrik", "UserOptions":"Benutzeroptionen", "FileAttachment":"Dateianhang", - "FormCustom":"Formularanpassung" + "FormCustom":"Formularanpassung", + "WikiPage":"Wiki-Seite" } diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index f3b5dea6..704f56ec 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -501,7 +501,6 @@ "UserSkill": "User skill", "UserSkillAssigned": "User Skill Assigned", "Vendor": "Vendor", - "WikiPage": "Wiki page", "Workorder": "Workorder", "WorkorderClose": "Close work order", "WorkorderCategory": "Workorder Category", @@ -1638,33 +1637,29 @@ "ServerStateOpen": "Open", "ServerStateOps": "Server operations only", "ServerStateReason": "Reason", - "TooManyResults":"Too many results to show all", - "NoResults":"No results", - "EventDeleted":"Deleted", - "EventCreated":"Created", - "EventRetrieved":"Retrieved", - "EventModified":"Modified", - "EventAttachmentCreate":"Attachment created", - "EventAttachmentDelete":"Attachment deleted", - "EventAttachmentDownload":"Attachment downloaded", - "EventLicenseFetch":"License retrieved", - "EventLicenseTrialRequest":"Trial license requested", - "EventServerStateChange":"Server state changed", - "EventSeedDatabase":"Database seeded with trial data", - "NoType":"No type", - "License":"License", - "LogFile":"Log file", - "PickListTemplate":"Select list template", - "ServerJob":"Server job", - "AyaNova7Import":"AyaNova 7 import", - "TrialSeeder":"Trial seed data", - "Metrics":"Metrics", - "UserOptions":"User options", - "FileAttachment":"Attachment", - "FormCustom":"Form customization" - - - - -} - + "TooManyResults": "Too many results to show all", + "NoResults": "No results", + "EventDeleted": "Deleted", + "EventCreated": "Created", + "EventRetrieved": "Retrieved", + "EventModified": "Modified", + "EventAttachmentCreate": "Attachment created", + "EventAttachmentDelete": "Attachment deleted", + "EventAttachmentDownload": "Attachment downloaded", + "EventLicenseFetch": "License retrieved", + "EventLicenseTrialRequest": "Trial license requested", + "EventServerStateChange": "Server state changed", + "EventSeedDatabase": "Database seeded with trial data", + "NoType": "No type", + "License": "License", + "LogFile": "Log file", + "PickListTemplate": "Select list template", + "ServerJob": "Server job", + "AyaNova7Import": "AyaNova 7 import", + "TrialSeeder": "Trial seed data", + "Metrics": "Metrics", + "UserOptions": "User options", + "FileAttachment": "Attachment", + "FormCustom": "Form customization", + "WikiPage": "Wiki page" +} \ No newline at end of file diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index 30868d55..0b651a5c 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -500,7 +500,6 @@ "UserSkill": "Habilidad de usuario", "UserSkillAssigned": "Habilidad usuario asignada", "Vendor": "Proveedor", - "WikiPage": "Wiki page", "Workorder": "Pedido", "WorkorderClose": "Close work order", "WorkorderCategory": "Categoría pedido", @@ -1640,26 +1639,27 @@ "ServerStateReason": "Razón", "TooManyResults": "Demasiados resultados para mostrar todos", "NoResults": "No hay resultados", - "EventDeleted":"Eliminado", - "EventCreated":"Creado", - "EventRetrieved":"Recuperados", - "EventModified":"Modificado", - "EventAttachmentCreate":"Adjunto creado", - "EventAttachmentDelete":"Adjunto eliminado", - "EventAttachmentDownload":"Adjunto descargado", - "EventLicenseFetch":"Licencia recuperada", - "EventLicenseTrialRequest":"Licencia de prueba solicitada", - "EventServerStateChange":"Estado del servidor cambiado", - "EventSeedDatabase":"Base de datos creada con datos de muestra", - "NoType":"Sin tipo", - "License":"Licencia", - "LogFile":"Archivo de registro", - "PickListTemplate":"Plantilla de lista de selección", - "ServerJob":"Trabajo del servidor", - "AyaNova7Import":"Importación de AyaNova 7", - "TrialSeeder":"Datos iniciales de prueba", - "Metrics":"Métricas", - "UserOptions":"Opciones de usuario", - "FileAttachment":"Archivo adjunto", - "FormCustom":"Personalización de formularios" + "EventDeleted": "Eliminado", + "EventCreated": "Creado", + "EventRetrieved": "Recuperados", + "EventModified": "Modificado", + "EventAttachmentCreate": "Adjunto creado", + "EventAttachmentDelete": "Adjunto eliminado", + "EventAttachmentDownload": "Adjunto descargado", + "EventLicenseFetch": "Licencia recuperada", + "EventLicenseTrialRequest": "Licencia de prueba solicitada", + "EventServerStateChange": "Estado del servidor cambiado", + "EventSeedDatabase": "Base de datos creada con datos de muestra", + "NoType": "Sin tipo", + "License": "Licencia", + "LogFile": "Archivo de registro", + "PickListTemplate": "Plantilla de lista de selección", + "ServerJob": "Trabajo del servidor", + "AyaNova7Import": "Importación de AyaNova 7", + "TrialSeeder": "Datos iniciales de prueba", + "Metrics": "Métricas", + "UserOptions": "Opciones de usuario", + "FileAttachment": "Archivo adjunto", + "FormCustom": "Personalización de formularios", + "WikiPage": "Página Wiki" } \ No newline at end of file diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 4aa0c321..3f56543d 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -501,7 +501,6 @@ "UserSkill": "Aptitude d'utilisateur", "UserSkillAssigned": "Aptitude d'utilisateur attribuée", "Vendor": "Fournisseur", - "WikiPage": "Wiki page", "Workorder": "Bon de travail", "WorkorderClose": "Close work order", "WorkorderCategory": "Catégorie de bons de travail", @@ -1661,5 +1660,6 @@ "Metrics":"Indicateurs de performance", "UserOptions":"Options utilisateur", "FileAttachment":"Pièce jointe", - "FormCustom":"Personnalisation des formulaires" + "FormCustom":"Personnalisation des formulaires", + "WikiPage":"Page wiki" } \ No newline at end of file