nextcloud/apps/files_sharing/l10n/vi.php

12 lines
419 B
PHP
Raw Normal View History

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