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

ms_MY.php « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90bf1b06b2762b3e32a8a5611dee18e5a3869a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Pemadaman gagal",
"Error" => "Ralat",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "Simpan",
"Help" => "Bantuan",
"Password" => "Kata laluan",
"Back" => "Kembali",
"Advanced" => "Maju"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";