fixed translation
This commit is contained in:
parent
36b4310724
commit
e5d9ce1c62
|
@ -92,8 +92,8 @@ class eduPerson extends baseModule {
|
||||||
),
|
),
|
||||||
'affiliationUpload' => array(
|
'affiliationUpload' => array(
|
||||||
"Headline" => _("Affiliations"),
|
"Headline" => _("Affiliations"),
|
||||||
"Text" => _("Specifies the person's relationship(s) to the institution in broad categories such as student, faculty, staff, alum, etc." . " " .
|
"Text" => _("Specifies the person's relationship(s) to the institution in broad categories such as student, faculty, staff, alum, etc.") . " " .
|
||||||
_('Multiple values are separated by comma.'))
|
_('Multiple values are separated by comma.')
|
||||||
),
|
),
|
||||||
'principalName' => array(
|
'principalName' => array(
|
||||||
"Headline" => _("Principal name"),
|
"Headline" => _("Principal name"),
|
||||||
|
@ -105,7 +105,7 @@ class eduPerson extends baseModule {
|
||||||
),
|
),
|
||||||
'entitlementUpload' => array(
|
'entitlementUpload' => array(
|
||||||
"Headline" => _("Entitlements"),
|
"Headline" => _("Entitlements"),
|
||||||
"Text" => _("URI (either URN or URL) that indicates a set of rights to specific resources." . " " . _('Multiple values are separated by comma.'))
|
"Text" => _("URI (either URN or URL) that indicates a set of rights to specific resources.") . " " . _('Multiple values are separated by comma.')
|
||||||
),
|
),
|
||||||
'orgDN' => array(
|
'orgDN' => array(
|
||||||
"Headline" => _("Organization"),
|
"Headline" => _("Organization"),
|
||||||
|
@ -121,7 +121,7 @@ class eduPerson extends baseModule {
|
||||||
),
|
),
|
||||||
'orgUnitDNUpload' => array(
|
'orgUnitDNUpload' => array(
|
||||||
"Headline" => _("Organizational units"),
|
"Headline" => _("Organizational units"),
|
||||||
"Text" => _("The DNs of the directory entries representing the person's organizational units." . ' ' . _('Multiple values are separated by comma.'))
|
"Text" => _("The DNs of the directory entries representing the person's organizational units.") . ' ' . _('Multiple values are separated by comma.')
|
||||||
));
|
));
|
||||||
// upload fields
|
// upload fields
|
||||||
$return['upload_columns'] = array(
|
$return['upload_columns'] = array(
|
||||||
|
|
Loading…
Reference in New Issue