~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/zh_cn/pix.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id$ 
2
 
      // pix.php - created with Moodle 1.2 development (2003120700)
3
 
 
4
 
 
5
 
$string['angry'] = '����';
6
 
$string['approve'] = '����';
7
 
$string['biggrin'] = '��Ц';
8
 
$string['blackeye'] = '���۾�';
9
 
$string['blush'] = '����';
10
 
$string['clown'] = '�޴�';
11
 
$string['cool'] = '��';
12
 
$string['dead'] = '����';
13
 
$string['evil'] = '����';
14
 
$string['kiss'] = '��';
15
 
$string['mixed'] = '����';
16
 
$string['sad'] = '����';
17
 
$string['shy'] = '����';
18
 
$string['sleepy'] = '����';
19
 
$string['smiley'] = '΢Ц';
20
 
$string['surprise'] = '����';
21
 
$string['thoughtful'] = '��˼';
22
 
$string['tongueout'] = '����ͷ';
23
 
$string['wideeyes'] = '���۾�';
24
 
$string['wink'] = 'գ��';
25
 
 
26
 
?>
 
1
<?PHP // $Id$
 
2
 
 
3
 
 
4
 
 
5
$string['angry'] = '����';
 
6
$string['approve'] = '����';
 
7
$string['biggrin'] = '��Ц';
 
8
$string['blackeye'] = '���۾�';
 
9
$string['blush'] = '����';
 
10
$string['clown'] = '�޴�';
 
11
$string['cool'] = '��';
 
12
$string['dead'] = '����';
 
13
$string['evil'] = '����';
 
14
$string['kiss'] = '��';
 
15
$string['mixed'] = '����';
 
16
$string['sad'] = '����';
 
17
$string['shy'] = '����';
 
18
$string['sleepy'] = '����';
 
19
$string['smiley'] = '΢Ц';
 
20
$string['surprise'] = '����';
 
21
$string['thoughtful'] = '��˼';
 
22
$string['tongueout'] = '����ͷ';
 
23
$string['wideeyes'] = '���۾�';
 
24
$string['wink'] = 'գ��';
 
25
?>