2014-05-15 01:00:43 +02:00
|
|
|
{
|
2016-06-23 22:34:52 +02:00
|
|
|
"argument_required": "Argument '{argument}' is required",
|
|
|
|
"authentication_profile_required": "Authentication to profile '{profile}' required",
|
|
|
|
"authentication_required": "Authentication required",
|
|
|
|
"authentication_required_long": "Authentication is required to perform this action",
|
|
|
|
"colon": "{}: ",
|
|
|
|
"confirm": "Confirm {prompt}",
|
|
|
|
"deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future",
|
|
|
|
"deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead",
|
|
|
|
"error": "Error:",
|
2016-07-29 12:48:11 +02:00
|
|
|
"error_see_log": "An error occurred. Please see the log for details.",
|
2016-06-23 22:34:52 +02:00
|
|
|
"file_exists": "File already exists: '{path}'",
|
|
|
|
"file_not_exist": "File does not exist: '{path}'",
|
|
|
|
"folder_exists": "Folder already exists: '{path}'",
|
|
|
|
"folder_not_exist": "Folder does not exist",
|
|
|
|
"instance_already_running": "An instance is already running",
|
2016-04-09 22:46:49 +02:00
|
|
|
"invalid_argument": "Invalid argument '{argument}': {error}",
|
2016-06-23 22:34:52 +02:00
|
|
|
"invalid_password": "Invalid password",
|
|
|
|
"invalid_usage": "Invalid usage, pass --help to see help",
|
|
|
|
"ldap_attribute_already_exists": "Attribute '{attribute}' already exists with value '{value}'",
|
2016-07-29 12:48:11 +02:00
|
|
|
"ldap_operation_error": "An error occurred during LDAP operation",
|
2016-06-23 22:34:52 +02:00
|
|
|
"ldap_server_down": "Unable to reach LDAP server",
|
|
|
|
"logged_in": "Logged in",
|
|
|
|
"logged_out": "Logged out",
|
|
|
|
"not_logged_in": "You are not logged in",
|
|
|
|
"operation_interrupted": "Operation interrupted",
|
|
|
|
"password": "Password",
|
2014-10-25 13:46:54 +02:00
|
|
|
"pattern_not_match": "Does not match pattern",
|
2016-06-23 22:34:52 +02:00
|
|
|
"permission_denied": "Permission denied",
|
|
|
|
"root_required": "You must be root to perform this action",
|
|
|
|
"server_already_running": "A server is already running on that port",
|
|
|
|
"success": "Success!",
|
|
|
|
"unable_authenticate": "Unable to authenticate",
|
|
|
|
"unable_retrieve_session": "Unable to retrieve the session",
|
|
|
|
"unknown_group": "Unknown '{group}' group",
|
|
|
|
"unknown_user": "Unknown '{user}' user",
|
|
|
|
"values_mismatch": "Values don't match",
|
|
|
|
"warning": "Warning:",
|
|
|
|
"websocket_request_expected": "Expected a WebSocket request"
|
2014-05-15 01:00:43 +02:00
|
|
|
}
|