1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-30 08:53:05 +00:00
mpw/i18n/en.yml

118 lines
4.1 KiB
YAML
Raw Normal View History

2013-12-25 17:51:41 +00:00
---
2013-12-26 09:47:54 +00:00
en:
2013-12-25 17:51:41 +00:00
error:
add:
name_empty: "You must define a name!"
config:
write: "Can't write the config file!"
check: "Checkconfig failed!"
key_bad_format: "The key string isn't in good format!"
delete:
2013-12-26 09:30:23 +00:00
id_no_exist: "Can't delete the item %{id}, it doesn't exist!"
2013-12-25 17:51:41 +00:00
export:
2013-12-26 09:30:23 +00:00
write: "Can't export, unable to write in %{file}!"
2013-12-25 17:51:41 +00:00
gpg_file:
decrypt: "Can't decrypt file!"
encrypt: "Can't encrypt the GPG file!"
import:
2013-12-26 09:30:23 +00:00
bad_format: "Can't import, the file is badly formated!"
read: "Can't import, unable to read %{file}!"
2013-12-25 17:51:41 +00:00
update:
id_no_exist: "Can't update the item, the item %{id} doesn't exist!"
cli:
2013-12-26 14:20:14 +00:00
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"
2013-12-26 14:20:14 +00:00
setup: "Create a new configuration file"
protocol: "Select the items with the specified protocol"
export: "Export all items in a CSV file"
import: "Import item since a CSV file"
force: "Force an action"
format: "Change the display items format by an alternative format"
help: "Show this help message"
2013-12-25 17:51:41 +00:00
form:
add:
title: "Add a new item"
name: "Enter the name: "
group: "Enter the group [default=NoGroup]: "
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 (optinal): "
comment: "Enter a comment (optinal): "
valid: "Item has been added!"
delete:
2013-12-26 10:20:19 +00:00
ask: "Are you sure you want to remove the item %{id} ?"
2013-12-25 17:51:41 +00:00
valid: "The item %{id} has been removed!"
not_valid: "The item %{id} hasn't been removed, because it doesn't exist!"
import:
2013-12-26 10:20:19 +00:00
ask: "Are you sure you want to import this file %{file} ?"
2013-12-25 17:51:41 +00:00
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: "
gpg_file: "Enter the path to encrypt file [default=%{home}/.mpw.gpg]: "
timeout: "Enter the timeout (in seconde) to GPG password [default=60]: "
valid: "The config file 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!"
interactive:
ask_password: "Password GPG: "
bad_password: "Bad password!"
goodbye: "Goodbye!"
unknown_command: "Unknown command!"
2013-12-26 21:47:06 +00:00
option:
title: "Help"
show: "Search and show the results"
group: "Change the group for the search"
add: "Add an item"
update: "Update an item"
remove: "Remove an item"
help: "Show this message"
quit: "Quit the software"
2013-12-25 17:51:41 +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"
2013-12-26 10:01:57 +00:00
ssh:
2013-12-26 17:18:10 +00:00
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!"
2013-12-25 17:51:41 +00:00
formats:
default: ! '%Y-%m-%d'
long: ! '%B %d, %Y'
short: ! '%b %d'
custom: ! '%A, %M %B, %Y @ %l:%M%P'