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

ms_MY.php « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e8a75977bb7235207fd0a68586cb3f342845e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Bookmarks" => "Tanda",
"Warning" => "Amaran",
"Close" => "Tutup",
"Save" => "Simpan",
"Delete" => "Padam",
"Edit" => "Sunting",
"Cancel" => "Batal",
"Address" => "Alamat",
"Add" => "Tambah",
"Settings" => "Tetapan",
"Export" => "Export",
"Import" => "Import"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";