Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,5 +1,6 @@
<?php // $Id$
// currencies.php - created with Moodle 1.5.2 (2005060220)
<?PHP // $Id$
// currencies.php - created with Moodle 1.7 beta + (2006101003)
$string['AED'] = 'United Arab Emirates Dirham';
$string['AFA'] = 'Afghanistan Afghani';
@ -32,10 +33,10 @@ $string['CNY'] = 'Yuan (Chinese) Renminbi';
$string['COP'] = 'Colombian Peso';
$string['CRC'] = 'Costa Rican Colon';
$string['CSD'] = 'Serbian Dinar';
$string['CZK'] = 'Czech Koruna';
$string['CUP'] = 'Cuban Peso';
$string['CVE'] = 'Escudo Caboverdiano';
$string['CYP'] = 'Cyprus Pound';
$string['CZK'] = 'Czech Koruna';
$string['DJF'] = 'Djibouti Franc';
$string['DKK'] = 'Danish Krone';
$string['DOP'] = 'Dominican Peso';
@ -143,4 +144,4 @@ $string['ZAR'] = 'South African Rand';
$string['ZMK'] = 'Zambian Kwacha';
$string['ZWD'] = 'Zimbabwe Dollar';
?>
?>