From: moodler Date: Fri, 3 Sep 2004 08:12:26 +0000 (+0000) Subject: en_us now has these defaults: First name / Last name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1b9af8604374afeed73043bad745342dba2884a5;p=moodle.git en_us now has these defaults: First name / Last name en now has these defaults: First name / Surname And may the Code have mercy on my soul --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 617fde1829..c8158c176c 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -441,7 +441,7 @@ $string['filesfolders'] = 'Files/folders'; $string['filloutallfields'] = 'Please fill out all fields in this form'; $string['findmorecourses'] = 'Find more courses...'; $string['firstdayofweek'] = '0'; -$string['firstname'] = 'Given name'; +$string['firstname'] = 'First name'; $string['firsttime'] = 'Is this your first time here?'; $string['followingoptional'] = 'The following items are optional'; $string['followingrequired'] = 'The following items are required'; diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index e1be862379..681b7b6544 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -320,7 +320,7 @@ $string['files'] = 'Files'; $string['filesfolders'] = 'Files/folders'; $string['filloutallfields'] = 'Please fill out all fields in this form'; $string['findmorecourses'] = 'Find more courses...'; -$string['firstname'] = 'Given name'; +$string['firstname'] = 'First name'; $string['firsttime'] = 'Is this your first time here?'; $string['followingoptional'] = 'The following items are optional'; $string['followingrequired'] = 'The following items are required'; @@ -416,7 +416,7 @@ $string['languagegood'] = 'This language pack is up-to-date! :-)'; $string['lastaccess'] = 'Last access'; $string['lastedited'] = 'Last edited'; $string['lastmodified'] = 'Last modified'; -$string['lastname'] = 'Surname'; +$string['lastname'] = 'Last name'; $string['latestlanguagepack'] = 'Check for latest language pack on moodle.org'; $string['latestnews'] = 'Latest news'; $string['leavetokeep'] = 'Leave blank to keep current password';