diff options
Diffstat (limited to 'apps/files_sharing/l10n/vi.php')
-rw-r--r-- | apps/files_sharing/l10n/vi.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index f0d2b006bb3..1db740c0234 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Được chia sẽ bởi {owner}", -"Password" => "Mật khẩu" +"Password" => "Mật khẩu", +"Download" => "Tải về" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |