]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Adding title for role icons when viewing user isn't an admin, re-adding translations...
[rails.git] / config / locales / en.yml
index 38dc04bc39a1d55905e6fc96b08717d01a491c14..f0b9cb235b296a4825ecf3c6362c7bbbb1d1115c 100644 (file)
@@ -950,6 +950,12 @@ en:
       role:
         administrator: "Administrator"
         moderator: "Moderator"
+        grant:
+          administrator: "Grant administrator access"
+          moderator: "Grant moderator access"
+        revoke:
+          administrator: "Revoke administrator access"
+          moderator: "Revoke moderator access"
       block_history: "view blocks received"
       moderator_history: "view blocks given"
       create_block: "block this user"
@@ -1009,10 +1015,14 @@ en:
       already_has_role: "The user already has role {{role}}."
       doesnt_have_role: "The user does not have role {{role}}."
     grant:
+      title: Confirm role granting
+      heading: Confirm role granting
       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
       confirm: "Confirm"
       fail: "Couldn't grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
     revoke:
+      title: Confirm role revoking
+      heading: Confirm role revoking
       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
       confirm: "Confirm"
       fail: "Couldn't revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."