Blame view
sources/apps/user_ldap/l10n/ms_MY.php
325 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Deletion failed" => "Pemadaman gagal", |
|
31b7f2792
|
4 5 6 7 8 9 10 |
"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"
|
|
03e52840d
|
11 |
); |
|
31b7f2792
|
12 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |