Skip to content

Commit

Permalink
Merge branch 'MDL-17357-duplicate-strings' of git://github.com/mudrd8…
Browse files Browse the repository at this point in the history
…mz/moodle
  • Loading branch information
stronk7 committed Feb 7, 2011
2 parents 0032523 + d5b7f35 commit 20ba9a2
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
5 changes: 2 additions & 3 deletions enrol/authorize/lang/en/enrol_authorize.php
Expand Up @@ -197,7 +197,7 @@
{$a->url}'; {$a->url}';
$string['pendingorderssubject'] = 'WARNING: {$a->course}, {$a->pending} order(s) will expire within {$a->days} day(s).'; $string['pendingorderssubject'] = 'WARNING: {$a->course}, {$a->pending} order(s) will expire within {$a->days} day(s).';
$string['pluginname'] = 'Authorize.net'; $string['pluginname'] = 'Authorize.Net';
$string['reason11'] = 'A duplicate transaction has been submitted.'; $string['reason11'] = 'A duplicate transaction has been submitted.';
$string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.'; $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.';
$string['reason16'] = 'The transaction was not found.'; $string['reason16'] = 'The transaction was not found.';
Expand Down Expand Up @@ -254,14 +254,13 @@
{$a->profileurl}'; {$a->profileurl}';
$string['youcantdo'] = 'You can\'t do this action: {$a->action}'; $string['youcantdo'] = 'You can\'t do this action: {$a->action}';
$string['zipcode'] = 'Zip Code'; $string['zipcode'] = 'Zip Code';
$string['pluginname'] = 'Authorize';
$string['cost'] = 'Cost'; $string['cost'] = 'Cost';
$string['currency'] = 'Currency'; $string['currency'] = 'Currency';
$string['enrolperiod'] = 'Enrolment period'; $string['enrolperiod'] = 'Enrolment period';
$string['enrolstartdate'] = 'Start date'; $string['enrolstartdate'] = 'Start date';
$string['enrolenddate'] = 'End date'; $string['enrolenddate'] = 'End date';
$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date'; $string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
$string['status'] = 'Allow Autorize.net enrolments'; $string['status'] = 'Allow Autorize.Net enrolments';
$string['nocost'] = 'There is no cost associated with enrolling in this course via Authorize.Net!'; $string['nocost'] = 'There is no cost associated with enrolling in this course via Authorize.Net!';
$string['firstnameoncard'] = 'Firstname on card'; $string['firstnameoncard'] = 'Firstname on card';
$string['lastnameoncard'] = 'Lastname on card'; $string['lastnameoncard'] = 'Lastname on card';
Expand Down
1 change: 0 additions & 1 deletion lang/en/edufields.php
Expand Up @@ -107,7 +107,6 @@
$string['field1030305']='Materials Engineering'; $string['field1030305']='Materials Engineering';
$string['field1030307']='Food Processing Technology'; $string['field1030307']='Food Processing Technology';
$string['field1030399']='Process and Resources Engineering (Other)'; $string['field1030399']='Process and Resources Engineering (Other)';
$string['field1030399']='Process and Resources Engineering (Other)';
$string['field10305']='Automotive Engineering and Technology'; $string['field10305']='Automotive Engineering and Technology';
$string['field1030501']='Automotive Engineering'; $string['field1030501']='Automotive Engineering';
$string['field1030503']='Vehicle Mechanics'; $string['field1030503']='Vehicle Mechanics';
Expand Down
1 change: 0 additions & 1 deletion lang/en/grades.php
Expand Up @@ -555,7 +555,6 @@
$string['showcalculations_help'] = 'If enabled, when editing is turned on, a calculator icon is shown for each grade item and category, with tool tips over calculated items and a visual indicator that a column is calculated.'; $string['showcalculations_help'] = 'If enabled, when editing is turned on, a calculator icon is shown for each grade item and category, with tool tips over calculated items and a visual indicator that a column is calculated.';
$string['showeyecons'] = 'Show show/hide icons'; $string['showeyecons'] = 'Show show/hide icons';
$string['showeyecons_help'] = 'If enabled, when editing is turned on, a show/hide icon is shown for each grade for controlling its visibility to the student.'; $string['showeyecons_help'] = 'If enabled, when editing is turned on, a show/hide icon is shown for each grade for controlling its visibility to the student.';
$string['showfeedback'] = 'Show feedback';
$string['showgroups'] = 'Show groups'; $string['showgroups'] = 'Show groups';
$string['showhiddenitems'] = 'Show hidden items'; $string['showhiddenitems'] = 'Show hidden items';
$string['showhiddenitems_help'] = 'Whether hidden grade items are hidden entirely or if the names of hidden grade items are visible to students. $string['showhiddenitems_help'] = 'Whether hidden grade items are hidden entirely or if the names of hidden grade items are visible to students.
Expand Down
2 changes: 0 additions & 2 deletions lang/en/hub.php
Expand Up @@ -105,7 +105,6 @@
$string['forceunregisterconfirmation'] = 'Your site cannot reach {$a}. This hub could be temporarily down. Unless you are sure you want to continue to remove registration locally, please cancel and try again later.'; $string['forceunregisterconfirmation'] = 'Your site cannot reach {$a}. This hub could be temporarily down. Unless you are sure you want to continue to remove registration locally, please cancel and try again later.';
$string['geolocation'] = 'Geolocation'; $string['geolocation'] = 'Geolocation';
$string['geolocation_help'] = 'In future we may provide location-based searching. If you want to specify the location for your course use a latitude/longitude value here (eg: -31.947884,115.871285). One way to find this is to use Google Maps.'; $string['geolocation_help'] = 'In future we may provide location-based searching. If you want to specify the location for your course use a latitude/longitude value here (eg: -31.947884,115.871285). One way to find this is to use Google Maps.';
$string['siteemail'] = 'Email address';
$string['hub'] = 'Hub'; $string['hub'] = 'Hub';
$string['imageurl'] = 'Image URL'; $string['imageurl'] = 'Image URL';
$string['imageurl_help'] = 'This image will be displayed on the hub. This image must be available from the hub at any moment. The image should have a maximum size of {$a->width} X {$a->height}'; $string['imageurl_help'] = 'This image will be displayed on the hub. This image must be available from the hub at any moment. The image should have a maximum size of {$a->width} X {$a->height}';
Expand Down Expand Up @@ -241,7 +240,6 @@
$string['status'] = 'Hub listing'; $string['status'] = 'Hub listing';
$string['statuspublished'] = 'Listed'; $string['statuspublished'] = 'Listed';
$string['statusunpublished'] = 'Not listed'; $string['statusunpublished'] = 'Not listed';
$string['subject'] = 'Subject';
$string['tags'] = 'Tags'; $string['tags'] = 'Tags';
$string['tags_help'] = 'Tags help to further categorise your course and help it to be found. Please use simple, meaningful words and separate them with a comma. Example: math, algebra, geometry'; $string['tags_help'] = 'Tags help to further categorise your course and help it to be found. Please use simple, meaningful words and separate them with a comma. Example: math, algebra, geometry';
$string['trustme'] = 'Trust'; $string['trustme'] = 'Trust';
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/lang/en/feedback.php
Expand Up @@ -150,7 +150,6 @@
$string['items_are_required'] = 'Answers are required to starred questions.'; $string['items_are_required'] = 'Answers are required to starred questions.';
$string['label'] = 'Label'; $string['label'] = 'Label';
$string['line_values'] = 'Rating'; $string['line_values'] = 'Rating';
$string['mapcourse'] = 'Map course';
$string['mapcourseinfo'] = 'This is a site-wide feedback that is available to all courses using the feedback block. You can however limit the courses to which it will appear by mapping them. Search the course and map it to this feedback.'; $string['mapcourseinfo'] = 'This is a site-wide feedback that is available to all courses using the feedback block. You can however limit the courses to which it will appear by mapping them. Search the course and map it to this feedback.';
$string['mapcoursenone'] = 'No courses mapped. Feedback available to all courses'; $string['mapcoursenone'] = 'No courses mapped. Feedback available to all courses';
$string['mapcourse'] = 'Map feedback to courses'; $string['mapcourse'] = 'Map feedback to courses';
Expand Down
1 change: 0 additions & 1 deletion mod/resource/lang/en/resource.php
Expand Up @@ -82,6 +82,5 @@
$string['printintroexplain'] = 'Display resource description bellow content? Some display types may not display description even if enabled.'; $string['printintroexplain'] = 'Display resource description bellow content? Some display types may not display description even if enabled.';
$string['resourcecontent'] = 'Files and subfolders'; $string['resourcecontent'] = 'Files and subfolders';
$string['resource:exportresource'] = 'Export resource'; $string['resource:exportresource'] = 'Export resource';
$string['resource:view'] = 'View resource files';
$string['resource:view'] = 'View resource'; $string['resource:view'] = 'View resource';
$string['selectmainfile'] = 'Please select the main file by clicking the icon next to file name.'; $string['selectmainfile'] = 'Please select the main file by clicking the icon next to file name.';
1 change: 0 additions & 1 deletion mod/wiki/lang/en/wiki.php
Expand Up @@ -51,7 +51,6 @@
$string['editing'] = 'Editing wiki page'; $string['editing'] = 'Editing wiki page';
$string['editingcomment'] = 'Editing comment'; $string['editingcomment'] = 'Editing comment';
$string['editingpage'] = 'Editing this page \'{$a}\''; $string['editingpage'] = 'Editing this page \'{$a}\'';
$string['editblocks'] = 'Turn edit blocks on';
$string['filenotuploadederror'] = 'File \'{$a}\' could not be uploaded correctly.'; $string['filenotuploadederror'] = 'File \'{$a}\' could not be uploaded correctly.';
$string['filtername'] = 'Wiki auto-linking'; $string['filtername'] = 'Wiki auto-linking';
$string['firstpagetitle'] = 'First page name'; $string['firstpagetitle'] = 'First page name';
Expand Down
7 changes: 4 additions & 3 deletions theme/splash/lang/en/theme_splash.php
Expand Up @@ -24,15 +24,16 @@
*/ */




$string['choosereadme'] = '<div class="clearfix"><div class="theme_screenshot"><h2>Splash</h2><img src="splash/pix/screenshot.jpg" /><h3>Theme Discussion Forum:</h3><p><a href="http://moodle.org/mod/forum/view.php?id=46">http://moodle.org/mod/forum/view.php?id=46</a></p><h3>Theme Credits</h3><p><a href="http://docs.moodle.org/en/Theme_credits">http://docs.moodle.org/en/Theme_credits</a></p><h3>Theme Documentation:</h3><p><a href="http://docs.moodle.org/en/Themes">http://docs.moodle.org/en/Themes</a></p><h3>Report a bug:</h3><p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p></div><div class="theme_description"><h2>About</h2><p>Splash is a fluid-width, three-column theme for Moodle 2.0.<h2>Tweaks</h2><p>This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you want to modify this theme, we recommend that you first duplicate it then rename it before making your changes. This will prevent your customized theme from being overwritten by future Moodle upgrades, and you\'ll still have the original files if you make a mess. More information on modifying themes can be found in the <a href="http://docs.moodle.org/en/Theme">MoodleDocs</a>.</p><h2>Credits</h2> <p>This theme was coded and is maintained by Caroline Kennedy of Synergy Learning. She can be contacted by email at caroline.kennedy@synergy-learningw.com. </p><h2>License</h2><p>This, and all other themes included in the Moodle core, are licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>.</div></div>';$string['configtitle'] = 'Splash Theme Settings'; $string['choosereadme'] = '<div class="clearfix"><div class="theme_screenshot"><h2>Splash</h2><img src="splash/pix/screenshot.jpg" /><h3>Theme Discussion Forum:</h3><p><a href="http://moodle.org/mod/forum/view.php?id=46">http://moodle.org/mod/forum/view.php?id=46</a></p><h3>Theme Credits</h3><p><a href="http://docs.moodle.org/en/Theme_credits">http://docs.moodle.org/en/Theme_credits</a></p><h3>Theme Documentation:</h3><p><a href="http://docs.moodle.org/en/Themes">http://docs.moodle.org/en/Themes</a></p><h3>Report a bug:</h3><p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p></div><div class="theme_description"><h2>About</h2><p>Splash is a fluid-width, three-column theme for Moodle 2.0.<h2>Tweaks</h2><p>This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you want to modify this theme, we recommend that you first duplicate it then rename it before making your changes. This will prevent your customized theme from being overwritten by future Moodle upgrades, and you\'ll still have the original files if you make a mess. More information on modifying themes can be found in the <a href="http://docs.moodle.org/en/Theme">MoodleDocs</a>.</p><h2>Credits</h2> <p>This theme was coded and is maintained by Caroline Kennedy of Synergy Learning. She can be contacted by email at caroline.kennedy@synergy-learningw.com. </p><h2>License</h2><p>This, and all other themes included in the Moodle core, are licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>.</div></div>';
$string['configtitle'] = 'Splash Theme Settings';
$string['customcss'] = 'Custom CSS'; $string['customcss'] = 'Custom CSS';
$string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.'; $string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.';
$string['defaulttagline'] = 'Virtual learning center'; $string['defaulttagline'] = 'Virtual learning center';
$string['footnote'] = 'Footnote'; $string['footnote'] = 'Footnote';
$string['footnotedesc'] = 'The content from this textarea will be displayed in the footer of every page. E.g: your copyright info.'; $string['footnotedesc'] = 'The content from this textarea will be displayed in the footer of every page. E.g: your copyright info.';
$string['hide_tagline'] = 'Hide Tagline'; $string['hide_tagline'] = 'Hide Tagline';
$string['hide_taglinedesc'] = 'Check this box to hide the tagline under the logo.'; $string['hide_taglinedesc'] = 'Check this box to hide the tagline under the logo.';
$string['loginhere'] = "Login here!"; $string['loginhere'] = 'Login here!';
$string['logo'] = 'Logo'; $string['logo'] = 'Logo';
$string['logodesc'] = 'Enter the URL to an image to use as the logo for this site. E.g: http://www.yoursite.com/path/to/logo.png. The logo should be max 230px wide.'; $string['logodesc'] = 'Enter the URL to an image to use as the logo for this site. E.g: http://www.yoursite.com/path/to/logo.png. The logo should be max 230px wide.';
$string['pluginname'] = 'Splash'; $string['pluginname'] = 'Splash';
Expand All @@ -41,4 +42,4 @@
$string['tagline'] = 'Tagline'; $string['tagline'] = 'Tagline';
$string['taglinedesc'] = 'The content from this textarea will be displayed under the Site logo on the Homepage'; $string['taglinedesc'] = 'The content from this textarea will be displayed under the Site logo on the Homepage';
$string['usergreeting'] = 'Hi {$a}!'; $string['usergreeting'] = 'Hi {$a}!';
$string['welcome'] = 'Welcome, {$a}'; $string['welcome'] = 'Welcome, {$a}';

0 comments on commit 20ba9a2

Please sign in to comment.