mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-27 07:33:05 +00:00
i18n/en.yml: reformulation
This commit is contained in:
parent
28c1fd63fb
commit
df3a2a1681
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ en:
|
||||||
comment: "Enter a comment (optinal): "
|
comment: "Enter a comment (optinal): "
|
||||||
valid: "Item has been added!"
|
valid: "Item has been added!"
|
||||||
delete:
|
delete:
|
||||||
ask: "Are you sure to remove the item: %{id} ?"
|
ask: "Are you sure you want to remove the item %{id} ?"
|
||||||
valid: "The item %{id} has been removed!"
|
valid: "The item %{id} has been removed!"
|
||||||
not_valid: "The item %{id} hasn't been removed, because it doesn't exist!"
|
not_valid: "The item %{id} hasn't been removed, because it doesn't exist!"
|
||||||
import:
|
import:
|
||||||
ask: "Are you sure to import this file: %{file} ?"
|
ask: "Are you sure you want to import this file %{file} ?"
|
||||||
valid: "The import is succesfull!"
|
valid: "The import is succesfull!"
|
||||||
not_valid: "No data to import!"
|
not_valid: "No data to import!"
|
||||||
setup:
|
setup:
|
||||||
|
|
Loading…
Reference in a new issue