1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/si_LK.php

118 lines
9.6 KiB
PHP
Raw Normal View History

2012-10-18 02:09:11 +02:00
<?php $TRANSLATIONS = array(
2012-11-01 00:03:46 +01:00
"Error (de)activating addressbook." => "ලිපි ලැයිස්තුව (අ)ක්‍රිය කිරීමේ දෝෂයක්",
2012-10-18 22:59:03 +02:00
"id is not set." => "අංකය සකසා නැත.",
2012-11-01 00:03:46 +01:00
"Cannot update addressbook with an empty name." => "නමක් නොමැතිව ලිපි ලැයිස්තුව යාවත්කාලීන කළ නොහැක",
2012-10-18 22:59:03 +02:00
"No ID provided" => "ID සපයා නැත",
"No categories selected for deletion." => "මකා දැමීම සඳහා ප්‍රවර්ගයන් තෝරා නොමැත.",
"No address books found." => "ලිපින පොත් හමු නොවිනි",
"No contacts found." => "සබඳතා හමු නොවිනි",
2012-11-03 00:02:23 +01:00
"element name is not set." => "අවයවය සඳහා නමක් දමා නැත",
2012-10-18 22:59:03 +02:00
"Information about vCard is incorrect. Please reload the page." => "vCard පිළිබඳ තොරතුරු අසත්‍යයි. කරුණාකර පිටුව නැවත බාගත කරන්න.",
2012-11-03 00:02:23 +01:00
"Something went FUBAR. " => "යම් කිසිවක් FUBAR විය",
2012-10-18 22:59:03 +02:00
"No contact ID was submitted." => "සබඳතා අංකය සපයා නැත.",
"Error reading contact photo." => "හඳුනාගැනීමේ ඡායාරූපය කියවීම දෝෂ සහිතයි.",
"Error saving temporary file." => "තාවකාලික ගොනුව සුරැකීම දෝෂ සහිතයි.",
2012-11-03 00:02:23 +01:00
"The loading photo is not valid." => "පූරණය වන රූපය වලංගු නැත",
2012-10-18 22:59:03 +02:00
"Contact ID is missing." => "සබඳතා හැඳිනුම් අංකය නොමැත.",
2012-10-27 00:03:27 +02:00
"File doesn't exist:" => "ගොනුව නොපවතී",
2012-10-18 22:59:03 +02:00
"Error loading image." => "රූපය පූරණය දෝෂ සහිතයි.",
2012-11-03 00:02:23 +01:00
"Error getting contact object." => "සම්බන්ධතා වස්තුව ගෙන ඒමේදී දෝෂයක්",
"Error saving contact." => "සම්බන්ධතාව සුරැකිමේදී දෝෂයක්",
"Error creating temporary image" => "තාවකාලික ඡායාරූපයක් තැනීමේ දෝෂයක්",
"Error finding image: " => "ඡායාරූපය සොයාගැනීමේ දෝෂයක්",
2012-11-01 00:03:46 +01:00
"Error uploading contacts to storage." => "ගබඩාවට පුද්ගල විස්තර උඩුගත කිරීමේ දෝෂයක්",
"There is no error, the file uploaded with success" => "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "php.ini හි upload_max_filesize නියමයට වඩා ගොනුව විශාලය",
2012-11-03 00:02:23 +01:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය",
2012-11-01 00:03:46 +01:00
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
"No file was uploaded" => "ගොනුවක් උඩුගත නොවුණි",
"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්",
2012-11-03 00:02:23 +01:00
"Couldn't save temporary image: " => "තාවකාලික රූපය සුරැකීමට නොහැකි විය",
"No file was uploaded. Unknown error" => "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්",
2012-10-18 22:59:03 +02:00
"Contacts" => "සබඳතා",
2012-12-08 00:08:12 +01:00
"Error" => "දෝෂයක්",
2012-12-09 00:09:39 +01:00
"Importing..." => "ආයාත කරමින් පවති...",
"Upload Error" => "උඩුගත කිරීමේ දෝෂයක්",
2012-11-03 00:02:23 +01:00
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනුව, සේවාදායකයාට උඩුගත කළ හැකි උපරිම ගොනු විශාලත්වයට වඩා වැඩිය",
2012-12-09 00:09:39 +01:00
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය",
2012-12-08 00:08:12 +01:00
"No files selected for upload." => "උඩුගත කිරීමට ගොනු තෝරා නැත",
2012-11-25 00:02:56 +01:00
"Enter name" => "නම දෙන්න",
"Enter description" => "විස්තරය දෙන්න",
2012-11-03 00:02:23 +01:00
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "සමහර සම්බන්ධතා මකන ලෙස ලකුණු කොට ඇත. කරුණාකර ඒවා මැකෙන තෙක් සිටින්න",
"Result: " => "ප්‍රතිඵලය:",
" imported, " => "ආයාත කරන ලදී,",
" failed." => "අසාර්ථකයි",
"Displayname cannot be empty." => "පෙන්වන නම හිස්ව තිබිය නොහැක",
2012-10-18 22:59:03 +02:00
"Download" => "බාගත කිරීම",
"Edit" => "සකසන්න",
"Delete" => "මකන්න",
"Cancel" => "එපා",
2012-11-03 00:02:23 +01:00
"More..." => "තවත්...",
"Less..." => "අඩුවෙන්...",
"You do not have the permissions to update this addressbook." => "මෙම ලිපින පොත යාවත්කාලීන කිරීමට ඔබට අවසර නැත",
"There was an error updating the addressbook." => "මෙම ලිපින පොත යාවත්කාලීන කිරීමේදී දෝෂයක් ඇති විය",
"You do not have the permissions to delete this addressbook." => "මෙම ලිපින පොත මැකීමට ඔබට අවසර නැත",
"There was an error deleting this addressbook." => "මෙම ලිපින පොත මැකීමේදී දෝෂයක් ඇති විය",
2012-10-18 02:09:11 +02:00
"Work" => "රාජකාරී",
2012-10-18 22:59:03 +02:00
"Home" => "නිවස",
2012-11-03 00:02:23 +01:00
"Other" => "වෙනත්",
2012-10-18 02:09:11 +02:00
"Mobile" => "ජංගම",
2012-10-18 22:59:03 +02:00
"Text" => "පෙළ",
"Voice" => "හඬ",
2012-10-27 00:03:27 +02:00
"Message" => "පණිවිඩය",
2012-10-18 02:09:11 +02:00
"Fax" => "ෆැක්ස්",
2012-10-18 22:59:03 +02:00
"Video" => "වීඩියෝව",
"Pager" => "පේජරය",
2012-10-27 00:03:27 +02:00
"Internet" => "අන්තර්ජාලය",
"{name}'s Birthday" => "{name}ගේ උපන්දිනය",
2012-10-18 22:59:03 +02:00
"Contact" => "සබඳතාව",
2012-11-03 00:02:23 +01:00
"You do not have the permissions to add contacts to this addressbook." => "මෙම ලිපින පොතට අලුත් සම්බන්ධතා එක් කිරීමට ඔබට අවසර නැත",
"You do not have the permissions to edit this contact." => "මෙම සම්බන්ධතාව සංස්කරණය කිරීමට ඔබට අවසර නැත",
"You do not have the permissions to delete this contact." => "මෙම සම්බන්ධතාව මැකීමට ඔබට අවසර නැත",
"There was an error deleting this contact." => "මෙම සම්බන්ධතාව මැකීමේදී දෝෂයක් ඇති විය",
"Settings" => "සිටුවම්",
2012-12-09 00:09:39 +01:00
"OK" => "හරි",
2013-03-15 00:04:29 +01:00
"Import" => "ආයාත කරන්න",
2012-11-25 00:02:56 +01:00
"Groups" => "කණ්ඩායම්",
2012-11-03 00:02:23 +01:00
"Close" => "වසන්න",
"Next addressbook" => "මෙයට පසු ලිපින පොත",
"Previous addressbook" => "මෙයට පෙර ලිපින පොත",
2012-11-25 00:02:56 +01:00
"Add contact" => "සම්බන්ධතාවක් එකතු කරන්න",
2012-11-01 00:03:46 +01:00
"Delete current photo" => "වර්තමාන ඡායාරූපය මකන්න",
"Edit current photo" => "වර්තමාන ඡායාරූපය සංස්කරණය කරන්න",
"Upload new photo" => "නව ඡායාරූපයක් උඩුගත කරන්න",
2012-11-25 00:02:56 +01:00
"Additional names" => "වෙනත් නම්",
2012-10-27 00:03:27 +02:00
"Nickname" => "පටබැඳි නම",
2012-12-11 00:03:50 +01:00
"Enter nickname" => "පටබැඳි නම ඇතුලත් කරන්න",
2012-11-26 00:03:41 +01:00
"Title" => "මාතෘකාව",
2012-11-25 00:02:56 +01:00
"Organization" => "ආයතනය",
2012-11-15 00:03:39 +01:00
"Birthday" => "උපන් දිනය",
2012-11-26 00:03:41 +01:00
"Add" => "එකතු කරන්න",
2012-11-25 00:02:56 +01:00
"Phone" => "දුරකථන",
"Email" => "ඉ-තැපැල්",
"Address" => "ලිපිනය",
"Note" => "නෝට්ටුවක්",
"Web site" => "වෙබ් අඩවිය",
2012-12-12 00:10:33 +01:00
"Delete contact" => "සබඳතාව මකන්න",
2012-10-18 22:59:03 +02:00
"Preferred" => "රුචි",
2012-11-01 00:03:46 +01:00
"Please specify a valid email address." => "වලංගු විද්‍යුත් තැපැල් ලිපිනයක් ලබා දෙන්න",
"Mail to address" => "තැපැල් එවිය යුතු ලිපිනය",
"Delete email address" => "විද්‍යුත් තැපැල් ලිපිනය මකන්න",
"Enter phone number" => "දුරකථන අංකයක් දෙන්න",
"Delete phone number" => "දුරකථන අංකය මකන්න",
2012-11-25 00:02:56 +01:00
"Go to web site" => "වෙබ් අඩවියට යන්න",
2012-11-01 00:03:46 +01:00
"View on map" => "සිතියමේ පෙන්වන්න",
2012-12-11 00:03:50 +01:00
"City" => "නගරය",
"Country" => "රට",
2012-12-08 00:08:12 +01:00
"Share" => "බෙදා හදා ගන්න",
"Export" => "නිර්යාත කරන්න",
2012-11-03 00:02:23 +01:00
"more info" => "තව විස්තර",
2012-11-16 00:04:07 +01:00
"Primary address (Kontact et al)" => "ප්‍රාථමික ලිපිනය(හැම විටම සම්බන්ධ කරගත හැක)",
2012-11-03 00:02:23 +01:00
"iOS/OS X" => "iOS/OS X",
2012-10-18 22:59:03 +02:00
"Addressbooks" => "ලිපින පොත්",
"New Address Book" => "නව ලිපින පොතක් ",
2012-11-03 00:02:23 +01:00
"Name" => "නම",
"Description" => "විස්තරය",
2012-10-18 02:09:11 +02:00
"Save" => "සුරකින්න"
);