--- en: errors: reload_of_local_storage_failed: summary: Reload failure... details: The reload of local storage failed. Please ask the administrator for support. invalid_api_key: summary: Invalid API-key... details: Your request does not contain a valid api key. invalid_proxy_pac: summary: Invalid ProxyPac-file... details: The requested proxy.pac-file "%{name}" is invalid. unknown_proxy_pac: summary: Unknown ProxyPac-file... details: Sorry, but I cannot find proxy.pac-file "%{name}". unknown_git_hook: summary: Unknown git hook... details: Sorry, but I cannot find git hook "%{name}". invalid_url: summary: Invalid URL... details: Sorry, but your request is invalid. The URL "%{url}" is not a correct one. Allowed are URLs like "http://www.example.org" or "www.example.org". invalid_client_ip: summary: Invalid Client IP... details: Sorry, but your request is invalid. The client ip address "%{client_ip}" is not a correct one. Allowed are IPs like "10.0.0.1". invalid_time: summary: Invalid Time... details: Sorry, but your request is invalid. The time "%{time}" is not a correct one. Allowed are IPs like "10.0.0.1". default: summary: Unexpected Error... details: Sorry, but I cannot fullfill your request. An unexpected error occured. Please ask your administrator for support. invalid_parameter: summary: Invalid Parameter... details: Sorry, but your request is invalid. The parameter "%{parameter}" is unknown or the format given cannot be accepted. invalid_pushed_pac_file: summary: Invalid pushed PAC-file... details: Sorry, but your push request is invalid. The pac-file "%{name}" is invalid. internal_error: summary: Internal error... details: 'Sorry, but I cannot fullfill your request. An internal error occured: "%{message}". Please notify the author of the software about the problem.' user_error: summary: User Error... details: Sorry, but I cannot fullfill your request. An error occured. There should be a better error message displayed here. Please notify the author of the software about the problem. unreadable_config_file: summary: Unreadable config file... details: 'Sorry, but I cannot fullfill your request. The config file "%{file}" given could not be read: "%{message}".' models: data: request_type: Request Type proxy: Proxy proxy_port: Proxy Port views: application: buttons: search: Search reset: Clear more: More Fields title: Lookup URLs in proxy.pac-files... root: link: Home lookup: link: Lookup headline: Lookup lookup_result: subtitle: You asked me to look up "%{url}" for you. headline: Lookup buttons: styled: Styled Output verbatim: Verbatim Output form: url: label: URL placeholder: "http://www.example.org" time: label: Time placeholder: "2014-01-01 12:00:00" client_ip: label: Client IP Address placeholder: "127.0.0.1"