locales/en.yml
# encoding: utf-8
#
# This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#
---
en:
bovem:
configuration:
using: "Using configuration file %s."
invalid: "Config file %s is not valid."
not_found: "Config file %s is not existing or not readable."
console:
prompt: "Please insert a value"
unknown_reply: "Sorry, your reply was not understood. Please try again."
shell:
error: "due to this error: [%s] %s."
run: "Running command: {mark=bright}\"%s\"{/mark}..."
run_dry: "Will run command: {mark=bright}\"%s\"{/mark}..."
remove_dry: "Will remove file(s):"
remove_unwritable: "Cannot remove following non writable file: {mark=bright}%s{/mark}"
remove_not_found: "Cannot remove following non existent file: {mark=bright}%s{/mark}"
remove_error: "Cannot remove following file(s):"
copy: "copy"
move: "move"
copy_move_single_dry: "Will %s a file:"
copy_move_multi_dry: "Will %s following entries:"
copy_move_from: "From: {mark=bright}%s{/mark}"
copy_move_to: "To: {mark=bright}%s{/mark}"
copy_move_to_multi: "to directory: {mark=bright}%s{/mark}"
copy_move_single_to_directory: "Cannot %s file {mark=bright}%s{/mark} to {mark=bright}%s{/mark} because it is currently a directory."
copy_move_src_not_found: "Cannot %s non existent file {mark=bright}%s{/mark}."
copy_move_dst_not_writable_single: "Cannot %s file {mark=bright}%s{/mark} to non writable directory {mark=bright}%s{/mark}."
copy_move_dst_not_writable_multi: "Cannot %s following file(s) to non writable directory {mark=bright}%s{/mark}:"
copy_move_error_single: "Cannot %s file {mark=bright}%s{/mark} to directory {mark=bright}%s{/mark} due to this error: [%s] %s."
copy_move_error_multi: "Cannot %s following entries to {mark=bright}%s{/mark}:"
move_in: "Moving into directory {mark=bright}%s{/mark}"
move_out: "Moving back into directory {mark=bright}%s{/mark}"
mkdir_dry: "Will create directories:"
mkdir_existing: "The directory {mark=bright}%s{/mark} already exists."
mkdir_file: "Path {mark=bright}%s{/mark} is currently a file."
mkdir_denied: "Cannot create following directory due to permission denied: {mark=bright}%s{/mark}."
mkdir_error: "Cannot create following directories:"
application:
default_application_name: "__APPLICATION__"
ambigous_command: "Command shortcut \"%s\" is ambiguous across commands %s. Please add some other characters."
needless_argument: "Option %s does not expects an argument."
missing_argument: "Option %s expects an argument."
invalid_option: "Invalid option %s."
invalid_integer: "Option %s expects a valid integer as argument."
invalid_float: "Option %s expects a valid floating number as argument."
conflicting_options: "Options %s and %s have conflicting forms."
missing_option: "Required option %s is missing."
invalid_value: "Value of option %s must be one of these values: %s."
invalid_for_regexp: "Value of option %s must match the regular expression: %s."
invalid_for_proc: "Value of option %s is invalid."
help_option_short_form: "-h"
help_option_long_form: "--help"
help_message: "Shows this message."
help_arg: "ARG"
help_name: "[NAME]"
help_application_synopsis: "%s [options] %s[command-options] [arguments] "
help_command_synopsis: "%s [options] %s %s[command-options] [arguments] "
help_synopsis: "[SYNOPSIS]"
help_description: "[DESCRIPTION]"
help_no_description: "*NO DESCRIPTION PROVIDED*"
help_options: "[OPTIONS]"
help_global_options: "[GLOBAL OPTIONS]"
help_commands: "[COMMANDS]"
help_subcommands: "[SUBCOMMANDS]"
help_subcommand_invocation: "[command [sub-command ...]] "
help_subsubcommand_invocation: "[sub-command [sub-sub-command ...]] "
help_command_description: "Shows a help about a command."
existing_command: "The command \"%s\" already exists."
existing_option_global: "The global option \"%s\" already exists."
existing_option: "The option \"%s\" already exists for the command \"%s\"."
missing_app_block: "You have to provide a block to the Bovem::Application constructor!"
join_separator: " and "