i18n fixes for LDAP and StoryArchive. Bugs #10774, 10775, 10776
This commit is contained in:
parent
046f1a7303
commit
194e98d937
3 changed files with 9 additions and 6 deletions
|
|
@ -1,4 +1,7 @@
|
|||
7.7.18
|
||||
- fixed #10776: i18n AuthLDAP::7 description
|
||||
- fixed #10775: i18n AuthLDAP::6 description
|
||||
- fixed #10774: i18n Asset::Storyarchive tag asset url
|
||||
|
||||
7.7.17
|
||||
- fixed #10697: Story: Image crowds text
|
||||
|
|
|
|||
|
|
@ -304,9 +304,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'asset url' => {
|
||||
message => q|The title of this assetl.|,
|
||||
message => q|The URL of this asset.|,
|
||||
context => q|Template variable.|,
|
||||
lastUpdated => 1248972828,
|
||||
lastUpdated => 1250263822,
|
||||
},
|
||||
|
||||
'keyword' => {
|
||||
|
|
|
|||
|
|
@ -579,13 +579,13 @@ and should be entered as such.</p>|,
|
|||
},
|
||||
|
||||
'6 description' => {
|
||||
message => q|The Username Attribute is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>cn</b>, <b>uid</b>, or <b>shortname</b>. Example: jdoe. Therefore, if you specify the LDAP identity to be <b>shortname</b> then Jon Doe would enter <i>jdoe</i> during the registration process.|,
|
||||
lastUpdated => 1249690122,
|
||||
message => q|The Username Attribute is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>cn</b>, <b>uid</b>, or <b>shortname</b>. Example: jdoe. Therefore, if you specify the LDAP Username Attribute to be <b>shortname</b> then Jon Doe would enter <i>jdoe</i> during the registration process.|,
|
||||
lastUpdated => 1250264355,
|
||||
},
|
||||
|
||||
'7 description' => {
|
||||
message => q|The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i>. So you could enter that label here for consistency. Used to be called LDAP Identity Label.|,
|
||||
lastUpdated => 1249690190,
|
||||
message => q|The label used to describe the LDAP Authentication Attribute to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP Authentication Attribute is known as their <i>Web Username</i>. So you could enter that label here for consistency. Used to be called LDAP Identity Label.|,
|
||||
lastUpdated => 1250264194,
|
||||
},
|
||||
|
||||
'8 description' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue