# encoding: utf-8 # # This file is part of the devdnsd gem. Copyright (C) 2013 and above Shogun . # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # --- devdnsd: rule_invalid_call: "You must specify at least a rule and a host (also via a block). Optionally you can add a record type (default: A) and the options." rule_invalid_options: "You can only use hashs for options." rule_invalid_resource: "Invalid resource class %1." dns_update: "Flushing DNS cache and resolvers ..." no_jruby: "DevDNSd is not available on JRuby." no_fork: "Forking is not available for this platform. Running in foreground ..." starting: "Starting DevDNSd ..." match: "Found match on %1 with type %2." reply: "Reply is %1 with type %2." no_reply: "No reply found." no_agent: "Install DevDNSd as a local resolver is only available on MacOSX." resolver_creating: "Creating the resolver in {mark=bright}%1{/mark} ..." resolver_creating_error: "Cannot create the resolver file." resolver_deleting: "Deleting the resolver %1 ..." resolver_deleting_error: "Cannot delete the resolver file." agent_creating: "Creating the launch agent in {mark=bright}%1{/mark} ..." agent_creating_error: "Cannot create the launch agent." agent_deleting: "Deleting the launch agent %1 ..." agent_deleting_error: "Cannot delete the launch agent." agent_loading: "Loading the launch agent %1 ..." agent_loading_error: "Cannot load the launch agent." agent_unloading: "Unloading the launch agent %1 ..." agent_unloading_error: "Cannot unload the launch agent." logging_failed: "Cannot log to {mark=bright}%1{/mark}. Exiting..." application_description: "A small DNS server to enable local domain resolution." application_help_configuration: "The configuration file to use. Default is \"~/.devdnsd_config\"." application_help_tld: "The TLD to handle. Default is \"dev\"." application_help_port: "The port to bind. Default is 7771." application_help_pid_file: "The PID file to use. Default is \"/var/run/devdnsd.pid\"." application_help_log_file: "The log file to use. Not used if run in foreground. Default is \"/var/log/devdnsd.log\"." application_help_log_level: "The log level to use. Valid values are from 0 to 5 where 0 means \"all messages\". Default is 1." application_help_foreground: "Do not daemonize." application_help_interface: "The interface to manage. Default is \"lo0\"." application_help_addresses: "The list of aliases to add. Overrides sequential list." application_help_start_address: "The starting address for sequential aliases. Default is \"10.0.0.1\"." application_help_aliases: "The number of aliases to add. Default is 5." application_help_add_command: "The command to run for adding an alias. Default is \"sudo ifconfig {{interface}} alias {{address}}\"." application_help_remove_command: "The command to run for removing an alias. Default is \"sudo ifconfig {{interface}} -alias {{address}}\"." application_help_dry_run: "Only show which modifications will be done." application_meta_file: "FILE" application_meta_domain: "DOMAIN" application_meta_level: "LEVEL" application_meta_port: "PORT" application_meta_interface: "INTERFACE" application_meta_address: "ADDRESS" application_meta_addresses: "ADDRESSES" application_meta_aliases: "ALIASES" application_meta_command: "COMMAND" application_create_config: "To execute devdnsd, please create the file {mark=bright}%1{/mark}. An empty file is sufficient." command_start: "Starts the server." command_install: "Installs the server." command_uninstall: "Uninstalls the server." command_stop: "Stops the server." command_aliases: "Adds or removes aliases to network interfaces." command_add: "Adds aliases." command_remove: "Removes aliases." removing: "Removing" adding: "Adding" remove: "remove" add: "add" to: "to " from: "from " general_error: "Cannot {mark=bright}%1{/mark} address {mark=bright}%2{/mark} %3interface {mark=bright}%4{/mark}." add_empty: "No valid addresses to add to the interface found." remove_empty: "No valid addresses to remove from the interface found." run: "%1 {mark=bright}%2{/mark} address {mark=bright}%3{/mark} %4interface {mark=bright}%5{/mark}..." dry_run: "%1 I will {mark=bright}%2{/mark} address {mark=bright}%3{/mark} %4interface {mark=bright}%5{/mark}..."