Skip to content

Commit

Permalink
Added labels for user management page
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-jim committed Aug 17, 2012
1 parent 1fa4780 commit 4758074
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion crowbar_framework/config/locales/crowbar/en.yml
Expand Up @@ -56,8 +56,10 @@ en:
docs_description: Documentation

users: Users
log_off: Log off
manage_users: Manage Users
manage_users_description: Add, remove and edit users
sign_out: Sign Out
sign_out_description: End the current session

scaffold:
top: Scaffolds
Expand Down Expand Up @@ -446,3 +448,11 @@ en:
lettersnumbers: "Cannot Save: Item can only contain letters (a..z, A..Z), numbers (0..9) and underscore (_)."
fqdn: "Item must be a fully qualified domain name (FQDN) such as 'server.example.com'."

# Users
user:
title: Manage User Accounts
username: Username
sign_in_count: Sign In Count
failed_attempts: Failed Signins
last_sign_in_at: Last Signed In
last_sign_in_ip: IP of Last Sign In

0 comments on commit 4758074

Please sign in to comment.