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: d7eeebd9a1086ac752d156b2fc41d5d52afd27eb (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Cancel" => "Hủy",
"Shared by" => "Chia sẻ bởi",
"Password" => "Mật khẩu",
"Name" => "Tên",
"Download" => "Tải về"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";