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

ms_MY.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06d66083f9b16cc361bdee9673205f0a9c6f7e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Location" => "Lokasi",
"Region" => "Wilayah",
"Username" => "Nama pengguna",
"Password" => "Kata laluan",
"Share" => "Kongsi",
"URL" => "URL",
"Personal" => "Peribadi",
"Name" => "Nama",
"Delete" => "Padam"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";