mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-04 15:24:35 +01:00
Merge branch 'master' into filesystem
This commit is contained in:
commit
4f2fe3282b
@ -1204,6 +1204,8 @@ OC.Contacts={
|
||||
adrtxt = adrtxt + '<li>' + adr[6] + '</li>';
|
||||
}
|
||||
container.find('.addresslist').html(adrtxt);
|
||||
$('#addresses').show();
|
||||
container.show();
|
||||
},
|
||||
uploadPhoto:function(filelist) {
|
||||
if(!this.enabled) {
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "ලිපි ලැයිස්තුව (අ)ක්රිය කිරීමේ දෝෂයක්",
|
||||
"id is not set." => "අංකය සකසා නැත.",
|
||||
"Cannot update addressbook with an empty name." => "නමක් නොමැතිව ලිපි ලැයිස්තුව යාවත්කාලීන කළ නොහැක",
|
||||
"No ID provided" => "ID සපයා නැත",
|
||||
"No categories selected for deletion." => "මකා දැමීම සඳහා ප්රවර්ගයන් තෝරා නොමැත.",
|
||||
"No address books found." => "ලිපින පොත් හමු නොවිනි",
|
||||
@ -15,6 +17,12 @@
|
||||
"Contact ID is missing." => "සබඳතා හැඳිනුම් අංකය නොමැත.",
|
||||
"File doesn't exist:" => "ගොනුව නොපවතී",
|
||||
"Error loading image." => "රූපය පූරණය දෝෂ සහිතයි.",
|
||||
"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 නියමයට වඩා ගොනුව විශාලය",
|
||||
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
|
||||
"No file was uploaded" => "ගොනුවක් උඩුගත නොවුණි",
|
||||
"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්",
|
||||
"Contacts" => "සබඳතා",
|
||||
"Download" => "බාගත කිරීම",
|
||||
"Edit" => "සකසන්න",
|
||||
@ -37,6 +45,9 @@
|
||||
"Contact" => "සබඳතාව",
|
||||
"Add Contact" => "සබඳතාවක් එක් කරන්න",
|
||||
"Drop photo to upload" => "උඩුගත කිරීමට මෙතැනට දමන්න",
|
||||
"Delete current photo" => "වර්තමාන ඡායාරූපය මකන්න",
|
||||
"Edit current photo" => "වර්තමාන ඡායාරූපය සංස්කරණය කරන්න",
|
||||
"Upload new photo" => "නව ඡායාරූපයක් උඩුගත කරන්න",
|
||||
"Edit name details" => "නමේ විස්තර සංස්කරණය කරන්න",
|
||||
"Organization" => "ආයතනය",
|
||||
"Nickname" => "පටබැඳි නම",
|
||||
@ -46,11 +57,20 @@
|
||||
"Separate groups with commas" => "කණ්ඩායම් කොමා භාවිතයෙන් වෙන් කරන්න",
|
||||
"Edit groups" => "කණ්ඩායම් සංස්කරණය කරන්න",
|
||||
"Preferred" => "රුචි",
|
||||
"Please specify a valid email address." => "වලංගු විද්යුත් තැපැල් ලිපිනයක් ලබා දෙන්න",
|
||||
"Enter email address" => "විද්යුත් තැපැල් ලිපිනයක් දෙන්න",
|
||||
"Mail to address" => "තැපැල් එවිය යුතු ලිපිනය",
|
||||
"Delete email address" => "විද්යුත් තැපැල් ලිපිනය මකන්න",
|
||||
"Enter phone number" => "දුරකථන අංකයක් දෙන්න",
|
||||
"Delete phone number" => "දුරකථන අංකය මකන්න",
|
||||
"View on map" => "සිතියමේ පෙන්වන්න",
|
||||
"Edit address details" => "ලිපින විස්තර සංස්කරණය කරන්න",
|
||||
"Phone" => "දුරකථන",
|
||||
"Email" => "ඉ-තැපැල්",
|
||||
"Address" => "ලිපිනය",
|
||||
"Download contact" => "සබඳතා බාගත කරන්න",
|
||||
"Delete contact" => "සබඳතාව මකන්න",
|
||||
"Edit address" => "ලිපිනය සංස්කරණය කරන්න",
|
||||
"Type" => "වර්ගය",
|
||||
"PO Box" => "තැ.පෙ.",
|
||||
"Extended" => "දීඝී කිරීම",
|
||||
@ -59,6 +79,8 @@
|
||||
"Zipcode" => "තැපැල් කේතය",
|
||||
"Country" => "රට",
|
||||
"Addressbook" => "ලිපින පොත",
|
||||
"Given name" => "දී ඇති නම",
|
||||
"Additional names" => "වෙනත් නම්",
|
||||
"Addressbooks" => "ලිපින පොත්",
|
||||
"New Address Book" => "නව ලිපින පොතක් ",
|
||||
"Save" => "සුරකින්න"
|
||||
|
Loading…
Reference in New Issue
Block a user