mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
25 lines
733 B
YAML
25 lines
733 B
YAML
---
|
|
en:
|
|
option:
|
|
usage: "Usage"
|
|
config: "Specifie the configuration file"
|
|
checkconfig: "Check the configuration"
|
|
setup: "Setup a new configuration file"
|
|
help: "Show this message help"
|
|
checkconfig:
|
|
fail: "Checkconfig failed:!"
|
|
empty: "ERROR: an importe option is missing!"
|
|
datadir: "ERROR: le data directory doesn't exist!"
|
|
form:
|
|
setup:
|
|
title: "Serveur configuration"
|
|
host: "IP listen: "
|
|
port: "Port listen: "
|
|
data_dir: "Data directory: "
|
|
timeout: "Timeout to second: "
|
|
not_valid: "ERROR: Impossible to write the configuration file!"
|
|
formats:
|
|
default: ! '%Y-%m-%d'
|
|
long: ! '%B %d, %Y'
|
|
short: ! '%b %d'
|
|
custom: ! '%A, %M %B, %Y @ %l:%M%P'
|