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

« back to all changes in this revision

Viewing changes to lang/vi_utf8/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 (2003111400)
 
3
 
 
4
 
 
5
$string['angry'] = 'Tức giận';
 
6
$string['approve'] = 'Đồng ý';
 
7
$string['biggrin'] = 'Cười lớn';
 
8
$string['blackeye'] = 'Mắt bị đánh thâm tím';
 
9
$string['blush'] = 'Cái liếc mắt';
 
10
$string['clown'] = 'anh hề';
 
11
$string['cool'] = 'Thờ ơ';
 
12
$string['dead'] = 'Chết';
 
13
$string['evil'] = 'Thảm hoạ';
 
14
$string['kiss'] = 'Hôn';
 
15
$string['mixed'] = 'Hỗn hợp';
 
16
$string['sad'] = 'Buồn';
 
17
$string['shy'] = 'E thẹn';
 
18
$string['sleepy'] = 'Buồn ngủ';
 
19
$string['smiley'] = 'Mỉm cười';
 
20
$string['surprise'] = 'Ngạc nhiên';
 
21
$string['thoughtful'] = 'Trầm ngâm';
 
22
$string['tongueout'] = 'Thè lưỡi';
 
23
$string['wideeyes'] = 'các mắt mở to';
 
24
$string['wink'] = 'nháy';
 
25
 
 
26
?>