From 60527660ee5e78df7ac4ee8e37a8ba6fdab22128 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 24 Jun 2010 09:55:14 -0400 Subject: [PATCH] - Update TinyMCE translations --- program/js/tiny_mce/langs/ms.js | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/program/js/tiny_mce/langs/ms.js b/program/js/tiny_mce/langs/ms.js index 5472933..1ef0b64 100755 --- a/program/js/tiny_mce/langs/ms.js +++ b/program/js/tiny_mce/langs/ms.js @@ -90,7 +90,9 @@ paste:{ paste_text_desc:"Tempel sebagai teks", paste_word_desc:"Tempel dari Word", -selectall_desc:"Pilih semua" +selectall_desc:"Pilih semua", +plaintext_mode_sticky:"Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.", +plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode." }, paste_dlg:{ text_title:"Guna CTRL+V pada papan kekunci anda untuk Tempel teks ke dalam tetingkap.", @@ -120,7 +122,9 @@ cell:"Sel" }, autosave:{ -unload_msg:"Pertukaran akan terbatal sekiranya anda meninggalkan halaman ini." +unload_msg:"Pertukaran akan terbatal sekiranya anda meninggalkan halaman ini.", +restore_content:"Restore auto-saved content.", +warning_message:"If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?." }, fullscreen:{ desc:"Alih mod skrin penuh" @@ -151,4 +155,16 @@ }, pagebreak:{ desc:"Masukkan penghenti-halaman." +}, +advlist:{ +types:"Types", +def:"Default", +lower_alpha:"Lower alpha", +lower_greek:"Lower greek", +lower_roman:"Lower roman", +upper_alpha:"Upper alpha", +upper_roman:"Upper roman", +circle:"Circle", +disc:"Disc", +square:"Square" }}}); \ No newline at end of file -- Gitblit v1.9.1