2014-05-15 01:00:43 +02:00
|
|
|
{
|
2014-05-30 18:52:13 +02:00
|
|
|
"colon" : "{}: ",
|
2014-05-15 01:00:43 +02:00
|
|
|
|
|
|
|
"success" : "Success!",
|
|
|
|
"warning" : "Warning:",
|
|
|
|
"error" : "Error:",
|
|
|
|
"permission_denied" : "Permission denied",
|
|
|
|
"root_required" : "You must be root to perform this action",
|
|
|
|
"instance_already_running" : "An instance is already running",
|
2014-10-25 13:46:54 +02:00
|
|
|
"error_see_log" : "An error occured. Please see the log for details.",
|
2016-01-04 21:56:30 +01:00
|
|
|
"file_exists" : "File already exists: '{path}'",
|
|
|
|
"folder_exists" : "Folder already exists: '{path}'",
|
2015-11-14 23:15:14 +01:00
|
|
|
"file_not_exist" : "File does not exist",
|
|
|
|
"folder_not_exist" : "Folder does not exist",
|
2014-05-15 01:00:43 +02:00
|
|
|
|
|
|
|
"unable_authenticate" : "Unable to authenticate",
|
|
|
|
"unable_retrieve_session" : "Unable to retrieve the session",
|
2014-05-17 02:09:55 +02:00
|
|
|
"ldap_server_down" : "Unable to reach LDAP server",
|
|
|
|
"ldap_operation_error" : "An error occured during LDAP operation",
|
2016-04-09 22:46:49 +02:00
|
|
|
"ldap_attribute_already_exists" : "Attribute '{attribute}' already exists with value '{value}'",
|
2014-05-15 01:00:43 +02:00
|
|
|
|
2015-07-13 17:41:55 +02:00
|
|
|
"invalid_usage" : "Invalid usage, pass --help to see help",
|
2016-04-16 21:26:29 +02:00
|
|
|
"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",
|
2016-04-09 22:46:49 +02:00
|
|
|
"argument_required" : "Argument '{argument}' is required",
|
|
|
|
"invalid_argument": "Invalid argument '{argument}': {error}",
|
2014-10-25 13:46:54 +02:00
|
|
|
"pattern_not_match": "Does not match pattern",
|
2014-05-15 01:00:43 +02:00
|
|
|
"password" : "Password",
|
|
|
|
"invalid_password" : "Invalid password",
|
2016-04-09 22:46:49 +02:00
|
|
|
"confirm" : "Confirm {prompt}",
|
2014-05-15 01:00:43 +02:00
|
|
|
"values_mismatch" : "Values don't match",
|
|
|
|
"authentication_required_long" : "Authentication is required to perform this action",
|
|
|
|
"authentication_required" : "Authentication required",
|
2016-04-09 22:46:49 +02:00
|
|
|
"authentication_profile_required" : "Authentication to profile '{profile}' required",
|
2014-05-15 01:00:43 +02:00
|
|
|
"operation_interrupted" : "Operation interrupted",
|
|
|
|
|
2014-05-16 19:51:56 +02:00
|
|
|
"logged_in" : "Logged in",
|
|
|
|
"logged_out" : "Logged out",
|
2014-05-15 01:00:43 +02:00
|
|
|
"not_logged_in" : "You are not logged in",
|
2014-05-19 17:21:40 +02:00
|
|
|
"server_already_running" : "A server is already running on that port",
|
2016-05-21 18:40:52 +02:00
|
|
|
"websocket_request_expected" : "Expected a WebSocket request",
|
|
|
|
|
|
|
|
"unknown_user" : "Unknown '{user}' user",
|
|
|
|
"unknown_group" : "Unknown '{group}' group"
|
2014-05-15 01:00:43 +02:00
|
|
|
}
|