]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Set title on /blocks/:id and link to usernames
[rails.git] / config / locales / en.yml
index f0b9cb235b296a4825ecf3c6362c7bbbb1d1115c..fd6289962caaf3ff65bc7f586afa408149323edf 100644 (file)
@@ -948,8 +948,8 @@ en:
       change your settings: change your settings
       my_oauth_details: "View my OAuth details"
       role:
-        administrator: "Administrator"
-        moderator: "Moderator"
+        administrator: "This user is an administrator"
+        moderator: "This user is a moderator"
         grant:
           administrator: "Grant administrator access"
           moderator: "Grant moderator access"
@@ -1088,11 +1088,16 @@ en:
       until_login: "Active until the user logs in."
       time_past: "Ended {{time}} ago."
     blocks_on:
-      heading: "List blocks on {{name}}"
+      title: "Blocks on {{name}}"
+      heading: "List of blocks on {{name}}"
+      empty: "{{name}} has not made any blocks yet."
     blocks_by:
-      heading: "List blocks by {{name}}"
+      title: "Blocks by {{name}}"
+      heading: "List of blocks by {{name}}"
+      empty: "{{name}} has not been blocked yet."
     show:
-      heading: "Block on {{block_on}} by {{block_by}}"
+      title: "{{block_on}} blocked by {{block_by}}"
+      heading: "{{block_on}} blocked by {{block_by}}"
       time_future: "Ends in {{time}}"
       time_past: "Ended {{time}} ago"
       status: "Status"
@@ -1101,7 +1106,7 @@ en:
       revoke: "Revoke!"
       confirm: "Are you sure?"
       reason: "Reason for block:"
-      back: "Back"
+      back: "View all blocks"
       revoker: "Revoker:"
       needs_view: "The user needs to log in before this block will be cleared."