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: 4566d3744de956b59ff78dad4ab5433a4f49419a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Password" => "Mật khẩu",
"%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;";