Actions

Primary-profile-en-utf8: Difference between revisions

From Mahara Wiki

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
* File Location: $MAHARADIR/artefact/internal/lang/en.utf8
* File Location: $MAHARADIR/artefact/internal/lang/en.utf8
* File Name: artefact.internal.php
* File Name: artefact.internal.php
* Parent category: [[Primary school/lang]]


==artefact.internal.php==
==artefact.internal.php==


<code>
<pre>
<?php
<?php
/**
/**
  * Mahara: Electronic portfolio, weblog, resume builder and social networking
  * Mahara: Electronic portfolio, weblog, resume builder and social networking
  * Copyright (C) 2006-2009 Catalyst IT Ltd and others; see:
  * Copyright (C) 2006-2009 Catalyst IT Ltd and others; see:
Line 36: Line 37:
  */
  */


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


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


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


$string['mandatory'] = 'Mandatory';
$string['mandatory'] = 'Mandatory';
$string['public'] = 'Public';
$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['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['infoisprivate'] = 'This information is private until you include it in a page that is shared with others.';
$string['viewmyprofile'] = 'View my profile';
$string['viewmyprofile'] = 'View my profile';


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


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


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


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




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


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


%s
%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.
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
%s
EOF;
EOF;


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


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


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


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


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


$string['profileinformation'] = 'Profile Information';
$string['profileinformation'] = 'Profile Information';
$string['profilepage'] = 'Profile Page';
$string['profilepage'] = 'Profile Page';
$string['viewprofilepage'] = 'View profile page';
$string['viewprofilepage'] = 'View profile page';
$string['viewallprofileinformation'] = 'View all profile information';
$string['viewallprofileinformation'] = 'View all profile information';
</code>
</pre>


[[category:primary school]]
[[category:primary school]]

Latest revision as of 05:50, 26 September 2011

Description

This is the language file for the profile GUI screens.

  • File Location: $MAHARADIR/artefact/internal/lang/en.utf8
  • File Name: artefact.internal.php
  • Parent category: Primary school/lang

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';