Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/vi.php')
-rw-r--r--apps/files_sharing/l10n/vi.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php
index 4566d3744de..e1a65f27515 100644
--- a/apps/files_sharing/l10n/vi.php
+++ b/apps/files_sharing/l10n/vi.php
@@ -1,11 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Shared by {owner}" => "Được chia sẽ bởi {owner}",
"Password" => "Mật khẩu",
-"%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",
-"Download" => "Tải về",
-"Upload" => "Tải lên",
-"Cancel upload" => "Hủy upload",
-"No preview available for" => "Không có xem trước cho"
+"shared by %s" => " Được chia sẻ bởi %s"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";