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

vi.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00e8e094c367ded734e2e3b9c352e6f78e678e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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",
"%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn",
"Download" => "Tải về",
"Upload" => "Tải lên",
"Cancel upload" => "Hủy upload",
"No preview available for" => "Không có xem trước cho"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";