diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c9729dd98..4626f7588 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/i18n/English/Asset_StoryArchive.pm b/lib/WebGUI/i18n/English/Asset_StoryArchive.pm index 53d80c753..321e6e349 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryArchive.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryArchive.pm @@ -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' => { diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index a4cbbbf10..ce98efa71 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -579,13 +579,13 @@ and should be entered as such.

|, }, '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 cn, uid, or shortname. Example: jdoe. Therefore, if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe 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 cn, uid, or shortname. Example: jdoe. Therefore, if you specify the LDAP Username Attribute to be shortname then Jon Doe would enter jdoe 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 Web Username. 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 Web Username. So you could enter that label here for consistency. Used to be called LDAP Identity Label.|, + lastUpdated => 1250264194, }, '8 description' => {