Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/vi.php')
-rw-r--r--l10n/vi.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/vi.php b/l10n/vi.php
index 026d655f..22b1b805 100644
--- a/l10n/vi.php
+++ b/l10n/vi.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Dịch vụ web cá nhân của bạn. Mọi file, liên hệ, lịch của bạn và nhiều hơn thế trong 1 nơi duy nhất",
"Get the apps to sync your files" => "Nhận ứng dụng để đồng bộ file của bạn",
"Connect your Calendar" => "Kết nối tới lịch của bạn",
@@ -8,3 +9,4 @@
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Để có nhiều thông tin hơn vui lòng xem trong <a target=\"_blank\" href=\"%s\">tài liệu</a> và trên <a target=\"_blank\" href=\"http://owncloud.org\">website</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Nếu bạn thích ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">giới thiệu với bạn bè của bạn</a>!"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";