mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -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';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue