app/locales/en.yml in local_pac-0.9.0 vs app/locales/en.yml in local_pac-0.10.0
- old
+ new
@@ -17,9 +17,12 @@
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_access_log_path:
+ summary: Invalid Path to Access Log...
+ details: Sorry, but I cannot start the server. The path "%{file}" to the access log is invalid. Maybe the directory "%{directory}" where the access log should be stored, does not exist.
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...