diff options
Diffstat (limited to 'program/localization/si_LK')
-rw-r--r-- | program/localization/si_LK/messages.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/program/localization/si_LK/messages.inc b/program/localization/si_LK/messages.inc index c3828bc64..dd020b928 100644 --- a/program/localization/si_LK/messages.inc +++ b/program/localization/si_LK/messages.inc @@ -101,13 +101,16 @@ $messages['converting'] = 'පනිවුඩයෙන් ආකෘතීකර $messages['messageopenerror'] = 'පනිවුඩය පූරනය කිරීමට නොහැක'; $messages['fileuploaderror'] = 'ගොනුව ඇතුලත් කිරීමට නොහැක'; $messages['filesizeerror'] = 'ඇතුලත් කල ගොනුවෙ ප්රමාණය උපරිම අගය $size ඉක්මවා ඇත'; -$messages['copysuccess'] = '$nr ලිපිනය සාර්ථකව පිටපත් කරන ලදී'; -$messages['copyerror'] = 'Could not copy any addresses.'; +$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'] = 'මෙම ලිපින මූලාශ්රය කියවීම සඳහා පමනි'; $messages['errorsavingcontact'] = 'ලිපිනය තැන්පත් කීරීමට නොහැක'; $messages['movingmessage'] = 'පණිවිඩ(ය) ගෙනයමින්...'; $messages['copyingmessage'] = 'පණිවිඩ(ය) පිටපත් කරමින්...'; $messages['copyingcontact'] = 'Copying contact(s)...'; +$messages['movingcontact'] = 'Moving contact(s)...'; $messages['deletingmessage'] = 'පණිවිඩ(ය) මකා දමමින්...'; $messages['markingmessage'] = 'පණිවිඩ(ය) සලකුණු කරමින්...'; $messages['addingmember'] = 'Adding contact(s) to the group...'; @@ -126,6 +129,8 @@ $messages['importwait'] = 'ආනයනය කරමින්, කරුණා $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?'; |