---
en:
  error:
    client:
      no_authorized: "You aren't authorized."
    config:
      write: "Can't write the config file!"
      check: "Checkconfig failed!"
      key_bad_format: "The key string isn't in good format!"
      no_key_public: "You haven't the public key of %{key}!"
      genkey_gpg:
        exception: "Can't create the GPG key!"
        name: "You must define a name for your GPG key!"
        password: "You must define a password for your GPG key!"
    delete:
      id_no_exist: "Can't delete the item %{id}, it doesn't exist!"
    export:
      unknown_type: "The data type %{type} is unknown!"
      write: "Can't export, unable to write in %{file}!"
    gpg_file: 
      decrypt: "Can't decrypt file!"
      encrypt: "Can't encrypt the GPG file!"
    import:
      bad_format: "Can't import, the file is badly formated!"
      read: "Can't import, unable to read %{file}!"
    update:
      name_empty: "You must define a name!"
    sync: 
      connection: "Connection fail!"
      communication: "A communication problem with the server is appeared!"
      download: "Can't download the file!"
      not_authorized: "You haven't the access to remote file!"
      upload: "Can't upload the file on the server!"
      unknown: "An unknown error is occured!" 
    unknown_type: "The sync type is unknown" 

  warning:
    select: 'Your choice is not a valid element!'

  option:
    usage: "Usage"
    show: "Search and show the items"
    show_all: "Show all items"
    update: "Update an item"
    remove: "Delete an item"
    group: "Search the items with specified group"
    add: "Add an item"
    config: "Specify the configuration file to use"
    setup: "Create a new configuration file" 
    protocol: "Select the items with the specified protocol"
    export: "Export all items in a file"
    type: "Data's type export file [csv|yaml]"
    import: "Import item since a yaml or csv file"
    force: "Force an action"
    no_sync: "Disable synchronization with the server"
    format: "Change the display items format by an alternative format"
    generate_password: "Generate a random password (default 8 characters)"
    help: "Show this help message"

  form:
    select: "Select the item: "
    add:
      title: "Add a new item"
      name: "Enter the name: "
      group: "Enter the group (optional): "
      server: "Enter the hostname or ip: "
      protocol: "Enter the protocol of the connection (ssh, http, other): "
      login: "Enter the login connection: "
      password: "Enter the the password: "
      port: "Enter the connection port (optional): "
      comment: "Enter a comment (optional): "
      valid: "Item has been added!"
    delete:
      ask: "Are you sure you want to remove the item %{id} ?"
      valid: "The item %{id} has been removed!"
      not_valid: "The item %{id} hasn't been removed, because it doesn't exist!"
    import:
      ask: "Are you sure you want to import this file %{file} ?"
      valid: "The import is succesfull!"
      not_valid: "No data to import!"
    setup:
      title: "Setup a new config file"
      lang: "Choose your language (en, fr, ...): "
      gpg_key: "Enter the GPG key: " 
      share_gpg_keys: "Enter the GPG keys with who you want to share the passwords: " 
      gpg_file: "Enter the path to encrypt file [default=%{home}/db/default.gpg]: "
      timeout: "Enter the timeout (in seconde) to GPG password [default=60]: "
      sync_type: "Synchronization type (mpw, ssh, ftp, or nil): "
      sync_host: "Synchronization server: "
      sync_port: "Port of the synchronization server: "
      sync_user: "Username for the synchronization: "
      sync_pwd: "Password for the synchronization: "
      sync_path: "File path for the synchronization : "
      valid: "The config file has been created!"
    setup_gpg_key:
      title: "Setup a GPG key"
      ask: "Do you want create your GPG key ? (Y/n)"
      no_create: "You must create manually your GPG key or relaunch the software."
      name: "Your name and lastname: "
      password: "A password for the GPG key: "
      confirm_password: "Confirm your password: "
      error_password: "Your passwords aren't identical!" 
      length: "Size of the GPG key [default=2048]: "
      expire: "Expire time of the GPG key [default=0 (unlimited)]: "
      wait: "Please waiting during the GPG key generate, this process can take few minutes."
      valid: "Your GPG key has been created ;-)"
    update:
      title: "Update an item"
      name: "Enter the name [%{name}]: "
      group: "Enter the group [%{group}]: "
      server: "Enter the hostname or ip [%{server}]: "
      protocol: "Enter the protocol of the connection [%{protocol}]: "
      login: "Enter the login connection [%{login}]: "
      password: "Enter the the password: "
      port: "Enter the connection port [%{port}]: "
      comment: "Enter a comment [%{comment}]: "
      valid: "Item has been updated!" 
    export:
      valid: "The export in %{file} is succesfull!"

  display:
    comment: "Comment"
    error: "ERROR"
    gpg_password: "Password GPG: "
    group: "Group"
    login: "Login"
    name: "Name"
    nothing: "Nothing result!"
    password: "Password"
    port: "Port"
    protocol: "Protocol"
    server: "Server"
    warning: "Warning"

  ssh:
    option:
      usage: "Usage"
      login: "Change the login"
      server: "Change the host or the ip"
      port: "Change the port"
      help: "Show this help message"
    display:
      connect: "Connection to:"
      nothing: "Nothing result!"

  formats:
    default: ! '%Y-%m-%d'
    long: ! '%B %d, %Y'
    short: ! '%b %d'
    custom: ! '%A, %M %B, %Y @ %l:%M%P'