mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor with en locale
This commit is contained in:
parent
33a9dd6a3f
commit
2fc05fd0ed
1 changed files with 5 additions and 3 deletions
|
@ -45,8 +45,8 @@
|
|||
"new_user": "New user",
|
||||
"ok": "Ok",
|
||||
"cancel": "Cancel",
|
||||
"enable": "Turn on",
|
||||
"disable": "Turn off",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"me": "You",
|
||||
"password_updated": "Password changed.",
|
||||
"resources": "Resources",
|
||||
|
@ -123,6 +123,7 @@
|
|||
"tag_description": "Tag",
|
||||
"media_description": "You can add a flyer (optional)",
|
||||
"added": "Event added",
|
||||
"saved": "Event saved",
|
||||
"added_anon": "Event added, but has yet to be confirmed.",
|
||||
"updated": "Event updated",
|
||||
"where_description": "Where's the event? If not present you can create it.",
|
||||
|
@ -165,7 +166,8 @@
|
|||
"event_confirm_description": "You can confirm events entered by anonymous users here",
|
||||
"delete_user": "Remove",
|
||||
"remove_admin": "Remove admin",
|
||||
"delete_user_confirm": "Are you sure you want to remove this user?",
|
||||
"disable_user_confirm": "Are you sure you want to disable {user}?",
|
||||
"delete_user_confirm": "Are you sure you want to remove {user}",
|
||||
"user_remove_ok": "User removed",
|
||||
"user_create_ok": "User created",
|
||||
"allow_registration_description": "Allow open registrations?",
|
||||
|
|
Loading…
Reference in a new issue