Vered Volansky has uploaded a new change for review. Change subject: core: Messages grammar fixes ......................................................................
core: Messages grammar fixes The main issues (in file AuditLogMessages.properties): 1. "finish to XXX" is changed to "finished XXXing" etc. 2. "XXXing the disk ${disk}" is changed to "XXing disk ${disk}" 3. "the the" sequence replaced by just one "the". 4. Removed trailking spaces. Change-Id: Ic0c03b8d5d27212679d519e12d7e7bcbad81fa91 Signed-off-by: Vered Volansky <vvola...@redhat.com> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 20 insertions(+), 20 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/9352/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index 6f5342e..9c357de 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -6,7 +6,7 @@ VDS_LOW_DISK_SPACE_ERROR=Critical, Low disk space. Host ${VdsName} has less than ${DiskSpace} MB of free space left on: ${Disks}. IRS_FAILURE=Failed to access Storage on Host ${VdsName}. USER_ADD=User '${NewUserName}' was added successfully to the system. -USER_FAILED_ADD_ADUSER=Failed to add User '${NewUserName}' to the system. +USER_FAILED_ADD_ADUSER=Failed to add User '${NewUserName}' to the system. USER_ADD_BOOKMARK=Bookmark ${BookmarkName} was added by ${UserName}. USER_ADD_BOOKMARK_FAILED=Failed to add bookmark: ${BookmarkName} (User: ${UserName}). USER_ADD_VDS=Host ${VdsName} was added by ${UserName}. @@ -17,8 +17,8 @@ USER_ADD_VM_POOL=VM Pool ${VmPoolName} was created by ${UserName}. USER_ADD_VM_POOL_FAILED=Failed to create VM Pool ${VmPoolName} (User: ${UserName}). USER_ADD_VM_POOL_WITH_VMS=VM Pool ${VmPoolName} (containing ${VmsCount} VMs) was created by ${UserName}. -USER_ADD_VM_POOL_WITH_VMS_FAILED=Failed to create VM Pool ${VmPoolName}(User: ${UserName}). -USER_ADD_VM_POOL_WITH_VMS_ADD_VDS_FAILED=Pool ${VmPoolName} Created, but some Vms failed to create (User: ${UserName}). +USER_ADD_VM_POOL_WITH_VMS_FAILED=Failed to create VM Pool ${VmPoolName}(User: ${UserName}). +USER_ADD_VM_POOL_WITH_VMS_ADD_VDS_FAILED=Pool ${VmPoolName} Created, but some Vms failed to create (User: ${UserName}). USER_ADD_VM_TEMPLATE=Creation of Template ${VmTemplateName} from VM ${VmName} was initiated by ${UserName}. USER_ADD_VM_TEMPLATE_FINISHED_SUCCESS=Creation of Template ${VmTemplateName} from VM ${VmName} has been completed. USER_ADD_VM_TEMPLATE_FINISHED_FAILURE=Failed to complete creation of Template ${VmTemplateName} from VM ${VmName}. @@ -80,21 +80,21 @@ USER_UPDATE_VM_DISK=VM ${VmName} ${DiskAlias} disk was updated by ${UserName}. USER_FAILED_UPDATE_VM_DISK=Failed to update VM ${VmName} disk ${DiskAlias} (User: ${UserName}). USER_HOTPLUG_DISK=VM ${VmName} disk ${DiskAlias} was plugged by ${UserName}. -USER_FAILED_HOTPLUG_DISK=Failed to plug the disk ${DiskAlias} to VM ${VmName} (User: ${UserName}). +USER_FAILED_HOTPLUG_DISK=Failed to plug disk ${DiskAlias} to VM ${VmName} (User: ${UserName}). USER_HOTUNPLUG_DISK=VM ${VmName} disk ${DiskAlias} was unplugged by ${UserName}. -USER_FAILED_HOTUNPLUG_DISK=Failed to unplug the disk ${DiskAlias} from VM ${VmName} (User: ${UserName}). +USER_FAILED_HOTUNPLUG_DISK=Failed to unplug disk ${DiskAlias} from VM ${VmName} (User: ${UserName}). USER_COPIED_TEMPLATE_DISK=User ${UserName} is copying template disk ${DiskAlias} to domain ${StorageDomainName}. USER_FAILED_COPY_TEMPLATE_DISK=User ${UserName} failed to copy template disk ${DiskAlias} to domain ${StorageDomainName}. -USER_COPIED_TEMPLATE_DISK_FINISHED_SUCCESS=User ${UserName} finished to copy the template disk ${DiskAlias} to domain ${StorageDomainName}. -USER_COPIED_TEMPLATE_DISK_FINISHED_FAILURE=User ${UserName} finished with error to copy the template disk ${DiskAlias} to domain ${StorageDomainName}. -USER_MOVED_VM_DISK=User ${UserName} moving the disk ${DiskAlias} to domain ${StorageDomainName}. -USER_FAILED_MOVED_VM_DISK=User ${UserName} failed to move the disk ${DiskAlias} to domain ${StorageDomainName}. -USER_MOVED_VM_DISK_FINISHED_SUCCESS=User ${UserName} finished to move the disk ${DiskAlias} to domain ${StorageDomainName}. -USER_MOVED_VM_DISK_FINISHED_FAILURE=User ${UserName} have failed to move the disk ${DiskAlias} to domain ${StorageDomainName}. -USER_REMOVE_DISK=User ${UserName} initiate removing of the disk ${DiskAlias} from domain ${StorageDomainName}. -USER_FAILED_REMOVE_DISK=User ${UserName} failed to initiate removing of the disk ${DiskAlias} from domain ${StorageDomainName}. -USER_FINISHED_REMOVE_DISK=User ${UserName} finished to remove the disk ${DiskAlias} from domain ${StorageDomainName}. -USER_FINISHED_FAILED_REMOVE_DISK=User ${UserName} finished to remove the disk ${DiskAlias} with failure from domain ${StorageDomainName}. +USER_COPIED_TEMPLATE_DISK_FINISHED_SUCCESS=User ${UserName} finished copying template disk ${DiskAlias} to domain ${StorageDomainName}. +USER_COPIED_TEMPLATE_DISK_FINISHED_FAILURE=User ${UserName} finished with error copying template disk ${DiskAlias} to domain ${StorageDomainName}. +USER_MOVED_VM_DISK=User ${UserName} moving disk ${DiskAlias} to domain ${StorageDomainName}. +USER_FAILED_MOVED_VM_DISK=User ${UserName} failed to move disk ${DiskAlias} to domain ${StorageDomainName}. +USER_MOVED_VM_DISK_FINISHED_SUCCESS=User ${UserName} finished moving disk ${DiskAlias} to domain ${StorageDomainName}. +USER_MOVED_VM_DISK_FINISHED_FAILURE=User ${UserName} have failed to move disk ${DiskAlias} to domain ${StorageDomainName}. +USER_REMOVE_DISK=User ${UserName} initiate removing of disk ${DiskAlias} from domain ${StorageDomainName}. +USER_FAILED_REMOVE_DISK=User ${UserName} failed to initiate removing of disk ${DiskAlias} from domain ${StorageDomainName}. +USER_FINISHED_REMOVE_DISK=User ${UserName} finished removing disk ${DiskAlias} from domain ${StorageDomainName}. +USER_FINISHED_FAILED_REMOVE_DISK=User ${UserName} finished removing disk ${DiskAlias} with failure from domain ${StorageDomainName}. USER_ATTACH_DISK_TO_VM=Disk ${DiskAlias} was successfully attached to VM ${VmName} by ${UserName}. USER_FAILED_ATTACH_DISK_TO_VM=Failed to attach Disk ${DiskAlias} to VM ${VmName} (User: ${UserName}). USER_DETACH_DISK_FROM_VM=Disk ${DiskAlias} was successfully detached from VM ${VmName} by ${UserName}. @@ -105,11 +105,11 @@ USER_FAILED_UPDATE_QUOTA=Failed to update Quota ${QuotaName}. The operation was initiated by ${UserName}.. USER_DELETE_QUOTA=Quota ${QuotaName} has been deleted by ${UserName}. USER_FAILED_DELETE_QUOTA=Failed to delete Quota ${QuotaName}. The operation was initiated by ${UserName}.. -USER_EXCEEDED_QUOTA_VDS_GROUP_GRACE_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization: ${Utilization}, Requested: ${Requested} - Please select a different quota or contact your administrator to extend the the quota. -USER_EXCEEDED_QUOTA_VDS_GROUP_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${Utilization} (It is advised to select a different quota or contact your administrator to extend the the quota). +USER_EXCEEDED_QUOTA_VDS_GROUP_GRACE_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization: ${Utilization}, Requested: ${Requested} - Please select a different quota or contact your administrator to extend the quota. +USER_EXCEEDED_QUOTA_VDS_GROUP_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${Utilization} (It is advised to select a different quota or contact your administrator to extend the quota). USER_EXCEEDED_QUOTA_VDS_GROUP_THRESHOLD=Cluster-Quota ${QuotaName} is about to exceed. Utilization: ${Utilization} -USER_EXCEEDED_QUOTA_STORAGE_GRACE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization(used/requested): ${CurrentStorage}%/${Requested}% - Please select a different quota or contact your administrator to extend the the quota. -USER_EXCEEDED_QUOTA_STORAGE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${CurrentStorage}% (It is advised to select a different quota or contact your administrator to extend the the quota). +USER_EXCEEDED_QUOTA_STORAGE_GRACE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization(used/requested): ${CurrentStorage}%/${Requested}% - Please select a different quota or contact your administrator to extend the quota. +USER_EXCEEDED_QUOTA_STORAGE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${CurrentStorage}% (It is advised to select a different quota or contact your administrator to extend the quota). USER_EXCEEDED_QUOTA_STORAGE_THRESHOLD=Storage-Quota ${QuotaName} is about to exceed. Utilization: ${CurrentStorage}% QUOTA_STORAGE_RESIZE_LOWER_THEN_CONSUMPTION=Storage-Quota ${QuotaName}: the new size set for this quota is less than current disk utilization. MISSING_QUOTA_STORAGE_PARAMETERS_PERMISSIVE_MODE=Missing Quota for Disk, proceeding since in Permissive (Audit) mode. @@ -546,7 +546,7 @@ GLUSTER_VOLUME_DELETE_FAILED=Could not delete Gluster Volume ${glusterVolumeName}. GLUSTER_VOLUME_REMOVE_BRICKS=Gluster Volume ${glusterVolumeName} Bricks removed. GLUSTER_VOLUME_REMOVE_BRICKS_FAILED=Could not remove Gluster Volume ${glusterVolumeName} Bricks. -GLUSTER_VOLUME_ADD_BRICK=Volume brick(s) added to the volume ${glusterVolumeName}. +GLUSTER_VOLUME_ADD_BRICK=Volume brick(s) added to volume ${glusterVolumeName}. GLUSTER_VOLUME_ADD_BRICK_FAILED=Gluster Volume ${glusterVolumeName} add brick failed. GLUSTER_VOLUME_REBALANCE_START=Gluster Volume ${glusterVolumeName} rebalance started. GLUSTER_VOLUME_REBALANCE_START_FAILED=Could not start Gluster Volume ${glusterVolumeName} rebalance. -- To view, visit http://gerrit.ovirt.org/9352 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic0c03b8d5d27212679d519e12d7e7bcbad81fa91 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <vvola...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches