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

145 lines
5.5 KiB
YAML
Raw Normal View History

2014-01-26 10:39:53 +00:00
---
en:
error:
config:
write: "Can't write the config file!"
check: "Checkconfig failed!"
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!"
2014-01-26 10:39:53 +00:00
delete:
id_no_exist: "Can't delete the item %{id}, it doesn't exist!"
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-05-15 21:55:01 +00:00
general: "An error is appeared durint 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!'
2014-01-26 10:39:53 +00:00
option:
2016-05-14 11:19:50 +00:00
add: "Add an item or key"
config: "Specify the configuration file to use"
export: "Export a wallet in an yaml file"
file: "Specify a file, to use with the options [--import | --export | --add]"
force: "No ask to confirm when you delete an item"
generate_password: "Generate a random password (default 8 characters)"
group: "Search the items with specified group"
2016-05-14 15:13:47 +00:00
help: "Show this help message"
2016-05-14 11:19:50 +00:00
id: "Specify an id, to use with the options [--delete | --update]"
import: "Import item since a yaml file"
key: "Specify the key name, to use with the options [--add | --delete | --update]"
no_sync: "Disable synchronization with the server"
setup: "Create a new configuration file"
setup_wallet: "Create a new configuration file for a wallet"
2014-01-26 10:39:53 +00:00
show: "Search and show the items"
show_all: "Show all items"
remove: "Delete an item"
2016-05-14 11:19:50 +00:00
update: "Update an item"
usage: "Usage"
wallet: "Specify a wallet to use"
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:
2014-01-26 10:39:53 +00:00
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!"
2016-05-14 15:13:47 +00:00
delete_key:
valid: "Key has been deleted!"
delete_item:
2014-01-26 10:39:53 +00:00
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!"
2016-05-14 15:13:47 +00:00
setup_config:
2014-01-26 10:39:53 +00:00
title: "Setup a new config file"
lang: "Choose your language (en, fr, ...): "
gpg_key: "Enter the GPG key: "
2016-05-14 15:13:47 +00:00
wallet_dir: "Enter the wallets's folder path [défaut=%{home}/wallets]: "
valid: "The config file has been created!"
setup_wallet:
title: "Wallet setup"
2014-02-02 10:48:46 +00:00
sync_type: "Synchronization type (mpw, ssh, ftp, or nil): "
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:
2014-01-26 10:39:53 +00:00
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!"
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"
gpg_password: "Password GPG: "
group: "Group"
login: "Login"
name: "Name"
nothing: "Nothing result!"
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'