summaryrefslogtreecommitdiffstats
path: root/ipalib/identity.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/identity.py')
-rw-r--r--ipalib/identity.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/ipalib/identity.py b/ipalib/identity.py
index 1239816b2..50642fec3 100644
--- a/ipalib/identity.py
+++ b/ipalib/identity.py
@@ -6,49 +6,49 @@
def get_label(self, _):
- return _('Title') # Enum?
+ return _('Title') # Enum?
def get_label(self, _):
- return _('First Name')
+ return _('First Name')
def get_label(self, _):
- return _('Last Name')
+ return _('Last Name')
def get_label(self, _):
- return _('Full Name') # Autofill
+ return _('Full Name') # Autofill
def get_label(self, _):
- return _('Display Name') # Autofill
+ return _('Display Name') # Autofill
def get_label(self, _):
- return _('Initials') # generated/ro?
+ return _('Initials') # generated/ro?
def get_label(self, _):
- return _('Account Status') # Enum (active, inactive)
+ return _('Account Status') # Enum (active, inactive)
def get_label(self, _):
- return _('Login')
+ return _('Login')
def get_label(self, _):
- return _('Password')
+ return _('Password')
def get_label(self, _): # Same field as above, special interface
- return _('Confirm Password')
+ return _('Confirm Password')
def get_label(self, _):
- return _('UID') #ro
+ return _('UID') #ro
def get_label(self, _):
- return _('GID') #ro
+ return _('GID') #ro
def get_label(self, _):
- return _('Home Directory') #ro
+ return _('Home Directory') #ro
def get_label(self, _):
- return _('Login Shell')
+ return _('Login Shell')
def get_label(self, _):
- return _('GECOS')
+ return _('GECOS')
def get_label(self, _):
- return _('')
+ return _('')