2014-01-26 10:39:53 +00:00
|
|
|
|
---
|
|
|
|
|
en:
|
|
|
|
|
error:
|
2016-11-12 16:16:57 +00:00
|
|
|
|
bad_class: "The object class isn't valid!"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
config:
|
|
|
|
|
write: "Can't write the config file!"
|
2016-10-23 19:54:46 +00:00
|
|
|
|
load: "Checkconfig failed!"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
key_bad_format: "The key string isn't in good format!"
|
2014-03-19 19:50:12 +00:00
|
|
|
|
no_key_public: "You haven't the public key of %{key}!"
|
2014-03-16 20:28:23 +00:00
|
|
|
|
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!"
|
2016-11-12 16:16:57 +00:00
|
|
|
|
empty: "The class is void"
|
2016-05-15 21:55:01 +00:00
|
|
|
|
export: "Can't export, unable to write in %{file}!"
|
2016-11-12 16:16:57 +00:00
|
|
|
|
export_key: "Can't export the GPG key"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
gpg_file:
|
|
|
|
|
decrypt: "Can't decrypt file!"
|
|
|
|
|
encrypt: "Can't encrypt the GPG file!"
|
2016-05-15 21:55:01 +00:00
|
|
|
|
mpw_file:
|
|
|
|
|
read_data: "Can't to read the MPW file!"
|
|
|
|
|
write_data: "Can't to write the MPW file!"
|
|
|
|
|
import: "Can't import, unable to read %{file}!"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
update:
|
2017-01-30 19:29:42 +00:00
|
|
|
|
host_empty: "You must define a host!"
|
2014-02-02 10:48:46 +00:00
|
|
|
|
|
2015-01-16 23:05:40 +00:00
|
|
|
|
warning:
|
|
|
|
|
select: 'Your choice is not a valid element!'
|
|
|
|
|
|
2016-11-05 14:34:11 +00:00
|
|
|
|
command:
|
|
|
|
|
add: "Add a new item"
|
|
|
|
|
config: "Manage the general config"
|
|
|
|
|
copy: "Copy a login, password or OTP code"
|
|
|
|
|
delete: "Delete an item"
|
|
|
|
|
export: "Export the data in plain text"
|
|
|
|
|
genpwd: "Generate a password"
|
|
|
|
|
import: "Import data from a file"
|
|
|
|
|
list: "Print the items"
|
|
|
|
|
update: "Update an item"
|
|
|
|
|
wallet: "Manage the wallet config"
|
|
|
|
|
|
2014-01-26 10:39:53 +00:00
|
|
|
|
option:
|
2016-05-14 11:19:50 +00:00
|
|
|
|
add: "Add an item or key"
|
2017-01-30 21:10:56 +00:00
|
|
|
|
add_gpg_key: "Share the wallet with an other GPG key"
|
2016-07-10 09:00:53 +00:00
|
|
|
|
alpha: "Use letter to generate a password"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
comment: "Specify a comment"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
config: "Specify the configuration file to use"
|
2016-07-09 12:06:49 +00:00
|
|
|
|
clipboard: "Disable the clipboard feature"
|
2017-04-08 15:15:05 +00:00
|
|
|
|
default_path: "Move the wallet in default directory"
|
2017-02-22 20:51:06 +00:00
|
|
|
|
default_wallet: "Specify the default wallet to use"
|
2017-01-30 21:26:18 +00:00
|
|
|
|
delete_gpg_key: "Delete the wallet's share with an other GPG key"
|
2017-02-25 17:43:30 +00:00
|
|
|
|
disable_alpha: "Don't use letter to generate a password"
|
|
|
|
|
disable_numeric: "Don't use number to generate a password"
|
2017-04-04 22:04:15 +00:00
|
|
|
|
disable_pinmode: "Disable the pinentry mode"
|
2017-02-25 17:43:30 +00:00
|
|
|
|
disable_special_chars: "Don't use special char to generate a password"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
export: "Export a wallet in an yaml file"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
file_export: "Specify the file where export data"
|
|
|
|
|
file_import: "Specify the file to import"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
force: "No ask to confirm when you delete an item"
|
|
|
|
|
generate_password: "Generate a random password (default 8 characters)"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
gpg_exe: "Set the gpg binary path to use"
|
|
|
|
|
gpg_key: "Specify a GPG key (ex: user@example.com)"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
group: "Search the items with specified group"
|
2016-05-14 15:13:47 +00:00
|
|
|
|
help: "Show this help message"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
host: "Specify a host or ip"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
init: "Initialize mpw"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
import: "Import item since a yaml file"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
key: "Specify the key name"
|
|
|
|
|
lang: "Set the software language"
|
2016-11-12 16:16:57 +00:00
|
|
|
|
length: "Size of the password"
|
2016-10-20 16:25:30 +00:00
|
|
|
|
list: "List the wallets"
|
2017-02-16 19:47:39 +00:00
|
|
|
|
list_keys: "List the GPG keys in wallet"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
new_group: "Specify the group for the item"
|
2016-07-10 09:00:53 +00:00
|
|
|
|
numeric: "Use number to generate a password"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
otp_code: "Set an otp key"
|
2017-04-08 15:15:05 +00:00
|
|
|
|
path: "Move the wallet in new specify directory"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
pattern: "Given search pattern"
|
2017-04-04 22:04:15 +00:00
|
|
|
|
pinmode: "Enable pinentry mode (available with gpg >= 2.1)"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
port: "Set a port of connexion"
|
|
|
|
|
protocol: "Set a protocol of connexion"
|
2016-11-12 16:16:57 +00:00
|
|
|
|
random_password: "Generate a random password"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
setup: "Create a new configuration file"
|
|
|
|
|
setup_wallet: "Create a new configuration file for a wallet"
|
2016-07-10 09:00:53 +00:00
|
|
|
|
special_chars: "Use special char to generate a password"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
show: "Search and show the items"
|
2016-07-09 15:12:10 +00:00
|
|
|
|
show_all: "List all items"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
text_editor: "Use text editor to edit the item"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
usage: "Usage"
|
2017-04-13 20:35:57 +00:00
|
|
|
|
user: "Set an user"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
wallet: "Specify a wallet to use"
|
2016-10-20 06:32:26 +00:00
|
|
|
|
wallet_dir: "Set the wallets folder"
|
2016-05-14 11:19:50 +00:00
|
|
|
|
|
2014-01-26 10:39:53 +00:00
|
|
|
|
form:
|
2015-01-16 23:05:40 +00:00
|
|
|
|
select: "Select the item: "
|
2016-05-14 15:13:47 +00:00
|
|
|
|
add_key:
|
|
|
|
|
valid: "Key has been added!"
|
|
|
|
|
add_item:
|
2016-08-20 07:18:32 +00:00
|
|
|
|
name: "The item's name (mandatory"
|
|
|
|
|
group: "The group's name"
|
|
|
|
|
host: "The hostname or ip"
|
|
|
|
|
protocol: "The protocol of the connection (ssh, http, ...)"
|
|
|
|
|
login: "The login of connection"
|
|
|
|
|
password: "The password"
|
|
|
|
|
port: "The connection port"
|
|
|
|
|
comment: "A comment"
|
|
|
|
|
otp_key: "The OTP secret"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
valid: "Item has been added!"
|
2016-07-09 12:06:49 +00:00
|
|
|
|
clipboard:
|
2016-07-11 21:56:58 +00:00
|
|
|
|
choice: "What do you want to copy ? [q = quit, p = password, l = login]: "
|
2016-07-09 12:06:49 +00:00
|
|
|
|
clean: "The clipboard has been cleaned."
|
2016-07-11 21:56:58 +00:00
|
|
|
|
login: "The login has been copied in clipboard."
|
2016-07-09 12:06:49 +00:00
|
|
|
|
password: "The password has been copied in clipboard for 30s!"
|
2016-08-02 19:59:22 +00:00
|
|
|
|
otp: "The OTP code has been copied for %{time}s!"
|
|
|
|
|
help:
|
|
|
|
|
name: "Help"
|
|
|
|
|
login: "Press <l> to copy the login"
|
|
|
|
|
password: "Press <p> to copy the password"
|
|
|
|
|
otp_code: "Press <o> to copy the otp code"
|
2016-10-20 07:23:26 +00:00
|
|
|
|
quit: "Press <q> to quit"
|
2016-05-14 15:13:47 +00:00
|
|
|
|
delete_key:
|
|
|
|
|
valid: "Key has been deleted!"
|
|
|
|
|
delete_item:
|
2016-09-26 19:53:17 +00:00
|
|
|
|
ask: "Are you sure you want to remove the item ?"
|
|
|
|
|
valid: "The item has been removed!"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
import:
|
|
|
|
|
ask: "Are you sure you want to import this file %{file} ?"
|
2016-11-12 16:16:57 +00:00
|
|
|
|
file_empty: "The import file is empty!"
|
|
|
|
|
file_not_exist: "The import file doesn't exist!"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
valid: "The import is succesfull!"
|
|
|
|
|
not_valid: "No data to import!"
|
2017-02-22 20:51:06 +00:00
|
|
|
|
set_config:
|
|
|
|
|
valid: "The config file has been edited!"
|
2017-04-08 15:15:05 +00:00
|
|
|
|
set_wallet_path:
|
|
|
|
|
valid: "The wallet has well moved!"
|
2016-05-14 15:13:47 +00:00
|
|
|
|
setup_config:
|
2014-01-26 10:39:53 +00:00
|
|
|
|
title: "Setup a new config file"
|
2016-05-17 17:34:05 +00:00
|
|
|
|
lang: "Choose your language (en, fr, ...) [default=%{lang}]: "
|
|
|
|
|
gpg_key: "Enter the GPG key [ex: test@host.local]: "
|
2016-07-05 20:03:55 +00:00
|
|
|
|
gpg_exe: "Enter the executable GPG path (optional): "
|
2016-05-17 17:34:05 +00:00
|
|
|
|
wallet_dir: "Enter the wallets's folder path [default=%{home}/wallets]: "
|
2016-05-14 15:13:47 +00:00
|
|
|
|
valid: "The config file has been created!"
|
2014-03-16 20:28:23 +00:00
|
|
|
|
setup_gpg_key:
|
|
|
|
|
title: "Setup a GPG key"
|
2014-03-18 20:08:09 +00:00
|
|
|
|
ask: "Do you want create your GPG key ? (Y/n)"
|
|
|
|
|
no_create: "You must create manually your GPG key or relaunch the software."
|
2014-03-16 20:28:23 +00:00
|
|
|
|
name: "Your name and lastname: "
|
|
|
|
|
password: "A password for the GPG key: "
|
2014-04-04 15:03:46 +00:00
|
|
|
|
confirm_password: "Confirm your password: "
|
|
|
|
|
error_password: "Your passwords aren't identical!"
|
2014-03-16 20:28:23 +00:00
|
|
|
|
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."
|
2014-03-19 19:50:12 +00:00
|
|
|
|
valid: "Your GPG key has been created ;-)"
|
2016-05-15 21:55:01 +00:00
|
|
|
|
update_item:
|
2016-08-20 08:03:12 +00:00
|
|
|
|
name: "The item's name (mandatory"
|
|
|
|
|
group: "The group's name"
|
|
|
|
|
host: "The hostname or ip"
|
|
|
|
|
protocol: "The protocol of the connection (ssh, http, ...)"
|
|
|
|
|
login: "The login of connection"
|
|
|
|
|
password: "The password (leave empty if you don't want change)"
|
|
|
|
|
port: "The connection port"
|
|
|
|
|
comment: "A comment"
|
|
|
|
|
otp_key: "The OTP secret (leave empty if you don't want change"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
valid: "Item has been updated!"
|
2014-12-06 22:53:03 +00:00
|
|
|
|
export:
|
|
|
|
|
valid: "The export in %{file} is succesfull!"
|
2014-02-02 10:48:46 +00:00
|
|
|
|
|
2014-01-26 10:39:53 +00:00
|
|
|
|
display:
|
|
|
|
|
comment: "Comment"
|
2017-04-09 08:08:25 +00:00
|
|
|
|
config: "Configuration"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
error: "ERROR"
|
2017-02-16 19:47:39 +00:00
|
|
|
|
keys: "GPG keys"
|
2016-05-17 17:34:05 +00:00
|
|
|
|
gpg_password: "GPG passphrase: "
|
2014-01-26 10:39:53 +00:00
|
|
|
|
group: "Group"
|
|
|
|
|
login: "Login"
|
|
|
|
|
name: "Name"
|
2016-07-10 09:00:53 +00:00
|
|
|
|
no_group: "Without group"
|
2016-05-17 17:34:05 +00:00
|
|
|
|
nothing: "No matches!"
|
2016-08-03 19:26:04 +00:00
|
|
|
|
otp_code: "OTP code"
|
2014-01-26 10:39:53 +00:00
|
|
|
|
password: "Password"
|
|
|
|
|
port: "Port"
|
|
|
|
|
protocol: "Protocol"
|
|
|
|
|
server: "Server"
|
2017-02-21 20:05:28 +00:00
|
|
|
|
wallets: "Wallets"
|
2015-01-16 23:05:40 +00:00
|
|
|
|
warning: "Warning"
|
2014-02-02 10:48:46 +00:00
|
|
|
|
|
2014-01-26 10:39:53 +00:00
|
|
|
|
formats:
|
|
|
|
|
default: ! '%Y-%m-%d'
|
|
|
|
|
long: ! '%B %d, %Y'
|
|
|
|
|
short: ! '%b %d'
|
|
|
|
|
custom: ! '%A, %M %B, %Y @ %l:%M%P'
|