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: e1a65f27515f5ed511f606f44391f811cc8a3408 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Được chia sẽ bởi {owner}",
"Password" => "Mật khẩu",
"shared by %s" => " Được chia sẻ bởi %s"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";