app/locales/en.yml in local_pac-0.6.3 vs app/locales/en.yml in local_pac-0.7.0

- old
+ new

@@ -17,37 +17,62 @@ 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 full your request. Please ask your administrator for support. + 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_pac_file: - summary: Invalid PAC-file... + 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: - search_field: + url: label: URL - placeholder: Please enter fully quallified url here, e.g. "http://www.example.org"... + 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"