Actions

Primary-profile-en-utf8

From Mahara Wiki

Description

This is the language file for the profile GUI screens.

  • File Location: $MAHARADIR/artefact/internal/lang/en.utf8
  • File Name: artefact.internal.php

artefact.internal.php

<?php /**

* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-2009 Catalyst IT Ltd and others; see:
*                         http://wiki.mahara.org/Contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*
* @package    mahara
* @subpackage lang
* @author     Catalyst IT Ltd
* @license    http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright  (C) 2006-2009 Catalyst IT Ltd http://catalyst.net.nz
*
*/

defined('INTERNAL') || die();

$string['pluginname'] = 'Profile';

$string['profile'] = 'Profile';

$string['mandatory'] = 'Mandatory'; $string['public'] = 'Public';

$string['aboutdescription'] = 'Enter your real first and last name here. If you want to show a different name to people in the system, put that name in as your display name.'; $string['infoisprivate'] = 'This information is private until you include it in a page that is shared with others.'; $string['viewmyprofile'] = 'View my profile';

// profile categories $string['aboutme'] = 'About me'; $string['contact'] = 'Contact information'; $string['messaging'] = 'Messaging'; $string['general'] = 'General';

// profile fields $string['firstname'] = 'First Name'; $string['lastname'] = 'Last Name'; $string['fullname'] = 'Full Name'; $string['institution'] = 'School'; $string['studentid'] = 'Student ID'; $string['preferredname'] = 'Display Name'; $string['introduction'] = 'Introduction'; $string['email'] = 'Email Address'; $string['maildisabled'] = 'Email Disabled'; $string['officialwebsite'] = 'School Website Address'; $string['personalwebsite'] = 'Personal Website Address'; $string['blogaddress'] = 'Blog Address'; $string['address'] = 'Postal Address'; $string['town'] = 'City'; $string['city'] = 'State'; $string['country'] = 'Country'; $string['homenumber'] = 'Mother (Guardian) Phone'; $string['businessnumber'] = 'Father (Guardian) Phone'; $string['mobilenumber'] = 'Mobile Phone'; $string['faxnumber'] = 'Fax Number'; $string['icqnumber'] = 'ICQ Number'; $string['msnnumber'] = 'MSN Chat'; $string['aimscreenname'] = 'AIM Screen Name'; $string['yahoochat'] = 'Yahoo Chat'; $string['skypeusername'] = 'Skype Username'; $string['jabberusername'] = 'Jabber Username'; $string['occupation'] = 'Teacher'; $string['industry'] = 'Grade Level';

// Field names for view user and search user display $string['name'] = 'Name'; $string['principalemailaddress'] = 'Primary email'; $string['emailaddress'] = 'Alternative email';

$string['saveprofile'] = 'Save Profile'; $string['profilesaved'] = 'Profile saved successfully'; $string['profilefailedsaved'] = 'Profile saving failed';


$string['emailvalidation_subject'] = 'Email validation'; $string['emailvalidation_body'] = <<<EOF Hello %s,

You have added email address %s to your user account in Mahara. Please visit the link below to activate this address.

%s

If this email belongs to you but you have not requested adding it to your Mahara account, follow the link below to decline email activation.

%s EOF;

$string['validationemailwillbesent'] = 'a validation email will be sent when you save your profile'; $string['validationemailsent'] = 'a validation email has been sent'; $string['emailactivation'] = 'Email Activation'; $string['emailactivationsucceeded'] = 'Email Activation Successful'; $string['emailalreadyactivated'] = 'Email already activiated'; $string['emailactivationfailed'] = 'Email Activation Failed'; $string['emailactivationdeclined'] = 'Email Activation Declined Successfully'; $string['verificationlinkexpired'] = 'Verification link expired'; $string['invalidemailaddress'] = 'Invalid email address'; $string['unvalidatedemailalreadytaken'] = 'The e-mail address you are trying to validate is already taken'; $string['addbutton'] = 'Add';

$string['emailingfailed'] = 'Profile saved, but emails were not sent to: %s';

$string['loseyourchanges'] = 'Lose your changes?';

$string['Title'] = 'Title';

$string['Created'] = 'Created'; $string['Description'] = 'Description'; $string['Download'] = 'Download'; $string['lastmodified'] = 'Last Modified'; $string['Owner'] = 'Owner'; $string['Preview'] = 'Preview'; $string['Size'] = 'Size'; $string['Type'] = 'Type';

$string['profileinformation'] = 'Profile Information'; $string['profilepage'] = 'Profile Page'; $string['viewprofilepage'] = 'View profile page'; $string['viewallprofileinformation'] = 'View all profile information';