diff options
Diffstat (limited to 'settings/l10n/vi.php')
-rw-r--r-- | settings/l10n/vi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php index 1c929746a3f..4607229b4d9 100644 --- a/settings/l10n/vi.php +++ b/settings/l10n/vi.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Không thể tải danh sách ứng dụng từ App Store", "Authentication error" => "Lỗi xác thực", "Unable to change display name" => "Không thể thay đổi tên hiển thị", @@ -86,3 +87,4 @@ "set new password" => "đặt mật khẩu mới", "Default" => "Mặc định" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |