fixed translation

This commit is contained in:
Roland Gruber 2009-03-28 18:26:41 +00:00
parent 36b4310724
commit e5d9ce1c62
1 changed files with 4 additions and 4 deletions

View File

@ -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(