diff options
Diffstat (limited to 'apps/files_external/l10n/vi.php')
-rw-r--r-- | apps/files_external/l10n/vi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/vi.php b/apps/files_external/l10n/vi.php index 769f9e2a097..da8ac419cda 100644 --- a/apps/files_external/l10n/vi.php +++ b/apps/files_external/l10n/vi.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Access granted" => "Đã cấp quyền truy cập", "Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ", "Grant access" => "Cấp quyền truy cập", @@ -24,3 +25,4 @@ "SSL root certificates" => "Chứng chỉ SSL root", "Import Root Certificate" => "Nhập Root Certificate" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |