# encoding: utf-8 # # This file is part of the bovem 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. # --- bovem: configuration: using: "Using configuration file %1." invalid: "Config file %1 is not valid." not_found: "Config file %1 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: [%1] %2." run: "Running command: {mark=bright}\"%1\"{/mark}..." run_dry: "Will run command: {mark=bright}\"%1\"{/mark}..." remove_dry: "Will remove file(s):" remove_unwritable: "Cannot remove following non writable file: {mark=bright}%1{/mark}" remove_not_found: "Cannot remove following non existent file: {mark=bright}%1{/mark}" remove_error: "Cannot remove following file(s):" copy: "copy" move: "move" copy_move_single_dry: "Will %1 a file:" copy_move_multi_dry: "Will %1 following entries:" copy_move_from: "From: {mark=bright}%1{/mark}" copy_move_to: "To: {mark=bright}%1{/mark}" copy_move_to_multi: "to directory: {mark=bright}%1{/mark}" copy_move_single_to_directory: "Cannot %1 file {mark=bright}%2{/mark} to {mark=bright}%3{/mark} because it is currently a directory." copy_move_src_not_found: "Cannot %1 non existent file {mark=bright}%2{/mark}." copy_move_dst_not_writable_single: "Cannot %1 file {mark=bright}%2{/mark} to non writable directory {mark=bright}%3{/mark}." copy_move_dst_not_writable_multi: "Cannot %1 following file(s) to non writable directory {mark=bright}%2{/mark}:" copy_move_error_single: "Cannot %1 file {mark=bright}%2{/mark} to directory {mark=bright}%3{/mark} due to this error: [%4] %5." copy_move_error_multi: "Cannot %1 following entries to {mark=bright}%2{/mark}:" move_in: "Moving into directory {mark=bright}%1{/mark}" move_out: "Moving back into directory {mark=bright}%1{/mark}" mkdir_dry: "Will create directories:" mkdir_existing: "The directory {mark=bright}%1{/mark} already exists." mkdir_file: "Path {mark=bright}%1{/mark} is currently a file." mkdir_denied: "Cannot create following directory due to permission denied: {mark=bright}%1{/mark}." mkdir_error: "Cannot create following directories:"