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

ms_MY.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d1e00c1b478b15bf3f9d3fc0bd6a284cdce7ad2 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Cancel" => "Batal",
"Shared by" => "Dikongsi dengan",
"Password" => "Kata laluan",
"Name" => "Nama",
"Download" => "Muat turun"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";