server/apps/files_sharing/l10n/vi.php

13 lines
446 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2012-09-08 00:05:41 +00:00
"Password" => "Mật khẩu",
"Submit" => "Xác nhận",
2012-11-20 23:02:33 +00: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 00:05:41 +00:00
"Download" => "Tải về",
2013-06-30 00:13:07 +00:00
"Upload" => "Tải lên",
"Cancel upload" => "Hủy upload",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Không có xem trước cho"
2012-09-08 00:05:41 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";