2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2012-09-08 04:05:41 +04:00
|
|
|
"Password" => "Mật khẩu",
|
|
|
|
"Submit" => "Xác nhận",
|
2012-11-21 03:02:33 +04:00
|
|
|
"%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn",
|
|
|
|
"%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn",
|
2012-09-08 04:05:41 +04:00
|
|
|
"Download" => "Tải về",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "Tải lên",
|
|
|
|
"Cancel upload" => "Hủy upload",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Không có xem trước cho"
|
2012-09-08 04:05:41 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|