diff options
Diffstat (limited to 'apps/files_sharing/l10n/vi.php')
-rw-r--r-- | apps/files_sharing/l10n/vi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index d75fb1dc53f..00e8e094c36 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Mật khẩu", "Submit" => "Xác nhận", "%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn", @@ -8,3 +9,4 @@ "Cancel upload" => "Hủy upload", "No preview available for" => "Không có xem trước cho" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |