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

ms_MY.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de2fd77c0c4b9298ba79c86e20ffe169be805ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Save" => "Simpan",
"Search" => "Cari",
"Close" => "Tutup",
"Next" => "Seterus",
"Clear" => "Kosongkan",
"Saving..." => "Simpan...",
"Failed to save file" => "Gagal menyimpan fail",
"An error occurred!" => "Ralat berlaku",
"There were unsaved changes, click here to go back" => "Terdapat perubahan belum disimpan, klik sini untuk kembali"
);