From e5d9ce1c6269a2049a45f17494a69fd3319b0e6e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 28 Mar 2009 18:26:41 +0000 Subject: [PATCH] fixed translation --- lam/lib/modules/eduPerson.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/lib/modules/eduPerson.inc b/lam/lib/modules/eduPerson.inc index 658e8231..7671b6bf 100644 --- a/lam/lib/modules/eduPerson.inc +++ b/lam/lib/modules/eduPerson.inc @@ -92,8 +92,8 @@ class eduPerson extends baseModule { ), 'affiliationUpload' => array( "Headline" => _("Affiliations"), - "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.')) + "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.') ), 'principalName' => array( "Headline" => _("Principal name"), @@ -105,7 +105,7 @@ class eduPerson extends baseModule { ), 'entitlementUpload' => array( "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( "Headline" => _("Organization"), @@ -121,7 +121,7 @@ class eduPerson extends baseModule { ), 'orgUnitDNUpload' => array( "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 $return['upload_columns'] = array(