source: extensions/autoupdate/trunk/language/vi_VN/plugin.lang.php @ 10028

Last change on this file since 10028 was 10028, checked in by patdenice, 13 years ago

Display missing extension before major upgrade

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Click vào đây để nâng cấp tự dộng';
4$lang['autoupdate_alert'] = 'Bạn có chắc là muốn nâng cấp tự động piwigo? Cảnh báo! Những tập tin đã được hiệu chỉnh bởi người dùng có thể bị ghi đè.';
5$lang['autoupdate_success'] = 'Piwigo đã được nâng cấp thành công (phiên bản %s)';
6$lang['autoupdate_fail'] = 'Có một lỗi xuất hiện trong quá trình nâng cấp.';
7
8$lang['autoupdate_extract_fail'] = 'Có một lỗi xuất hiện trong quá trình trích xuất tệp tin. Vui lòng kiểm tra quyền hiệu chỉnh tệp tin gói cài đặt Piwigo của bạn.<br><a href="%s">Click vào đây để xem lỗi.</a>.';
9
10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo không thể nhận được tệp tin nâng cấp từ  máy chủ';
11$lang['Click here to see Piwigo %s release notes'] = 'Click vào đây để xem xem những ghi chú phát hành của phiên bản Piwigo %s';
12$lang['Unable to check upgrades...'] = 'Không thể kiểm tra bản nâng cấp...';
13$lang['Click here to check upgrades now'] = 'Click vào đây đểm kiểm tra bản nâng cấp ngay';
14
15$lang['Notify on admin homepage'] = 'Thông báo trên trang của admin';
16$lang['Don\'t notify on admin homepage'] = 'Không thông báo trên trang của admin';
17
18$lang['Upgrade in progress... Please wait.'] = 'Quá trình nâng cấp đang tiến hành... Vui lòng đợi.';
19$lang['Checking upgrades for gallery and plugins...'] = 'Kiểm tra bản nâng cấp cho thư viện hình và các plugins...';
20
21$lang['Upgrade to Piwigo %s'] = 'Nâng cấp Piwigo lên phiên bản %s';
22$lang['Two upgrades are available'] = 'Có hai bản nâng cấp có thể sử dụng được';
23$lang['This is a minor upgrade, with only bug corrections.'] = 'Đây là bản nâng cấp không quan trọng, chỉ dùng để sửa lỗi nhỏ.';
24$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'Đây là bản nâng cấp chính, với <a href="%s">những nét mới hấp dẫn.</a>.';
25$lang['Some themes and plugins may be not available yet.'] = 'Một số themes và plugins có thể chưa dùng được.';
26$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Bạn có thể nâng cấp trực tiếp lên phiên bản Piwigo %s, mà không cần phải nâng cấp từ phiên bản %s (khuyến cáo).';
27$lang['First Step'] = 'Bước thứ nhất';
28$lang['Second Step'] = 'Bước thứ 2';
29$lang['Third Step'] = 'Bước thứ 3';
30$lang['Save Template Directory'] = 'Lưu lại template của thư mục';
31$lang['Dump Database'] = 'Tạo bản sao cơ sở dữ liệu';
32$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Bao gồm dữ liệu lược sử (Cảnh báo: Giới hạn bộ nhớ của máy chủ có thể bị vượt quá mức.)';
33$lang['Unable to write new local directory.'] = 'Không thể viết lên thư mục cục bộ mới.';
34$lang['Unable to send template directory.'] = 'Không thể gởi template của thư mục.';
35$lang['Unable to dump database.'] = 'Không thể tạo bản sao cơ sở dữ liệu.';
36
37/*TODO*/$lang['autoupdate_ignore'] = 'Ignore this update';
38/*TODO*/$lang['autoupdate_reset_ignore'] = 'Reset ignored updates';
39/*TODO*/$lang['autoupdate_update_all'] = 'All update';
40/*TODO*/$lang['ERROR'] = 'ERROR';
41/*TODO*/$lang['Upgrade Complete'] = 'Upgrade Complete';
42/*TODO*/$lang['Piwigo Upgrade'] = 'Piwigo Upgrade';
43/*TODO*/$lang['Extensions Upgrade'] = 'Extensions Upgrade';
44
45/*TODO*/$lang['Some upgrades are available for extensions'] = 'Some upgrades are available for extensions';
46/*TODO*/$lang['Click here to see upgrades'] = 'Click here to see upgrades';
47/*TODO*/$lang['Gallery and extensions are up to date'] = 'Gallery and extensions are up to date';
48/*TODO*/$lang['All extensions are up to date.'] = 'All extensions are up to date.';
49/*TODO*/$lang['Update in progress...'] = 'Update in progress...';
50/*TODO*/$lang['Following plugins may not be compatible with the new version of Piwigo:'] = 'Following plugins may not be compatible with the new version of Piwigo:';
51/*TODO*/$lang['Following themes may not be compatible with the new version of Piwigo:'] = 'Following themes may not be compatible with the new version of Piwigo:';
52/*TODO*/$lang['I decide to upgrade anyway'] = 'I decide to upgrade anyway';
53?>
Note: See TracBrowser for help on using the repository browser.