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",
|
"new_user": "New user",
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"enable": "Turn on",
|
"enable": "Enable",
|
||||||
"disable": "Turn off",
|
"disable": "Disable",
|
||||||
"me": "You",
|
"me": "You",
|
||||||
"password_updated": "Password changed.",
|
"password_updated": "Password changed.",
|
||||||
"resources": "Resources",
|
"resources": "Resources",
|
||||||
|
@ -123,6 +123,7 @@
|
||||||
"tag_description": "Tag",
|
"tag_description": "Tag",
|
||||||
"media_description": "You can add a flyer (optional)",
|
"media_description": "You can add a flyer (optional)",
|
||||||
"added": "Event added",
|
"added": "Event added",
|
||||||
|
"saved": "Event saved",
|
||||||
"added_anon": "Event added, but has yet to be confirmed.",
|
"added_anon": "Event added, but has yet to be confirmed.",
|
||||||
"updated": "Event updated",
|
"updated": "Event updated",
|
||||||
"where_description": "Where's the event? If not present you can create it.",
|
"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",
|
"event_confirm_description": "You can confirm events entered by anonymous users here",
|
||||||
"delete_user": "Remove",
|
"delete_user": "Remove",
|
||||||
"remove_admin": "Remove admin",
|
"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_remove_ok": "User removed",
|
||||||
"user_create_ok": "User created",
|
"user_create_ok": "User created",
|
||||||
"allow_registration_description": "Allow open registrations?",
|
"allow_registration_description": "Allow open registrations?",
|
||||||
|
|
Loading…
Reference in a new issue