Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Update translations #57

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions lang/en.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
en:
SilverStripe\LDAP\Authenticators\LDAPAuthenticator:
CANTCHANGEPASSWORD: 'We couldn''t change your password, please contact an administrator.'
CANTCHANGEPASSWORD: "We couldn't change your password, please contact an administrator."
INVALIDCREDENTIALS: 'Invalid credentials'
NOUSER: 'Your account hasn''t been setup properly, please contact an administrator.'
NOUSER: "Your account hasn't been setup properly, please contact an administrator."
PLEASEUSEUSERNAME: 'Please enter your username instead of your email to log in.'
PROBLEMFINDINGDATA: 'There was a problem retrieving your user data'
SilverStripe\LDAP\Authenticators\LDAPLostPasswordHandler:
NOTERESETPASSWORDUSERNAME: 'Enter your username and we will send you a link with which you can reset your password'
NOTERESETPASSWORDUSERNAMEOREMAIL: 'Enter your username or your email address and we will send you a link with which you can reset your password'
PASSWORDSENTHEADER: 'Password reset link sent to ''{username}'''
PASSWORDSENTTEXT: 'Thank you! A reset link has been sent to ''{username}'', provided an account exists.'
PASSWORDSENTHEADER: "Password reset link sent to '{username}'"
PASSWORDSENTTEXT: "Thank you! A reset link has been sent to '{username}', provided an account exists."
SilverStripe\LDAP\Extensions\LDAPGroupExtension:
ADDMAPPEDGROUP: 'Add LDAP group mapping'
AUTOMAPPEDGROUPS: 'Automatically mapped LDAP Groups'
INFOIMPORTED: 'This group is automatically imported from LDAP.'
LASTSYNCED: 'Last synced'
MAPPEDGROUPS: 'Mapped LDAP Groups'
db_DN: DN
db_GUID: GUID
db_LastSynced: 'Last synced'
has_many_LDAPGroupMappings: 'LDAP group mappings'
SilverStripe\LDAP\Extensions\LDAPMemberExtension:
CHANGEFIELDSUPDATELDAP: 'Changing fields here will update them in LDAP.'
IMPORTEDFIELD: ' (imported)'
INFOIMPORTED: 'This user is automatically imported from LDAP. Manual changes to imported fields will be removed upon sync.'
ISEXPIRED: 'Has user''s LDAP/AD login expired?'
ISEXPIRED: "Has user's LDAP/AD login expired?"
LASTSYNCED: 'Last synced'
db_GUID: GUID
db_IsExpired: 'Is expired'
db_LastSynced: 'Last synced'
db_Username: Username
SilverStripe\LDAP\Forms\LDAPChangePasswordForm:
USERNAME: Username
USERNAMEOREMAIL: Email
Expand All @@ -47,9 +55,12 @@ en:
SELECTONE: 'Select one'
SINGULARNAME: 'LDAP Group Mapping'
SUBTREE_DESCRIPTION: 'Users within this group and all nested groups within'
db_DN: DN
db_Scope: Scope
has_one_Group: Group
SilverStripe\LDAP\Services\LDAPService:
ACCOUNTLOCKEDOUT: 'Your account has been temporarily locked because of too many failed login attempts. Please try again later.'
INVALIDCREDENTIALS: 'The provided details don''t seem to be correct. Please try again.'
INVALIDCREDENTIALS: "The provided details don't seem to be correct. Please try again."
SilverStripe\LDAP\Tasks\LDAPGroupSyncTask:
SYNCTITLE: 'Sync all groups from LDAP'
SilverStripe\LDAP\Tasks\LDAPMemberSyncOneTask:
Expand Down