blob: 9770aef05c1a300ca26ebe02ec10d17fcb45886e (
plain) (
tree)
|
|
# GuiErrorCallback
GuiErrorCallback.Message.error.notAuthenticatedOrInvalidToken=Invalid session token or failed \
authentication on {0}!\nPlease restart the program. Exit now?
GuiErrorCallback.thriftError.String.errMsg=(Error {0})
GuiErrorCallback.Message.error.transportException=The communication with {0} is interrupted. \
Calling the function {1} is failed {2}.\n\n\
Do you want to retry the call?
# ImageLocalDetailsActions
ImageLocalDetailsActions.Message.error.writeImagePermissionsFailed=Could not write permissions
ImageLocalDetailsActions.Message.error.setVirtualizerConfigFailed=Error while saving the VM configuration!
# ThriftActions
ThriftActions.Message.error.satellitesNullOrEmpty=Login successful, but no satellite server was found.\n\
Please enter the address of your server manually.
ThriftActions.Message.error.addressListNullOrEmpty=Login successful, but no address is stored for the\n\
selected satellite server. Unable to connect.
ThriftActions.Message.error.couldNotGetNewClient=Authentication successful, but connection to the satellite server \
is not possible.\n\nThe server may not be available or the network connection may be down.
ThriftActions.Message.error.versionNotCompatible=The lecturer module you are using is not \
compatible with the selected satellite server.\nYour version: {0}\nSatellite version: {1}
ThriftActions.Message.error.authorizationException=Authentication successful, but the satellite server \
refuses the connection.\nTry to login again.\n
ThriftActions.Message.error.sessionInternalError=Authentication successful, but an internal error \
occurred during communication with the satellite server.
ThriftActions.Message.error.sessionUnknownError=Unknown error while connecting to the satellite server.
ThriftActions.Message.error.createImageFailed=Failed to create the VM
ThriftActions.Message.error.createImageUnknownError=Unknown error while creating the VM
ThriftActions.FileChooser.fc.dialogTitle=Please choose a storage location
ThriftActions.Message.yesNo.destDirExists=Directory ''{0}'' already exists, do you want to overwrite the VM in it?
ThriftActions.Message.error.couldNotDeleteDiskFile=File could not be overwritten!
ThriftActions.Message.error.destDirHasNotEnoughFreeSpace=Not enough space available in the selected \
directory.\nNeeded: {0}\nHave: {1}
ThriftActions.Message.error.downloadRequestFailed=The download request failed
ThriftActions.Message.error.destinationNotWritable=Could not prepare download: The selected destination \
is not writable
ThriftActions.Message.warning.diskImageCompressed=<html>The downloaded VM ''{0}'' is a compressed \
image.<br>You must decompress the image before you can modify it.<br>The VM will \
probably not be able to start locally!<br><br>Please read the notes under <a href="{1}">VMDK Disk Types</a>
ThriftActions.Message.warning.couldNotWrapVM=No vmx file could be created for the downloaded VM.\n\
You can try to manually import the image into the VMWare-Player.
ThriftActions.Message.error.getImageDetailsFailed=Error while reading the metadata
ThriftActions.Message.error.getImagePermissionsFailed=Error while reading the metadata
ThriftActions.Message.error.setImageOwnerFailed=Error during transfer of ownership
ThriftActions.Message.error.couldNotGetImageBase=Error while fetching the versions/lecture for \
the following VM: {0}
ThriftActions.deleteImageBase.String.questionText.0=The VM "{0}" has following valid versions:\n
ThriftActions.deleteImageBase.String.questionText.1=The following lectures are linked to this VM: \n
ThriftActions.deleteImageBase.String.questionText.2=Do you really want to continue with the delete operation?
ThriftActions.Message.error.couldNotDeleteImageBase=Could not delete VM data!
ThriftActions.Message.error.couldNotGetImageVersion=Error while fetching the list of lectures
ThriftActions.deleteImageVersion.String.questionText.0=This version is linked to the following lectures:\n
ThriftActions.deleteImageVersion.String.questionText.1=\nDo you want to delete this version including \
lectures?\n
ThriftActions.deleteImageVersion.String.questionText.2=Do you really want to delete the VM image version \
from {0}?
ThriftActions.Message.error.couldNotDeleteImageVersion=Error while deleting the version
ThriftActions.Message.error.createLectureFailed=Failed to create lecture
ThriftActions.Message.error.writeLecturePermissionsFailed=Failed to write lecture permissions
ThriftActions.Message.error.getLectureDetailsFailed=Could not retrieve lecture data
ThriftActions.Message.error.updateLectureFailed=Error while updating the lecture
ThriftActions.Message.error.getLecturePermissionsFailed=Could not retrieve lecture data
ThriftActions.Message.error.setLectureOwnerFailed=Error during transfer of ownership
ThriftActions.deleteLecture.String.messageText.0=Do you really want to delete this lecture?
ThriftActions.deleteLecture.String.messageText.1=Do you really want to delete the {0} lectures?
# ThriftError
ThriftError.Message.error.notFoundException=\n\nNot found
ThriftError.Message.error.authorizationException=\n\nAccess denied: {0}\n{1}
ThriftError.Message.error.invocationException=\n\nThe function call could not be executed: {0}\n{1}
ThriftError.Message.error.invalidDateParam=\n\nA given date is invalid:\n{0}
ThriftError.Message.error.transferRejectedException=\n\nThe transfer request was rejected by the server:\n{0}
ThriftError.Message.error.unexpectedException=\n\nUnexpected exception {0} has occurred.
ThriftError.InvocationError.null=Internal server side error
ThriftError.InvocationError.internalServerError=Internal server side error
ThriftError.InvocationError.invalidData=A parameter has an invalid value
ThriftError.InvocationError.invalidShareMode=Invalid share mode
ThriftError.InvocationError.missingData=One parameter is missing (null?)
ThriftError.InvocationError.unknownImage=Unknown VM/Image
ThriftError.InvocationError.unknownLecture=Unknown lecture
ThriftError.InvocationError.unknownUser=Unknown user
ThriftError.InvocationError.default=Unknown error code: {0}
ThriftError.AuthorizationError.null=(AuthorizationError=null)
ThriftError.AuthorizationError.accountSuspended=The user account is suspended
ThriftError.AuthorizationError.bannedNetwork=The network you are operating on is blocked
ThriftError.AuthorizationError.challengeFailed=Challenge failed
ThriftError.AuthorizationError.genericError=Generic error
ThriftError.AuthorizationError.invalidCredentials=Invalid credentials\nMake sure that username and \
password are correct
ThriftError.AuthorizationError.invalidKey=Invalid key
ThriftError.AuthorizationError.invalidOrganization=Invalid or unknown organization
ThriftError.AuthorizationError.invalidToken=Invalid session token
ThriftError.AuthorizationError.notAuthenticated=Not authenticated
ThriftError.AuthorizationError.noPermission=Not sufficient permissions
ThriftError.AuthorizationError.organizationSuspended=Your associated organization is suspended
ThriftError.AuthorizationError.default=Unknown error code: {0}
|