diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-08-21 09:44:27 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-08-21 09:44:27 +0200 |
commit | eef9eb1146cf9903e58743291ca27c68340aea2c (patch) | |
tree | 3fe3b2875f7a81715dbacbb592e0d602d2b79ff3 /program/localization/ms_MY | |
parent | bcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 (diff) |
Synchronized localization files from Transifex
Diffstat (limited to 'program/localization/ms_MY')
-rw-r--r-- | program/localization/ms_MY/messages.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/program/localization/ms_MY/messages.inc b/program/localization/ms_MY/messages.inc index 72d2e3075..50f10af13 100644 --- a/program/localization/ms_MY/messages.inc +++ b/program/localization/ms_MY/messages.inc @@ -101,13 +101,16 @@ $messages['converting'] = 'Singkir format dari mesej...'; $messages['messageopenerror'] = 'Tidak boleh muat mesej dari server'; $messages['fileuploaderror'] = 'Muatnaik fail gagal'; $messages['filesizeerror'] = 'Fail yang dimuatnaik melampaui saiz maksima $size'; -$messages['copysuccess'] = 'Berjaya salin alamat-alamat $nr'; -$messages['copyerror'] = 'Tidak boleh salin apa-apa alamat'; +$messages['copysuccess'] = 'Successfully copied $nr contacts.'; +$messages['movesuccess'] = 'Successfully moved $nr contacts.'; +$messages['copyerror'] = 'Could not copy any contacts.'; +$messages['moveerror'] = 'Could not move any contacts.'; $messages['sourceisreadonly'] = 'Sumber alamat ini adalah untuk bacaan sahaja'; $messages['errorsavingcontact'] = 'Tidak boleh simmpan alamat kontek'; $messages['movingmessage'] = 'Memindah mesej...'; $messages['copyingmessage'] = 'Copying message(s)...'; $messages['copyingcontact'] = 'Copying contact(s)...'; +$messages['movingcontact'] = 'Moving contact(s)...'; $messages['deletingmessage'] = 'Deleting message(s)...'; $messages['markingmessage'] = 'Marking message(s)...'; $messages['addingmember'] = 'Adding contact(s) to the group...'; @@ -126,6 +129,8 @@ $messages['importwait'] = 'Importing, please wait...'; $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.'; $messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>'; $messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries</b>'; +$messages['importmessagesuccess'] = 'Successfully imported $nr messages'; +$messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file'; $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity.'; $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; |