~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/vn/edit_contact.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
Import upstream version 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?
 
2
/********************************************************
 
3
        lang/vn/edit_contact.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
********************************************************/
 
10
/*** Vietnamese support added by SnAKes (snx@ifrance.com) ***/
 
11
 
 
12
$ecStrings=array(
 
13
        0=>"Sửa",
 
14
        1=>"Thêm",
 
15
        2=>"Ðiạ chỉ",
 
16
        3=>"Tên",
 
17
        4=>"Email",
 
18
        5=>"Trang WEB",
 
19
        6=>"Nhóm",
 
20
        7=>"Chú thích",
 
21
        8=>"ÐT nhà ",
 
22
        9=>"ÐT sở",
 
23
        10=>"ÐT di động",
 
24
        11=>"Ðiạ chỉ",
 
25
        12=>"Email2",
 
26
        13=>"Xoá",
 
27
        14=>"Mới"
 
28
);
 
29
 
 
30
$errors=array(
 
31
        0=>"Không thể thêm địa chỉ: vấn đề \"database\"",
 
32
        1=>"Đã có địa chỉ này rồi",
 
33
        2=>"Click ",
 
34
        3=>"đây",
 
35
        4=>" để sửa phần này.",
 
36
        5=>"Không có họac không có quyền.",
 
37
        6=>"Bạn chắc chắn muốn xóa địa chỉ  \"",
 
38
        7=>"\"?"
 
39
);
 
40
?>