Blame view
sources/apps/documents/l10n/id.php
339 Bytes
|
923852aa1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Close" => "Tutup", "Share" => "Bagikan", "Cancel" => "Batal", "Create" => "Buat", "Delete" => "Hapus", "Family" => "Keluarga", "Loading" => "Memuat", "OK" => "Oke", "Open" => "Buka", "Options" => "Opsi", "Save" => "Simpan", "Size" => "Ukuran", "Text" => "Teks", "Upload" => "Unggah", "Password" => "Sandi" ); |