1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/i18n/en.yml

184 lines
6.8 KiB
YAML
Raw Normal View History

2014-01-26 10:39:53 +00:00
---
en:
error:
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-05-15 21:55:01 +00:00
export: "Can't export, unable to write in %{file}!"
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:
name_empty: "You must define a name!"
sync:
2016-07-05 21:01:27 +00:00
general: "An error has appeared during the sync"
2014-01-26 10:39:53 +00:00
connection: "Connection fail!"
communication: "A communication problem with the server is appeared!"
2014-02-02 10:48:46 +00:00
download: "Can't download the file!"
2014-01-26 10:39:53 +00:00
not_authorized: "You haven't the access to remote file!"
2014-02-02 10:48:46 +00:00
upload: "Can't upload the file on the server!"
2016-05-15 21:55:01 +00:00
unknown: "An unknown error is occured!"
unknown_type: "The sync type is unknown"
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"
alpha: "Use letter to generate a password"
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"
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"
2016-10-20 16:25:30 +00:00
host: "Specify the server for the synchronization"
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-10-20 16:25:30 +00:00
list: "List the wallets"
2016-05-14 11:19:50 +00:00
no_sync: "Disable synchronization with the server"
numeric: "Use number to generate a password"
2016-10-20 16:25:30 +00:00
password: "Change the password for the synchronization"
path: "Specify the remote path"
2016-10-20 06:32:26 +00:00
pattern: "Given search pattern"
2016-10-20 16:25:30 +00:00
port: "Specify the connection port"
protocol: "Specify the protocol for the connection"
2016-05-14 11:19:50 +00:00
setup: "Create a new configuration file"
setup_wallet: "Create a new configuration file for a wallet"
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"
2016-05-14 11:19:50 +00:00
usage: "Usage"
2016-10-20 16:25:30 +00:00
user: "Specify the user for the connection"
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} ?"
valid: "The import is succesfull!"
not_valid: "No data to import!"
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!"
setup_wallet:
title: "Wallet setup"
2016-07-05 20:48:21 +00:00
sync_type: "Synchronization type (ssh, ftp): "
2014-01-26 16:48:24 +00:00
sync_host: "Synchronization server: "
sync_port: "Port of the synchronization server: "
2014-02-02 10:48:46 +00:00
sync_user: "Username for the synchronization: "
2014-01-26 16:48:24 +00:00
sync_pwd: "Password for the synchronization: "
2014-02-02 10:48:46 +00:00
sync_path: "File path for the synchronization : "
2016-05-14 15:13:47 +00:00
valid: "The wallet 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: "
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"
error: "ERROR"
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"
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"
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'