diff options
Diffstat (limited to 'core/l10n/vi.php')
-rw-r--r-- | core/l10n/vi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/vi.php b/core/l10n/vi.php index 0ea7dd3a642..5ba902c3554 100644 --- a/core/l10n/vi.php +++ b/core/l10n/vi.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Category type not provided." => "Kiểu hạng mục không được cung cấp.", "No category to add?" => "Không có danh mục được thêm?", "This category already exists: %s" => "Danh mục này đã tồn tại: %s", @@ -131,3 +132,4 @@ "next" => "Kế tiếp", "Updating ownCloud to version %s, this may take a while." => "Cập nhật ownCloud lên phiên bản %s, có thể sẽ mất thời gian" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |