case 4121

This commit is contained in:
2022-03-10 00:45:30 +00:00
parent a13a344205
commit 1897d7ca56
5 changed files with 6 additions and 6 deletions

View File

@@ -604,7 +604,6 @@
"Notifications": "Benachrichtigungen", "Notifications": "Benachrichtigungen",
"NotificationDeliveryLog":"Benutzerbenachrichtigungen", "NotificationDeliveryLog":"Benutzerbenachrichtigungen",
"NotificationCustomerDeliveryLog":"Kundenbenachrichtigungen", "NotificationCustomerDeliveryLog":"Kundenbenachrichtigungen",
"NotificationSettings": "Benachrichtigungseinstellungen",
"NotifyDeliveryAddress": "An Adresse liefern", "NotifyDeliveryAddress": "An Adresse liefern",
"NotifyDeliveryMethod": "Benachrichtigungsversandmethode", "NotifyDeliveryMethod": "Benachrichtigungsversandmethode",
"NotifyDeliveryMethodApp": "In Anwendung liefern", "NotifyDeliveryMethodApp": "In Anwendung liefern",
@@ -660,6 +659,7 @@
"OldPassword": "Altes Kennwort", "OldPassword": "Altes Kennwort",
"Open": "Öffnen", "Open": "Öffnen",
"Operations": "Server Vorgänge", "Operations": "Server Vorgänge",
"OpsNotificationSettings": "Benachrichtigungseinstellungen",
"OpsTestJob": "Testjob senden", "OpsTestJob": "Testjob senden",
"OutsideServiceList": "Fremdleistungen - Liste", "OutsideServiceList": "Fremdleistungen - Liste",
"PageOfPageText": "{0}-{1} von {2}", "PageOfPageText": "{0}-{1} von {2}",

View File

@@ -604,7 +604,6 @@
"Notifications": "Notifications", "Notifications": "Notifications",
"NotificationDeliveryLog":"User notifications log", "NotificationDeliveryLog":"User notifications log",
"NotificationCustomerDeliveryLog":"Customer notification log", "NotificationCustomerDeliveryLog":"Customer notification log",
"NotificationSettings": "Notification settings",
"NotifyDeliveryAddress": "Deliver to address", "NotifyDeliveryAddress": "Deliver to address",
"NotifyDeliveryMethod": "Notification delivery method", "NotifyDeliveryMethod": "Notification delivery method",
"NotifyDeliveryMethodApp": "Deliver in application", "NotifyDeliveryMethodApp": "Deliver in application",
@@ -660,6 +659,7 @@
"OldPassword": "Old password", "OldPassword": "Old password",
"Open": "Open", "Open": "Open",
"Operations": "Server operations", "Operations": "Server operations",
"OpsNotificationSettings": "Notification settings",
"OpsTestJob": "Submit test job", "OpsTestJob": "Submit test job",
"OutsideServiceList": "Outside services", "OutsideServiceList": "Outside services",
"PageOfPageText": "{0}-{1} of {2}", "PageOfPageText": "{0}-{1} of {2}",

View File

@@ -604,7 +604,6 @@
"Notifications": "Notificaciones", "Notifications": "Notificaciones",
"NotificationDeliveryLog":"Notificaciones de usuario", "NotificationDeliveryLog":"Notificaciones de usuario",
"NotificationCustomerDeliveryLog":"Notificaciones de clientes", "NotificationCustomerDeliveryLog":"Notificaciones de clientes",
"NotificationSettings": "Configuración de notificaciones",
"NotifyDeliveryAddress": "Entregar a la dirección de correo electrónico", "NotifyDeliveryAddress": "Entregar a la dirección de correo electrónico",
"NotifyDeliveryMethod": "Método de entrega de notificaciones", "NotifyDeliveryMethod": "Método de entrega de notificaciones",
"NotifyDeliveryMethodApp": "Entregar en programa", "NotifyDeliveryMethodApp": "Entregar en programa",
@@ -660,6 +659,7 @@
"OldPassword": "Contraseña anterior", "OldPassword": "Contraseña anterior",
"Open": "Abrir", "Open": "Abrir",
"Operations": "Operaciones del servidor", "Operations": "Operaciones del servidor",
"OpsNotificationSettings": "Configuración de notificaciones",
"OpsTestJob": "Enviar trabajo de prueba", "OpsTestJob": "Enviar trabajo de prueba",
"OutsideServiceList": "Lista de servicios externos", "OutsideServiceList": "Lista de servicios externos",
"PageOfPageText": "{0}-{1} de {2}", "PageOfPageText": "{0}-{1} de {2}",

View File

@@ -604,7 +604,6 @@
"Notifications": "Notifications", "Notifications": "Notifications",
"NotificationDeliveryLog":"Notifications utilisateur", "NotificationDeliveryLog":"Notifications utilisateur",
"NotificationCustomerDeliveryLog":"Notifications aux clients", "NotificationCustomerDeliveryLog":"Notifications aux clients",
"NotificationSettings": "Paramètres de notification",
"NotifyDeliveryAddress": "Livrer à l'adresse", "NotifyDeliveryAddress": "Livrer à l'adresse",
"NotifyDeliveryMethod": "Méthode de remise des notifications", "NotifyDeliveryMethod": "Méthode de remise des notifications",
"NotifyDeliveryMethodApp": "Livrer dans le programme", "NotifyDeliveryMethodApp": "Livrer dans le programme",
@@ -660,6 +659,7 @@
"OldPassword": "Ancien mot de passe", "OldPassword": "Ancien mot de passe",
"Open": "Ouvrir", "Open": "Ouvrir",
"Operations": "Opérations de serveurs", "Operations": "Opérations de serveurs",
"OpsNotificationSettings": "Paramètres de notification",
"OpsTestJob": "Soumettre le travail de test", "OpsTestJob": "Soumettre le travail de test",
"OutsideServiceList": "Liste des services extérieurs", "OutsideServiceList": "Liste des services extérieurs",
"PageOfPageText": "{0}-{1} sur {2}", "PageOfPageText": "{0}-{1} sur {2}",

View File

@@ -427,7 +427,7 @@ BEGIN
when 52 then aytable = 'areminder'; when 52 then aytable = 'areminder';
when 53 then aytkey= 'UnitMeterReading'; when 53 then aytkey= 'UnitMeterReading';
when 54 then aytable = 'acustomerservicerequest'; when 54 then aytable = 'acustomerservicerequest';
when 56 then aytkey= 'NotificationSettings'; when 56 then aytkey= 'OpsNotificationSettings';
when 57 then aytable = 'areport'; when 57 then aytable = 'areport';
when 58 then aytkey= 'DashBoardView'; when 58 then aytkey= 'DashBoardView';
when 59 then aytable = 'acustomernote'; aynamecolumn = 'notedate'; when 59 then aytable = 'acustomernote'; aynamecolumn = 'notedate';